Versions Compared

Key

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

...

                    "hideAbnormalButton" : true

              }

Example:

Wiki Markupcode
"Lab Results Hemotology Template" :{
   "hideAbnormalButton" : true
}

...

           "hideAbnormalButton" : true

    }

 

Example:

 

Wiki Markupcode
 "Lab, Haematology" : {
     "hideAbnormalButton" : true
 }

 

 

3)To hide the abnormal button at the leaf level  concept, following is the format.

...

         "hideAbnormalButton" : true

 }

Wiki Markupcode
 "Absolute Neutrophil Count" : {
       "hideAbnormalButton" : true
  }

 

4)Leaf level concept configuration will override the template level or it's parent concept configuration. For example if you want to hide all the abnormal buttons in  Lab Results Haematology template except  

 Absolute Neutrophil Count leaf concept following is the required configuration.

Wiki Markupcode
"Lab Results Hemotology Template" :{
   "hideAbnormalButton" : true
}

"Absolute Neutrophil Count" : {
       "hideAbnormalButton" : false
}

 

If you don't mention any configuration abnormal button will display by default.