This feature is used to receive and capture patient's information in the form of documents (patient's paper record scans, X-Ray images and other external documents). Bahmni allows you to upload these documents and associating it to specific visits of a patient. All these documents get attached to a patient's record and are viewable from the Visit dashboard.
Steps
Configure Patient Documents App
To configure the Patient Documents Module/App to appear on the Home page please add the config below to this path: /bahmni/default-config/openmrs/apps/home/extension.json
The url is : "url": "../document-upload/?encounterType=<X>&topLevelConcept=<Y>&defaultOption=<Z>”,
The extension filepath should be: extension-<X>.json
<Y> is the top level concept in openMRS. This enables an auto-complete set while selecting Upload type: Assign concept set name to "topLevelConcept" in the url.
<Z> has to be a set member of ’<Y>’ which is the top level concept. It is the default option that appears in the UI for upload type.
Configure Active Patients Tab
To configure the active patients Tab on the first page, add the config below to this path: /bahmni/default-config/openmrs/apps/documentUpload/extension-Patient Document.json