Bahmni Lite - Print Certificate

Good Day,

I am currently trying to configure a custom print certificate where it pulls the lab orders selected in the consultation/orders tab. The goal is to print a letter which would server as a lab request order which patients can take to different facilities to get that lab done.

Is this possible and how would i go about doing this?

Currently the way to print this in Bahmni Lite is:

  1. Go to Consultation->Patient->Patient Dashboard.
  2. Click on the current Visit in the Visit Widget (has a Star on it).
  3. Now the Visit dashboard opens, which shows details for the current Visit.
  4. In the second tab (Patient Summary) you can see the full prescription and Lab Orders.
  5. When you click on PRINT, it prints this information.

You can see this in this Lite environment here: https://dev.lite.mybahmni.in/

See screenshot:

The display name of this TAB, and the widgets in this section, are all configured in clinic-config here:

If you want just a Lab Order Print, you can modify this Patient Summary element of json, rename it to Lab Print and remove the sections that you don’t need in the print. Or you can duplicate this element, and add a new element for Lab print with relevant sections.

I hope this helps.