Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Replaced Global Properties with Settings https://issues.openmrs.org/browse/TRUNK-3009

Table of Contents
outlinetrue
indent20px
stylenone
printablefalse

Resources

...

  1. 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
  2. You will see an automatically generated identifier of 15-17 digits. This is generated based on date and time
    This can be changed to:
    1. manual typing of identifier - global propertysettings: allowIDEntry to true
    2. get identifiers from a list of uploaded identifiers - global propertysettings: showUploadedIDs to true
  3. Does not show fields for patient address - The address fields can be shown - global propertysettings: showAddressFields to true
  4. Does not show fields for patient death - global propertysettings: showDeceased to true
  5. 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