Table of Contents |
---|
How to do a custom login and/or home page?
...
- registrationcore.ExistingPatientNameSearch - (default) suggests names which have previously been entered more than 5 times
- registrationcore.BasicPatientNameSearch - suggests names which are listed as global properties. In order to configure click the Legacy Administration app, then choose Advanced Settings and set a comma separated list of names for these global properties. "registrationcore.familyNameAutoSuggestList" and "registrationcore.givenNameAutoSuggestList". Those will be the ones available for auto select.
How to Add Visit Note(Diagnosis) To Closed Visit?
Problem: When a visit ends there wasn't an easy way for a user to reopen the visit X days later and add a visit note.
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:
After Clicking save you'll see the below, copy simpleVisitNote.xml contents into the HTML part e.g:
After saving, go to:
DashBoard -> Configure Metadata -> Manage Forms and from UI, click Add:
Then Enter as explained above and click on save:
Now when you want to add a visit note on a closed visit, you'll see the option as per the below, click on Visit Note and Enter Diagnosis as required:
This was Tested on Platform Version 1.11.4