Table of Contents | ||||||||
---|---|---|---|---|---|---|---|---|
|
Resources
- Registration Module
Panel *How To Use Registration Module (this page)
...
- You will see a single text field for entering patient name
This interface can be changed to be separate names by firstname, middlename and lastname. To enter names by 3 fields, change the settings (formerly global property from platform 1.9 upwards): nameByParts to true - You will see an automatically generated identifier of 15-17 digits. This is generated based on date and time
This can be changed to:- manual typing of identifier - settingsglobal property: allowIDEntry to true
- get identifiers from a list of uploaded identifiers - settingsglobal property: showUploadedIDs to true
- Does not show fields for patient address - The address fields can be shown - settingsglobal property: showAddressFields to true
- Does not show fields for patient death - settingsglobal property: showDeceased to true
- Does not show patient image capture - settingsglobal property: allowImageCapture to true
...
Through that link you will be able to generate a list of Base30 strings that can be used as identifiers... from the uploaded list of identifiers
...