Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added how to add visit note to closed visit

Table of Contents

How to do a custom login and/or home page?

...

  1. registrationcore.ExistingPatientNameSearch - (default) suggests names which have previously been entered more than 5 times
  2. 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:

Image Added

After Clicking save you'll see the below, copy simpleVisitNote.xml contents into the HTML part e.g:

Image Added

After saving, go to:
DashBoard -> Configure Metadata -> Manage Forms and from UI, click Add:

Image Added

Then Enter as explained above and click on save:

Image Added

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:

Image Added

This was Tested on Platform Version 1.11.4