Configuration Page - johnsonandjohnson/vxnaid GitHub Wiki

Main Configuration

Table of contents

Introduction

To access the “Manage Configuration” page, you need to select the “Configure Metadata” and click the “Manage Configuration” link in the “Vxnaid” section.

/uploads/Configuration-1.png

/uploads/Configuration-2.png

Manage Configuration

This page only affects the frontend application. It will not have any impact on the backend application in any way.

Sync Scope

Defines if the frontend application will sync data for the specific site, cluster or the whole country (depends on the size of the study).

/uploads/Configuration-3.png

Operator Credentials Offline Retention Time

Defines the duration in which the operator can use it's credentials in the frontend application while being offline. Once this expires, the operator needs to be online to log in again.

/uploads/Configuration-4.png

Operator Session Timeout

Defines the duration in which the operator session is active. After this time, the operator is requested to log in again.

/uploads/Configuration-5.png

Manufacturers

Defines all available vaccine manufacturers. A regular expression may be defined for the vial barcode format. If a scanned vial barcode matches this regular expression, this manufacturer will be preselected in the app.

To add a new manufacturer, select the “+” icon. To erase one of the manufacturers, select “-” icon.

/uploads/Configuration-6.png

Regimen

Defines all available dosing regimens. The expected manufacturer for each dose should be listed. All regimens must be configured on the Manage Vaccination Schedule page.

Note: The regimens that are already in use cannot be removed from the list.

/uploads/Configuration-7.png

/uploads/Configuration-8.png

Overruling Prescribed Manufacturer

Defines whether the operator is allowed to administer a vaccine from a different manufacturer than is specified in the applicable regimen.

/uploads/Configuration-9.png

Languages

Defines the possible languages in which participants can receive their messages from the application.

/uploads/Configuration-10.png

Identification Steps

Defines the methods which can be used to identify the participants. The order can be changed by selecting the “up” and “down” arrows and each method can be defined as a mandatory step.

/uploads/Configuration-11.png

Manual Participant ID Entry

Defines if the operator is allowed to manually enter a participant ID.

/uploads/Configuration-12.png

Participant ID Regex

Defines the format of the participant ID as a regex. When the participant ID is entered, anywhere in the app, it will be checked against this regex format.

/uploads/Configuration-13.png

Iris Quality Threshold Score

Defines the minimum iris quality (in percent) to accept when performing an iris scan. The operator will be asked to rescan the iris if the quality of the scan is below this threshold.

/uploads/Configuration-14.png

Address Hierarchy

Defines the different address hierarchy levels per country.

/uploads/Configuration-15.png

As each country has a different way of handling the address data, this section is used to define the address hierarchy by country, making use of the imported address data on the Manage Address Data page. The “Field type” dropdown contains 2 options: “Master Address Data” and “Free Text”.

  • Master Address Data: This type is linked with the data from Manage Address Data and it represents a dropdown. The admin can select a maximum of 4 “Master Address Data” dropdowns.
    • The first occurring type will be linked to "Hierarchy level 2"
    • The second occurring type will be linked to "Hierarchy level 3"
    • The third occurring type will be linked to "Hierarchy level 4"
    • The fourth occurring type will be linked to "Hierarchy level 5”
  • Free Text: This type represents a free text field. The admin can select a maximum of 2 “Free Text” dropdowns.

The “Display name” field represents the label which will be shown in the app for each field. The display name for field type “Master Address Data” will be like Country, City, Postal Code. For the field type “Free Text”, the display name will be like Street Name, Street Number.

Once you are finished with editing, click the “Save” button at the bottom of the page or click “Return” to leave the page without saving.

/uploads/Configuration-16.png