Table of Contents | ||||||||
---|---|---|---|---|---|---|---|---|
|
Resources
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 - global propertysettings: allowIDEntry to true
- get identifiers from a list of uploaded identifiers - global propertysettings: showUploadedIDs to true
- Does not show fields for patient address - The address fields can be shown - global propertysettings: showAddressFields to true
- Does not show fields for patient death - global propertysettings: showDeceased to true
- Does not show patient image capture - global propertysettings: 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
- Learn more about settings here