Date Format and Height

Hello, we are currently implementing system.

  1. Clinic would prefer to use DD/MM/YYYY format across all systems is there a master setting for this to be done?

  2. Clinic would prefer to capture height in Meters instead of cm. Is that possible to do easily?

Thank you!!

Hi @dnelson,

If you are referring to date format in the Bahmni UI then this can be changed at system level. Please refer to this wiki page to change the date format. https://bahmni.atlassian.net/wiki/display/BAH/Change+Date+Format

As per my understanding we capture the value of the Height as a numeric rather than in units and you can configure the units at OpenMRS concept level. We are following unit convention only when we calculate BMI status in BahmniObsValueCalculator.groovy file. And you can change the units in groovy file as per your need. https://github.com/Bahmni/default-config/blob/master/openmrs/obscalculator/BahmniObsValueCalculator.groovy