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. Here is an example of three custom breakdown configurations.

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