...
Code Block | ||||
---|---|---|---|---|
| ||||
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.
...