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"
},원문 정보
원문 보기 ↗Bahmni Wiki · CC BY-SA 4.0