/
Manual Radiology Upload

Manual Radiology Upload

Purpose and Benefits

 Bahmni also supports manual uploads of Radiology documents.

Steps

Configure Radiology Upload Module/App

To configure the radiology upload module/app on the Bahmni Home page, add the config below to the path

/bahmni/default-config/openmrs/apps/home/extension.json

Config to add to extension.json
"radiologyDocumentUpload": {
   "id": "bahmni.radiology.document.upload",
   "extensionPointId": "org.bahmni.home.dashboard",
   "type": "link",
   "translationKey": "MODULE_LABEL_RADIOLOGY_UPLOAD_KEY",
   "url": "../document-upload/?encounterType=RADIOLOGY&topLevelConcept=Radiology&defaultOption=Chest, 1 view (X-ray)”,
   "icon": "icon-bahmni-radiology",
   "order": 5,
   "requiredPrivilege": "app:radiology-upload"
 },


URL in the code snippet above

The url is :  "url": "../document-upload/?encounterType=<X>&topLevelConcept=<Y>&defaultOption=<Z>”,

  1. The extension filepath should be: extension-<X>.json
  2. <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.
  3. <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.

On this Page

Related content

Setup PACS Integration module
Setup PACS Integration module
Read with this
Upload Radiology Documents
Upload Radiology Documents
More like this
Radiology and PACS Integration
Radiology and PACS Integration
Read with this
Patient Documents Module
Patient Documents Module
More like this
Patient Documents
Patient Documents
More like this
PACS Integration and Radiology Upload
PACS Integration and Radiology Upload
More like this

The Bahmni documentation is licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)