Table of Contents |
---|
...
A newer approach for overriding a page using a FragmentRequestMapper can be found here https://wikiopenmrs.openmrsatlassian.orgnet/wiki/display/docs/Overriding+Requests+to+Pages+and+Fragments#OverridingRequeststoPagesandFragments-OverridingAFragmentt
How to add an app to the home page with a link to a page in the legacy application from a module
...
- registrationcore.ExistingPatientNameSearch - (default) suggests names which have previously been entered more than 5 times
- registrationcore.BasicPatientNameSearch - suggests names which are listed as global propertiesSettings (formerly Global Properties from 1.8 downwards). In order to configure click the Legacy Administration app, then choose Advanced Settings and set a comma separated list of names for these global propertiesSettings (formerly Global Properties from 1.8 downwards). "registrationcore.familyNameAutoSuggestList" and "registrationcore.givenNameAutoSuggestList". Those will be the ones available for auto select.
...
Solution: Create a HTML form that'll allow the user to add a visit note in the case of a closed visit:
With the HTML Form Entry Module installed, go to:
System Administration -> Advanced Administration -> HTML Form Entry -> Manage Forms -> New HTML Form:
...