Versions Compared

Key

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

...

Code Block
languagexml
<elementDefaults class="properties">
            <property name="country" value="Kenya"/>
            ...
        </elementDefaults>

(Optional) You can define which fields are required (since OpenMRS 1.12)

Code Block
languagexml
<requiredElements>
            <string>address1</string>
            ...
        </requiredElements>


(Optional) You can define regular expressions to validate input, and also help the user by giving input suggestions

...