Versions Compared

Key

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

...

Custom breakdowns can be added to the breakdownResultOutputTypes property in shrine.conf. A new custom breakdown can be added by creating a new property inside breakdownResultOutputTypes and providing a description and category for the new breakdown. Each property name  must be a breakdown name available in i2b2. Below is an example of three custom breakdown configurations. Each labeled section must be a breakdown name available in i2b2.


Code Block
themeRDark
titleExample Custom Breakdowns
breakdownResultOutputTypes {
    PATIENT_TOP20MEDS_XML {
      description = "Top 20 Medications"
      category = "Medications"
    }
 
    PATIENT_LOS_XML {
      description = "Length of stay breakdown"
      category = "Visits"
    }
 
    PATIENT_INOUT_XML {
      description = "Inpatient and outpatient breakdown"
      category = "Visits"
    }
}//breakdownResultOutputTypes