Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.


  • No labels