Versions Compared

Key

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

...

A generic module can define a template that other modules inherit to create app instances. You can define one or more app templates in a json file in your module. The framework will scan the classpath and load all files matching "/apps/*AppTemplates.json", so you might place a definition file at /omod/src/main/resources/apps/registerPatientAppTemplate.xmljson.

The contents of this file should be a list of AppTemplates. For example:

...