Configuring display order of patient names

This feature is available from 0.93V-Bahmni

Description

Configure Display Order of Patient Name Fields in Registration Page

"patientNameDisplayOrder": ["firstName", "middleName", "lastName"]

Patient Name field can be configured only in Registration Page, by specifying the order in the "patientNameDisplayOrder" setting in app.json in registration.

  • This configuration should include all three fields in the desired order.

  • If any invalid configuration is provided, the default behavior is to display FirsName, MiddleName, and LastName.

  • Use existing hide/show options of configuration for middleName and lastName.

  • The default behavior is to display FirstName, MiddleName, and LastName if a specific configuration is not specified in app.json in registration.



The Bahmni documentation is licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)