Versions Compared

Key

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

...

Code Block
languagejava
titlerelationship/list.gsp (in the coreapps module)ListPageController - Located in your module eg: org.openmrs.module.yourmodule.page.controller
package org.openmrs.module.coreapps.page.controller.relationships;

import org.openmrs.module.coreapps.helper.SimplePatientPageController;

public class ListPageController extends SimplePatientPageController {
    // GET defined in superclass
}

...

We add the following to the overallActions_extension.json file in the coreapps module. See App Framework Developer Documentation if you want detailed documentation on this structure.

...