JSS would like to start giving out a OPD summary along with the bill to the OPD patients. The summary will consist of
- Prescription
- Diagnosis
- Follow up date (Appointment date)
There is a feature right now in ERP that allows the cashier to print bill and prescription together. What’s desired is that instead of just prescription, the above is printed.
Doing some analysis this is what i see
- the OPD print can be setup using custom display control which will have to be part of visit dashboard
- OpenERP feed right now contains visit UUID but its not stored anywhere in openerp db, only patient UUID is available which is how the latest prescription is accessed.
Dev work required: we will have to add a new column to openerp sale_order and have visitUUID stored. On click of a new button “Print bill and summary” access this URL using patientUUID and visitUUID.
Also ideally have configurability for the button text and URL associated to make it generic to be a feature in product.
I am wondering if anyone in the community has implemented this feature so we could reuse. Otherwise any thoughts/suggestions on how to go about implementing it, needless to say with minimal effort. Is there a way to achieve it without development work as client would like to start giving this OPD summary prints as soon as possible? (Directly printing from Bahmni is an option but not desirable as billing is a busy department and searching patient, going to visit and printing would slow them down a lot)