Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Configuration Page

Anonymous edited this page Oct 4, 2022 · 22 revisions

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.

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).

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.

Operator Session Timeout

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

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.

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.

Overruling Prescribed Manufacturer

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

Languages

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

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.

Manual Participant ID Entry

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

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.

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.

Address Hierarchy

Defines the different address hierarchy levels per country.

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.

Clone this wiki locally