Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Purpose and Benefits

 <Introductory line taken directly from the FG>

Steps

<4-5 granular steps to implementing it. Each step should be accompanied with details, a screenshot and code snippets as required. If a screenshot is not part of the OOTB Bahmni implementation, call it out as such.>

1. Configure XYZ Tab

Image Removed

Image resolution 700px. Image and Caption centered in Bold.

Please refer to the code snippet below: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

Code Block
languagejs
titleConfig to add to extension.json
linenumberstrue
Please set Language to Javascript and linenumbers to true
Please remove all blank lines using this link http://textmechanic.com/Remove-Empty-Lines.html

Key Fields 

<Any Key Fields. Highlight Mandatory Fields/Attributes with an asterisk.

Please add all key fields to the Glossary here>

KeyUseMandatory
   
   
   

Data Setup

<Links to any prior config / master data setup.>
"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"
 },


Note
titleURL 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.



Tip
iconfalse
titleOn this Page

Table of Contents
stylenone


Panel
titleColorwhite
titleBGColor#668D3C
titleFeature Details

Radiology and PACS - Feature Guide


Panel
titleColorwhite
titleBGColor#668D3C
titleUsage Details

Radiology and PACS - User Guide