Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

"defaults" - This section holds the default attributes to be populated in Registration Page for the Patient Attributes . Default datatypes can be applied to any type of Patient Attributes. For example:-concept, string, integer, boolean.

Configuring mandatory patient attributes

We can configure the patient attributes as mandatory by adding the following configuration under config in registration/app.jsonĀ 


Code Block
languagejs
titleConfiguring mandatory attributes
"mandatoryPersonAttributes": ["isUrban", "distanceFromCenter"]


Configuring Display Order of Sections in Registration

...