@dhis2/analytics 28.0.4 → 28.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/__demo__/OpenFileDialog.stories.js +19 -1
- package/build/cjs/__demo__/{PivotTable.stories.js → PivotTable.aggregate.stories.js} +38 -38
- package/build/cjs/__demo__/PivotTable.event.stories.js +440 -0
- package/build/cjs/__demo__/data/event/boolean.data.hidena.json +115 -0
- package/build/cjs/__demo__/data/event/boolean.data.json +125 -0
- package/build/cjs/__demo__/data/event/boolean.data.org.json +106 -0
- package/build/cjs/__demo__/data/event/boolean.visualization.json +160 -0
- package/build/cjs/__demo__/data/event/date.data.hidena.json +205 -0
- package/build/cjs/__demo__/data/event/date.data.json +215 -0
- package/build/cjs/__demo__/data/event/date.data.org.json +123 -0
- package/build/cjs/__demo__/data/event/date.visualization.json +160 -0
- package/build/cjs/__demo__/data/event/datetime.data.hidena.json +215 -0
- package/build/cjs/__demo__/data/event/datetime.data.json +225 -0
- package/build/cjs/__demo__/data/event/datetime.data.org.json +124 -0
- package/build/cjs/__demo__/data/event/datetime.visualization.json +148 -0
- package/build/cjs/__demo__/data/event/email.data.hidena.json +192 -0
- package/build/cjs/__demo__/data/event/email.data.json +202 -0
- package/build/cjs/__demo__/data/event/email.data.org.json +123 -0
- package/build/cjs/__demo__/data/event/email.visualization.json +148 -0
- package/build/cjs/__demo__/data/event/integer.data.hidena.json +165 -0
- package/build/cjs/__demo__/data/event/integer.data.json +175 -0
- package/build/cjs/__demo__/data/event/integer.data.org.json +120 -0
- package/build/cjs/__demo__/data/event/integer.visualization.json +163 -0
- package/build/cjs/__demo__/data/event/legendset.data.hidena.json +154 -0
- package/build/cjs/__demo__/data/event/legendset.data.json +164 -0
- package/build/cjs/__demo__/data/event/legendset.visualization.json +166 -0
- package/build/cjs/__demo__/data/event/optionset.data.hidena.json +125 -0
- package/build/cjs/__demo__/data/event/optionset.data.json +134 -0
- package/build/cjs/__demo__/data/event/optionset.data.org.json +125 -0
- package/build/cjs/__demo__/data/event/optionset.visualization.json +158 -0
- package/build/cjs/__demo__/data/event/time.data.hidena.json +165 -0
- package/build/cjs/__demo__/data/event/time.data.json +175 -0
- package/build/cjs/__demo__/data/event/time.data.org.json +128 -0
- package/build/cjs/__demo__/data/event/time.visualization.json +148 -0
- package/build/cjs/__demo__/data/event/yesonly.data.hidena.json +127 -0
- package/build/cjs/__demo__/data/event/yesonly.data.json +136 -0
- package/build/cjs/__demo__/data/event/yesonly.data.org.json +124 -0
- package/build/cjs/__demo__/data/event/yesonly.visualization.json +161 -0
- package/build/cjs/components/DataDimension/ItemSelector/ItemSelector.js +19 -22
- package/build/cjs/components/DimensionsPanel/List/DimensionList.js +3 -1
- package/build/cjs/components/DimensionsPanel/List/__tests__/DimensionItem.spec.js +48 -41
- package/build/cjs/components/DimensionsPanel/List/__tests__/__snapshots__/DimensionItem.spec.js.snap +110 -114
- package/build/cjs/components/DimensionsPanel/__tests__/DimensionsPanel.spec.js +36 -33
- package/build/cjs/components/FileMenu/__tests__/DeleteDialog.spec.js +24 -27
- package/build/cjs/components/FileMenu/__tests__/FileMenu.spec.js +51 -31
- package/build/cjs/components/FileMenu/__tests__/GetLinkDialog.spec.js +28 -31
- package/build/cjs/components/FileMenu/__tests__/RenameDialog.spec.js +17 -11
- package/build/cjs/components/FileMenu/__tests__/SaveAsDialog.spec.js +44 -37
- package/build/cjs/components/Filter/__tests__/Filter.spec.js +29 -34
- package/build/cjs/components/OpenFileDialog/CreatedByFilter.js +9 -1
- package/build/cjs/components/OpenFileDialog/OpenFileDialog.js +14 -34
- package/build/cjs/components/OpenFileDialog/VisTypeFilter.js +39 -1
- package/build/cjs/components/OpenFileDialog/__tests__/OpenFileDialog.spec.js +51 -0
- package/build/cjs/components/OrgUnitDimension/__tests__/OrgUnitDimension.spec.js +78 -44
- package/build/cjs/components/PeriodDimension/FixedPeriodFilter.js +1 -0
- package/build/cjs/components/PeriodDimension/RelativePeriodFilter.js +3 -2
- package/build/cjs/components/PeriodDimension/__tests__/FixedPeriodSingleSelect.spec.js +14 -21
- package/build/cjs/components/PeriodDimension/__tests__/PeriodDimension.spec.js +27 -23
- package/build/cjs/components/PivotTable/PivotTableColumnHeaderCell.js +3 -0
- package/build/cjs/components/PivotTable/PivotTableRowHeaderCell.js +2 -1
- package/build/cjs/components/RichText/Editor/__tests__/Editor.spec.js +6 -7
- package/build/cjs/components/RichText/Parser/__tests__/MdParser.spec.js +1 -1
- package/build/cjs/components/RichText/Parser/__tests__/Parser.spec.js +22 -23
- package/build/cjs/components/Toolbar/HoverMenuBar/__tests__/HoverMenuBar.spec.js +52 -42
- package/build/cjs/components/Toolbar/HoverMenuBar/__tests__/HoverMenuDropdown.spec.js +8 -8
- package/build/cjs/components/Toolbar/HoverMenuBar/__tests__/HoverMenuList.spec.js +23 -18
- package/build/cjs/components/Toolbar/HoverMenuBar/__tests__/HoverMenuListItem.spec.js +23 -17
- package/build/cjs/components/Toolbar/HoverMenuBar/__tests__/__snapshots__/HoverMenuList.spec.js.snap +63 -0
- package/build/cjs/components/Toolbar/InterpretationsAndDetailsToggler.js +3 -1
- package/build/cjs/components/Toolbar/__tests__/InterpretationsAndDetailsToggler.spec.js +19 -18
- package/build/cjs/components/Toolbar/__tests__/Toolbar.spec.js +8 -8
- package/build/cjs/components/Toolbar/__tests__/ToolbarSidebar.spec.js +14 -11
- package/build/cjs/components/Toolbar/__tests__/UpdateButton.spec.js +16 -14
- package/build/cjs/components/TranslationDialog/TranslationModal/TranslationModal.js +2 -1
- package/build/cjs/components/TranslationDialog/TranslationModal/__tests__/TranslationModal.spec.js +25 -16
- package/build/cjs/index.js +8 -0
- package/build/cjs/locales/en/translations.json +1 -0
- package/build/cjs/modules/pivotTable/AdaptiveClippingController.js +2 -1
- package/build/cjs/modules/pivotTable/getHeaderForDisplay.js +4 -1
- package/build/cjs/modules/pivotTable/measureText.js +7 -6
- package/build/cjs/modules/response/event/__tests__/default.spec.js +77 -0
- package/build/cjs/modules/response/event/__tests__/optionSet.spec.js +35 -0
- package/build/cjs/modules/response/event/__tests__/response.spec.js +125 -0
- package/build/cjs/modules/response/event/default.js +65 -0
- package/build/cjs/modules/response/event/optionSet.js +36 -0
- package/build/cjs/modules/response/event/response.js +95 -0
- package/build/es/__demo__/OpenFileDialog.stories.js +17 -0
- package/build/es/__demo__/{PivotTable.stories.js → PivotTable.aggregate.stories.js} +38 -38
- package/build/es/__demo__/PivotTable.event.stories.js +414 -0
- package/build/es/__demo__/data/event/boolean.data.hidena.json +115 -0
- package/build/es/__demo__/data/event/boolean.data.json +125 -0
- package/build/es/__demo__/data/event/boolean.data.org.json +106 -0
- package/build/es/__demo__/data/event/boolean.visualization.json +160 -0
- package/build/es/__demo__/data/event/date.data.hidena.json +205 -0
- package/build/es/__demo__/data/event/date.data.json +215 -0
- package/build/es/__demo__/data/event/date.data.org.json +123 -0
- package/build/es/__demo__/data/event/date.visualization.json +160 -0
- package/build/es/__demo__/data/event/datetime.data.hidena.json +215 -0
- package/build/es/__demo__/data/event/datetime.data.json +225 -0
- package/build/es/__demo__/data/event/datetime.data.org.json +124 -0
- package/build/es/__demo__/data/event/datetime.visualization.json +148 -0
- package/build/es/__demo__/data/event/email.data.hidena.json +192 -0
- package/build/es/__demo__/data/event/email.data.json +202 -0
- package/build/es/__demo__/data/event/email.data.org.json +123 -0
- package/build/es/__demo__/data/event/email.visualization.json +148 -0
- package/build/es/__demo__/data/event/integer.data.hidena.json +165 -0
- package/build/es/__demo__/data/event/integer.data.json +175 -0
- package/build/es/__demo__/data/event/integer.data.org.json +120 -0
- package/build/es/__demo__/data/event/integer.visualization.json +163 -0
- package/build/es/__demo__/data/event/legendset.data.hidena.json +154 -0
- package/build/es/__demo__/data/event/legendset.data.json +164 -0
- package/build/es/__demo__/data/event/legendset.visualization.json +166 -0
- package/build/es/__demo__/data/event/optionset.data.hidena.json +125 -0
- package/build/es/__demo__/data/event/optionset.data.json +134 -0
- package/build/es/__demo__/data/event/optionset.data.org.json +125 -0
- package/build/es/__demo__/data/event/optionset.visualization.json +158 -0
- package/build/es/__demo__/data/event/time.data.hidena.json +165 -0
- package/build/es/__demo__/data/event/time.data.json +175 -0
- package/build/es/__demo__/data/event/time.data.org.json +128 -0
- package/build/es/__demo__/data/event/time.visualization.json +148 -0
- package/build/es/__demo__/data/event/yesonly.data.hidena.json +127 -0
- package/build/es/__demo__/data/event/yesonly.data.json +136 -0
- package/build/es/__demo__/data/event/yesonly.data.org.json +124 -0
- package/build/es/__demo__/data/event/yesonly.visualization.json +161 -0
- package/build/es/components/DataDimension/ItemSelector/ItemSelector.js +19 -22
- package/build/es/components/DimensionsPanel/List/DimensionList.js +3 -1
- package/build/es/components/DimensionsPanel/List/__tests__/DimensionItem.spec.js +47 -40
- package/build/es/components/DimensionsPanel/List/__tests__/__snapshots__/DimensionItem.spec.js.snap +110 -114
- package/build/es/components/DimensionsPanel/__tests__/DimensionsPanel.spec.js +35 -32
- package/build/es/components/FileMenu/__tests__/DeleteDialog.spec.js +23 -26
- package/build/es/components/FileMenu/__tests__/FileMenu.spec.js +52 -32
- package/build/es/components/FileMenu/__tests__/GetLinkDialog.spec.js +27 -30
- package/build/es/components/FileMenu/__tests__/RenameDialog.spec.js +18 -12
- package/build/es/components/FileMenu/__tests__/SaveAsDialog.spec.js +43 -36
- package/build/es/components/Filter/__tests__/Filter.spec.js +28 -33
- package/build/es/components/OpenFileDialog/CreatedByFilter.js +7 -0
- package/build/es/components/OpenFileDialog/OpenFileDialog.js +14 -35
- package/build/es/components/OpenFileDialog/VisTypeFilter.js +38 -1
- package/build/es/components/OpenFileDialog/__tests__/OpenFileDialog.spec.js +49 -0
- package/build/es/components/OrgUnitDimension/__tests__/OrgUnitDimension.spec.js +77 -43
- package/build/es/components/PeriodDimension/FixedPeriodFilter.js +1 -0
- package/build/es/components/PeriodDimension/RelativePeriodFilter.js +3 -2
- package/build/es/components/PeriodDimension/__tests__/FixedPeriodSingleSelect.spec.js +13 -20
- package/build/es/components/PeriodDimension/__tests__/PeriodDimension.spec.js +26 -22
- package/build/es/components/PivotTable/PivotTableColumnHeaderCell.js +3 -0
- package/build/es/components/PivotTable/PivotTableRowHeaderCell.js +2 -1
- package/build/es/components/RichText/Editor/__tests__/Editor.spec.js +7 -8
- package/build/es/components/RichText/Parser/__tests__/MdParser.spec.js +1 -1
- package/build/es/components/RichText/Parser/__tests__/Parser.spec.js +21 -22
- package/build/es/components/Toolbar/HoverMenuBar/__tests__/HoverMenuBar.spec.js +53 -43
- package/build/es/components/Toolbar/HoverMenuBar/__tests__/HoverMenuDropdown.spec.js +7 -7
- package/build/es/components/Toolbar/HoverMenuBar/__tests__/HoverMenuList.spec.js +23 -18
- package/build/es/components/Toolbar/HoverMenuBar/__tests__/HoverMenuListItem.spec.js +21 -15
- package/build/es/components/Toolbar/HoverMenuBar/__tests__/__snapshots__/HoverMenuList.spec.js.snap +63 -0
- package/build/es/components/Toolbar/InterpretationsAndDetailsToggler.js +3 -1
- package/build/es/components/Toolbar/__tests__/InterpretationsAndDetailsToggler.spec.js +18 -17
- package/build/es/components/Toolbar/__tests__/Toolbar.spec.js +7 -7
- package/build/es/components/Toolbar/__tests__/ToolbarSidebar.spec.js +13 -10
- package/build/es/components/Toolbar/__tests__/UpdateButton.spec.js +15 -13
- package/build/es/components/TranslationDialog/TranslationModal/TranslationModal.js +2 -1
- package/build/es/components/TranslationDialog/TranslationModal/__tests__/TranslationModal.spec.js +24 -15
- package/build/es/index.js +4 -0
- package/build/es/locales/en/translations.json +1 -0
- package/build/es/modules/pivotTable/AdaptiveClippingController.js +2 -1
- package/build/es/modules/pivotTable/getHeaderForDisplay.js +4 -1
- package/build/es/modules/pivotTable/measureText.js +7 -6
- package/build/es/modules/response/event/__tests__/default.spec.js +75 -0
- package/build/es/modules/response/event/__tests__/optionSet.spec.js +32 -0
- package/build/es/modules/response/event/__tests__/response.spec.js +122 -0
- package/build/es/modules/response/event/default.js +52 -0
- package/build/es/modules/response/event/optionSet.js +27 -0
- package/build/es/modules/response/event/response.js +86 -0
- package/package.json +2 -4
- package/build/cjs/components/OrgUnitDimension/__tests__/__snapshots__/OrgUnitDimension.spec.js.snap +0 -89
- package/build/cjs/components/PeriodDimension/__tests__/PeriodSelector.spec.js +0 -29
- package/build/cjs/components/PeriodDimension/__tests__/__snapshots__/FixedPeriodSingleSelect.spec.js.snap +0 -92
- package/build/cjs/components/PeriodDimension/__tests__/__snapshots__/PeriodDimension.spec.js.snap +0 -16
- package/build/cjs/components/PeriodDimension/__tests__/__snapshots__/PeriodSelector.spec.js.snap +0 -89
- package/build/es/components/OrgUnitDimension/__tests__/__snapshots__/OrgUnitDimension.spec.js.snap +0 -89
- package/build/es/components/PeriodDimension/__tests__/PeriodSelector.spec.js +0 -26
- package/build/es/components/PeriodDimension/__tests__/__snapshots__/FixedPeriodSingleSelect.spec.js.snap +0 -92
- package/build/es/components/PeriodDimension/__tests__/__snapshots__/PeriodDimension.spec.js.snap +0 -16
- package/build/es/components/PeriodDimension/__tests__/__snapshots__/PeriodSelector.spec.js.snap +0 -89
- /package/build/cjs/__demo__/data/{avgTotalAggregationType.data.json → aggregate/avgTotalAggregationType.data.json} +0 -0
- /package/build/cjs/__demo__/data/{avgTotalAggregationType.metadata.json → aggregate/avgTotalAggregationType.metadata.json} +0 -0
- /package/build/cjs/__demo__/data/{avgTotalAggregationType.visualization.json → aggregate/avgTotalAggregationType.visualization.json} +0 -0
- /package/build/cjs/__demo__/data/{deep.data.json → aggregate/deep.data.json} +0 -0
- /package/build/cjs/__demo__/data/{deep.visualization.json → aggregate/deep.visualization.json} +0 -0
- /package/build/cjs/__demo__/data/{deepWithFilters.data.json → aggregate/deepWithFilters.data.json} +0 -0
- /package/build/cjs/__demo__/data/{deepWithFilters.visualization.json → aggregate/deepWithFilters.visualization.json} +0 -0
- /package/build/cjs/__demo__/data/{degs.data.json → aggregate/degs.data.json} +0 -0
- /package/build/cjs/__demo__/data/{degs.metadata.json → aggregate/degs.metadata.json} +0 -0
- /package/build/cjs/__demo__/data/{degs.visualization.json → aggregate/degs.visualization.json} +0 -0
- /package/build/cjs/__demo__/data/{diseaseWeeks.data.json → aggregate/diseaseWeeks.data.json} +0 -0
- /package/build/cjs/__demo__/data/{diseaseWeeks.metadata.json → aggregate/diseaseWeeks.metadata.json} +0 -0
- /package/build/cjs/__demo__/data/{diseaseWeeks.visualization.json → aggregate/diseaseWeeks.visualization.json} +0 -0
- /package/build/cjs/__demo__/data/{emptyColumns.data.json → aggregate/emptyColumns.data.json} +0 -0
- /package/build/cjs/__demo__/data/{emptyColumns.metadata.json → aggregate/emptyColumns.metadata.json} +0 -0
- /package/build/cjs/__demo__/data/{emptyColumns.visualization.json → aggregate/emptyColumns.visualization.json} +0 -0
- /package/build/cjs/__demo__/data/{emptyRows.data.json → aggregate/emptyRows.data.json} +0 -0
- /package/build/cjs/__demo__/data/{emptyRows.visualization.json → aggregate/emptyRows.visualization.json} +0 -0
- /package/build/cjs/__demo__/data/{hierarchy.data.json → aggregate/hierarchy.data.json} +0 -0
- /package/build/cjs/__demo__/data/{hierarchy.metadata.json → aggregate/hierarchy.metadata.json} +0 -0
- /package/build/cjs/__demo__/data/{hierarchy.visualization.json → aggregate/hierarchy.visualization.json} +0 -0
- /package/build/cjs/__demo__/data/{lastFiveYears.data.json → aggregate/lastFiveYears.data.json} +0 -0
- /package/build/cjs/__demo__/data/{lastFiveYears.metadata.json → aggregate/lastFiveYears.metadata.json} +0 -0
- /package/build/cjs/__demo__/data/{lastFiveYears.visualization.json → aggregate/lastFiveYears.visualization.json} +0 -0
- /package/build/cjs/__demo__/data/{narrative.data.json → aggregate/narrative.data.json} +0 -0
- /package/build/cjs/__demo__/data/{narrative.metadata.json → aggregate/narrative.metadata.json} +0 -0
- /package/build/cjs/__demo__/data/{narrative.visualization.json → aggregate/narrative.visualization.json} +0 -0
- /package/build/cjs/__demo__/data/{simple.data.json → aggregate/simple.data.json} +0 -0
- /package/build/cjs/__demo__/data/{simple.metadata.json → aggregate/simple.metadata.json} +0 -0
- /package/build/cjs/__demo__/data/{simple.visualization.json → aggregate/simple.visualization.json} +0 -0
- /package/build/cjs/__demo__/data/{target-with-legend.data.json → aggregate/target-with-legend.data.json} +0 -0
- /package/build/cjs/__demo__/data/{target-with-legend.metadata.json → aggregate/target-with-legend.metadata.json} +0 -0
- /package/build/cjs/__demo__/data/{target-with-legend.visualization.json → aggregate/target-with-legend.visualization.json} +0 -0
- /package/build/cjs/__demo__/data/{under-above-100.legendSet.json → aggregate/under-above-100.legendSet.json} +0 -0
- /package/build/cjs/__demo__/data/{weeklyColumns.data.json → aggregate/weeklyColumns.data.json} +0 -0
- /package/build/cjs/__demo__/data/{weeklyColumns.metadata.json → aggregate/weeklyColumns.metadata.json} +0 -0
- /package/build/cjs/__demo__/data/{weeklyColumns.visualization.json → aggregate/weeklyColumns.visualization.json} +0 -0
- /package/build/es/__demo__/data/{avgTotalAggregationType.data.json → aggregate/avgTotalAggregationType.data.json} +0 -0
- /package/build/es/__demo__/data/{avgTotalAggregationType.metadata.json → aggregate/avgTotalAggregationType.metadata.json} +0 -0
- /package/build/es/__demo__/data/{avgTotalAggregationType.visualization.json → aggregate/avgTotalAggregationType.visualization.json} +0 -0
- /package/build/es/__demo__/data/{deep.data.json → aggregate/deep.data.json} +0 -0
- /package/build/es/__demo__/data/{deep.visualization.json → aggregate/deep.visualization.json} +0 -0
- /package/build/es/__demo__/data/{deepWithFilters.data.json → aggregate/deepWithFilters.data.json} +0 -0
- /package/build/es/__demo__/data/{deepWithFilters.visualization.json → aggregate/deepWithFilters.visualization.json} +0 -0
- /package/build/es/__demo__/data/{degs.data.json → aggregate/degs.data.json} +0 -0
- /package/build/es/__demo__/data/{degs.metadata.json → aggregate/degs.metadata.json} +0 -0
- /package/build/es/__demo__/data/{degs.visualization.json → aggregate/degs.visualization.json} +0 -0
- /package/build/es/__demo__/data/{diseaseWeeks.data.json → aggregate/diseaseWeeks.data.json} +0 -0
- /package/build/es/__demo__/data/{diseaseWeeks.metadata.json → aggregate/diseaseWeeks.metadata.json} +0 -0
- /package/build/es/__demo__/data/{diseaseWeeks.visualization.json → aggregate/diseaseWeeks.visualization.json} +0 -0
- /package/build/es/__demo__/data/{emptyColumns.data.json → aggregate/emptyColumns.data.json} +0 -0
- /package/build/es/__demo__/data/{emptyColumns.metadata.json → aggregate/emptyColumns.metadata.json} +0 -0
- /package/build/es/__demo__/data/{emptyColumns.visualization.json → aggregate/emptyColumns.visualization.json} +0 -0
- /package/build/es/__demo__/data/{emptyRows.data.json → aggregate/emptyRows.data.json} +0 -0
- /package/build/es/__demo__/data/{emptyRows.visualization.json → aggregate/emptyRows.visualization.json} +0 -0
- /package/build/es/__demo__/data/{hierarchy.data.json → aggregate/hierarchy.data.json} +0 -0
- /package/build/es/__demo__/data/{hierarchy.metadata.json → aggregate/hierarchy.metadata.json} +0 -0
- /package/build/es/__demo__/data/{hierarchy.visualization.json → aggregate/hierarchy.visualization.json} +0 -0
- /package/build/es/__demo__/data/{lastFiveYears.data.json → aggregate/lastFiveYears.data.json} +0 -0
- /package/build/es/__demo__/data/{lastFiveYears.metadata.json → aggregate/lastFiveYears.metadata.json} +0 -0
- /package/build/es/__demo__/data/{lastFiveYears.visualization.json → aggregate/lastFiveYears.visualization.json} +0 -0
- /package/build/es/__demo__/data/{narrative.data.json → aggregate/narrative.data.json} +0 -0
- /package/build/es/__demo__/data/{narrative.metadata.json → aggregate/narrative.metadata.json} +0 -0
- /package/build/es/__demo__/data/{narrative.visualization.json → aggregate/narrative.visualization.json} +0 -0
- /package/build/es/__demo__/data/{simple.data.json → aggregate/simple.data.json} +0 -0
- /package/build/es/__demo__/data/{simple.metadata.json → aggregate/simple.metadata.json} +0 -0
- /package/build/es/__demo__/data/{simple.visualization.json → aggregate/simple.visualization.json} +0 -0
- /package/build/es/__demo__/data/{target-with-legend.data.json → aggregate/target-with-legend.data.json} +0 -0
- /package/build/es/__demo__/data/{target-with-legend.metadata.json → aggregate/target-with-legend.metadata.json} +0 -0
- /package/build/es/__demo__/data/{target-with-legend.visualization.json → aggregate/target-with-legend.visualization.json} +0 -0
- /package/build/es/__demo__/data/{under-above-100.legendSet.json → aggregate/under-above-100.legendSet.json} +0 -0
- /package/build/es/__demo__/data/{weeklyColumns.data.json → aggregate/weeklyColumns.data.json} +0 -0
- /package/build/es/__demo__/data/{weeklyColumns.metadata.json → aggregate/weeklyColumns.metadata.json} +0 -0
- /package/build/es/__demo__/data/{weeklyColumns.visualization.json → aggregate/weeklyColumns.visualization.json} +0 -0
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Integer",
|
|
3
|
+
"created": "2025-06-30T10:27:41.277",
|
|
4
|
+
"lastUpdated": "2025-06-30T10:27:41.277",
|
|
5
|
+
"translations": [],
|
|
6
|
+
"createdBy": {
|
|
7
|
+
"id": "xE7jOejl9FI",
|
|
8
|
+
"code": null,
|
|
9
|
+
"name": "John Traore",
|
|
10
|
+
"displayName": "John Traore",
|
|
11
|
+
"username": "admin"
|
|
12
|
+
},
|
|
13
|
+
"favorites": [],
|
|
14
|
+
"lastUpdatedBy": {
|
|
15
|
+
"id": "xE7jOejl9FI",
|
|
16
|
+
"code": null,
|
|
17
|
+
"name": "John Traore",
|
|
18
|
+
"displayName": "John Traore",
|
|
19
|
+
"username": "admin"
|
|
20
|
+
},
|
|
21
|
+
"sharing": {
|
|
22
|
+
"owner": "xE7jOejl9FI",
|
|
23
|
+
"external": false,
|
|
24
|
+
"users": {},
|
|
25
|
+
"userGroups": {},
|
|
26
|
+
"public": "rw------"
|
|
27
|
+
},
|
|
28
|
+
"regressionType": "NONE",
|
|
29
|
+
"displayDensity": "NORMAL",
|
|
30
|
+
"fontSize": "NORMAL",
|
|
31
|
+
"sortOrder": 0,
|
|
32
|
+
"topLimit": 0,
|
|
33
|
+
"hideEmptyRows": false,
|
|
34
|
+
"showHierarchy": false,
|
|
35
|
+
"completedOnly": false,
|
|
36
|
+
"skipRounding": false,
|
|
37
|
+
"dataDimensionItems": [],
|
|
38
|
+
"dataElementGroupSetDimensions": [],
|
|
39
|
+
"organisationUnitGroupSetDimensions": [],
|
|
40
|
+
"categoryDimensions": [],
|
|
41
|
+
"categoryOptionGroupSetDimensions": [],
|
|
42
|
+
"attributeDimensions": [],
|
|
43
|
+
"dataElementDimensions": [
|
|
44
|
+
{
|
|
45
|
+
"dataElement": {
|
|
46
|
+
"name": "Age in years",
|
|
47
|
+
"id": "qrur9Dvnyt5"
|
|
48
|
+
},
|
|
49
|
+
"legendSet": {
|
|
50
|
+
"name": "Age 10y interval",
|
|
51
|
+
"id": "Yf6UHoPkdS6"
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"programIndicatorDimensions": [],
|
|
56
|
+
"subscribers": [],
|
|
57
|
+
"digitGroupSeparator": "SPACE",
|
|
58
|
+
"hideEmptyRowItems": "NONE",
|
|
59
|
+
"hideLegend": false,
|
|
60
|
+
"noSpaceBetweenColumns": false,
|
|
61
|
+
"cumulativeValues": false,
|
|
62
|
+
"percentStackedValues": false,
|
|
63
|
+
"showData": false,
|
|
64
|
+
"colTotals": true,
|
|
65
|
+
"rowTotals": true,
|
|
66
|
+
"rowSubTotals": true,
|
|
67
|
+
"colSubTotals": true,
|
|
68
|
+
"hideTitle": false,
|
|
69
|
+
"hideSubtitle": false,
|
|
70
|
+
"showDimensionLabels": true,
|
|
71
|
+
"interpretations": [],
|
|
72
|
+
"program": {
|
|
73
|
+
"incidentDateLabel": "Date of Discharge",
|
|
74
|
+
"id": "eBAyeGv0exc",
|
|
75
|
+
"name": "Inpatient morbidity and mortality"
|
|
76
|
+
},
|
|
77
|
+
"programStage": {
|
|
78
|
+
"executionDateLabel": "Report date",
|
|
79
|
+
"id": "Zj7UnCAulEk",
|
|
80
|
+
"name": "Inpatient morbidity and mortality"
|
|
81
|
+
},
|
|
82
|
+
"dataType": "AGGREGATED_VALUES",
|
|
83
|
+
"outputType": "EVENT",
|
|
84
|
+
"collapseDataDimensions": false,
|
|
85
|
+
"hideNaData": false,
|
|
86
|
+
"simpleDimensions": [
|
|
87
|
+
{
|
|
88
|
+
"parent": "COLUMN",
|
|
89
|
+
"dimension": "ou",
|
|
90
|
+
"values": ["ImspTQPwCqd"]
|
|
91
|
+
}
|
|
92
|
+
],
|
|
93
|
+
"legacy": true,
|
|
94
|
+
"type": "PIVOT_TABLE",
|
|
95
|
+
"filters": [],
|
|
96
|
+
"parentGraphMap": {
|
|
97
|
+
"ImspTQPwCqd": ""
|
|
98
|
+
},
|
|
99
|
+
"columns": [
|
|
100
|
+
{
|
|
101
|
+
"items": [
|
|
102
|
+
{
|
|
103
|
+
"dimensionItemType": "ORGANISATION_UNIT",
|
|
104
|
+
"name": "Sierra Leone",
|
|
105
|
+
"id": "ImspTQPwCqd"
|
|
106
|
+
}
|
|
107
|
+
],
|
|
108
|
+
"dimension": "ou"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"items": [
|
|
112
|
+
{
|
|
113
|
+
"dimensionItemType": "PERIOD",
|
|
114
|
+
"id": "LAST_3_MONTHS",
|
|
115
|
+
"name": "LAST_3_MONTHS"
|
|
116
|
+
}
|
|
117
|
+
],
|
|
118
|
+
"dimension": "pe"
|
|
119
|
+
}
|
|
120
|
+
],
|
|
121
|
+
"rows": [
|
|
122
|
+
{
|
|
123
|
+
"items": [],
|
|
124
|
+
"programStage": {
|
|
125
|
+
"id": "Zj7UnCAulEk"
|
|
126
|
+
},
|
|
127
|
+
"dimension": "Zj7UnCAulEk.qrur9Dvnyt5"
|
|
128
|
+
}
|
|
129
|
+
],
|
|
130
|
+
"displayName": "Integer",
|
|
131
|
+
"access": {
|
|
132
|
+
"manage": true,
|
|
133
|
+
"externalize": true,
|
|
134
|
+
"write": true,
|
|
135
|
+
"read": true,
|
|
136
|
+
"update": true,
|
|
137
|
+
"delete": true
|
|
138
|
+
},
|
|
139
|
+
"user": {
|
|
140
|
+
"id": "xE7jOejl9FI",
|
|
141
|
+
"code": null,
|
|
142
|
+
"name": "John Traore",
|
|
143
|
+
"displayName": "John Traore",
|
|
144
|
+
"username": "admin"
|
|
145
|
+
},
|
|
146
|
+
"favorite": false,
|
|
147
|
+
"subscribed": false,
|
|
148
|
+
"metaData": {
|
|
149
|
+
"ImspTQPwCqd": {
|
|
150
|
+
"uid": "ImspTQPwCqd",
|
|
151
|
+
"code": "OU_525",
|
|
152
|
+
"name": "Sierra Leone"
|
|
153
|
+
},
|
|
154
|
+
"qrur9Dvnyt5": {
|
|
155
|
+
"uid": "qrur9Dvnyt5",
|
|
156
|
+
"code": "DE_3000003",
|
|
157
|
+
"name": "Age in years"
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
"displayFormName": "Integer",
|
|
161
|
+
"id": "kNl4fqsY9hJ",
|
|
162
|
+
"attributeValues": []
|
|
163
|
+
}
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
{
|
|
2
|
+
"headers": [
|
|
3
|
+
{
|
|
4
|
+
"name": "Zj7UnCAulEk.qrur9Dvnyt5",
|
|
5
|
+
"column": "Age in years",
|
|
6
|
+
"valueType": "TEXT",
|
|
7
|
+
"type": "java.lang.String",
|
|
8
|
+
"hidden": false,
|
|
9
|
+
"meta": true,
|
|
10
|
+
"legendSet": "Yf6UHoPkdS6"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"name": "ou",
|
|
14
|
+
"column": "Organisation unit",
|
|
15
|
+
"valueType": "TEXT",
|
|
16
|
+
"type": "java.lang.String",
|
|
17
|
+
"hidden": false,
|
|
18
|
+
"meta": true
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"name": "pe",
|
|
22
|
+
"column": "Period",
|
|
23
|
+
"valueType": "TEXT",
|
|
24
|
+
"type": "java.lang.String",
|
|
25
|
+
"hidden": false,
|
|
26
|
+
"meta": true
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "value",
|
|
30
|
+
"column": "Value",
|
|
31
|
+
"valueType": "NUMBER",
|
|
32
|
+
"type": "java.lang.Double",
|
|
33
|
+
"hidden": false,
|
|
34
|
+
"meta": false
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"metaData": {
|
|
38
|
+
"items": {
|
|
39
|
+
"202503": {
|
|
40
|
+
"name": "March 2025"
|
|
41
|
+
},
|
|
42
|
+
"202504": {
|
|
43
|
+
"name": "April 2025"
|
|
44
|
+
},
|
|
45
|
+
"202505": {
|
|
46
|
+
"name": "May 2025"
|
|
47
|
+
},
|
|
48
|
+
"ou": {
|
|
49
|
+
"name": "Organisation unit"
|
|
50
|
+
},
|
|
51
|
+
"CpP5yzbgfHo": {
|
|
52
|
+
"name": "40 - 50"
|
|
53
|
+
},
|
|
54
|
+
"OyVUzWsX8UF": {
|
|
55
|
+
"name": "10 - 20"
|
|
56
|
+
},
|
|
57
|
+
"Zj7UnCAulEk.qrur9Dvnyt5": {
|
|
58
|
+
"name": "Age in years"
|
|
59
|
+
},
|
|
60
|
+
"pZzk1L4Blf1": {
|
|
61
|
+
"name": "0 - 10"
|
|
62
|
+
},
|
|
63
|
+
"Zj7UnCAulEk": {
|
|
64
|
+
"name": "Inpatient morbidity and mortality"
|
|
65
|
+
},
|
|
66
|
+
"b7MCpzqJaR2": {
|
|
67
|
+
"name": "70 - 80"
|
|
68
|
+
},
|
|
69
|
+
"scvmgP9F9rn": {
|
|
70
|
+
"name": "90 - 100"
|
|
71
|
+
},
|
|
72
|
+
"ImspTQPwCqd": {
|
|
73
|
+
"name": "Sierra Leone"
|
|
74
|
+
},
|
|
75
|
+
"cbPqyIAFw9u": {
|
|
76
|
+
"name": "50 - 60"
|
|
77
|
+
},
|
|
78
|
+
"TvM2MQgD7Jd": {
|
|
79
|
+
"name": "20 - 30"
|
|
80
|
+
},
|
|
81
|
+
"Tq4NYCn9eNH": {
|
|
82
|
+
"name": "60 - 70"
|
|
83
|
+
},
|
|
84
|
+
"eBAyeGv0exc": {
|
|
85
|
+
"name": "Inpatient morbidity and mortality"
|
|
86
|
+
},
|
|
87
|
+
"pe": {
|
|
88
|
+
"name": "Period"
|
|
89
|
+
},
|
|
90
|
+
"puI3YpLJ3fC": {
|
|
91
|
+
"name": "80 - 90"
|
|
92
|
+
},
|
|
93
|
+
"ZUUGJnvX40X": {
|
|
94
|
+
"name": "30 - 40"
|
|
95
|
+
},
|
|
96
|
+
"LAST_3_MONTHS": {
|
|
97
|
+
"name": "Last 3 months"
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
"dimensions": {
|
|
101
|
+
"pe": ["202503", "202504", "202505"],
|
|
102
|
+
"Zj7UnCAulEk.qrur9Dvnyt5": [
|
|
103
|
+
"pZzk1L4Blf1",
|
|
104
|
+
"OyVUzWsX8UF",
|
|
105
|
+
"TvM2MQgD7Jd",
|
|
106
|
+
"ZUUGJnvX40X",
|
|
107
|
+
"CpP5yzbgfHo",
|
|
108
|
+
"cbPqyIAFw9u",
|
|
109
|
+
"Tq4NYCn9eNH",
|
|
110
|
+
"b7MCpzqJaR2",
|
|
111
|
+
"puI3YpLJ3fC",
|
|
112
|
+
"scvmgP9F9rn"
|
|
113
|
+
],
|
|
114
|
+
"ou": ["ImspTQPwCqd"]
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
"rowContext": {},
|
|
118
|
+
"width": 4,
|
|
119
|
+
"rows": [
|
|
120
|
+
["puI3YpLJ3fC", "ImspTQPwCqd", "202503", "479"],
|
|
121
|
+
["ZUUGJnvX40X", "ImspTQPwCqd", "202505", "486"],
|
|
122
|
+
["Tq4NYCn9eNH", "ImspTQPwCqd", "202505", "511"],
|
|
123
|
+
["pZzk1L4Blf1", "ImspTQPwCqd", "202504", "482"],
|
|
124
|
+
["OyVUzWsX8UF", "ImspTQPwCqd", "202504", "490"],
|
|
125
|
+
["puI3YpLJ3fC", "ImspTQPwCqd", "202505", "430"],
|
|
126
|
+
["TvM2MQgD7Jd", "ImspTQPwCqd", "202504", "501"],
|
|
127
|
+
["Tq4NYCn9eNH", "ImspTQPwCqd", "202504", "438"],
|
|
128
|
+
["TvM2MQgD7Jd", "ImspTQPwCqd", "202503", "515"],
|
|
129
|
+
["pZzk1L4Blf1", "ImspTQPwCqd", "202505", "522"],
|
|
130
|
+
["cbPqyIAFw9u", "ImspTQPwCqd", "202503", "508"],
|
|
131
|
+
["TvM2MQgD7Jd", "ImspTQPwCqd", "202505", "520"],
|
|
132
|
+
["cbPqyIAFw9u", "ImspTQPwCqd", "202505", "502"],
|
|
133
|
+
["CpP5yzbgfHo", "ImspTQPwCqd", "202504", "495"],
|
|
134
|
+
["Tq4NYCn9eNH", "ImspTQPwCqd", "202503", "516"],
|
|
135
|
+
["b7MCpzqJaR2", "ImspTQPwCqd", "202504", "498"],
|
|
136
|
+
["OyVUzWsX8UF", "ImspTQPwCqd", "202505", "495"],
|
|
137
|
+
["ZUUGJnvX40X", "ImspTQPwCqd", "202504", "524"],
|
|
138
|
+
["pZzk1L4Blf1", "ImspTQPwCqd", "202503", "519"],
|
|
139
|
+
["CpP5yzbgfHo", "ImspTQPwCqd", "202505", "514"],
|
|
140
|
+
["b7MCpzqJaR2", "ImspTQPwCqd", "202503", "475"],
|
|
141
|
+
["cbPqyIAFw9u", "ImspTQPwCqd", "202504", "483"],
|
|
142
|
+
["CpP5yzbgfHo", "ImspTQPwCqd", "202503", "526"],
|
|
143
|
+
["b7MCpzqJaR2", "ImspTQPwCqd", "202505", "477"],
|
|
144
|
+
["ZUUGJnvX40X", "ImspTQPwCqd", "202503", "519"],
|
|
145
|
+
["OyVUzWsX8UF", "ImspTQPwCqd", "202503", "525"],
|
|
146
|
+
["puI3YpLJ3fC", "ImspTQPwCqd", "202504", "443"],
|
|
147
|
+
["scvmgP9F9rn", "ImspTQPwCqd", "202503", "398"],
|
|
148
|
+
["scvmgP9F9rn", "ImspTQPwCqd", "202504", "487"],
|
|
149
|
+
["scvmgP9F9rn", "ImspTQPwCqd", "202505", "401"],
|
|
150
|
+
["", "ImspTQPwCqd", "202504", "14"]
|
|
151
|
+
],
|
|
152
|
+
"height": 27,
|
|
153
|
+
"headerWidth": 4
|
|
154
|
+
}
|
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
{
|
|
2
|
+
"headers": [
|
|
3
|
+
{
|
|
4
|
+
"name": "Zj7UnCAulEk.qrur9Dvnyt5",
|
|
5
|
+
"column": "Age in years",
|
|
6
|
+
"valueType": "TEXT",
|
|
7
|
+
"type": "java.lang.String",
|
|
8
|
+
"hidden": false,
|
|
9
|
+
"meta": true,
|
|
10
|
+
"legendSet": "Yf6UHoPkdS6"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"name": "ou",
|
|
14
|
+
"column": "Organisation unit",
|
|
15
|
+
"valueType": "TEXT",
|
|
16
|
+
"type": "java.lang.String",
|
|
17
|
+
"hidden": false,
|
|
18
|
+
"meta": true
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"name": "pe",
|
|
22
|
+
"column": "Period",
|
|
23
|
+
"valueType": "TEXT",
|
|
24
|
+
"type": "java.lang.String",
|
|
25
|
+
"hidden": false,
|
|
26
|
+
"meta": true
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "value",
|
|
30
|
+
"column": "Value",
|
|
31
|
+
"valueType": "NUMBER",
|
|
32
|
+
"type": "java.lang.Double",
|
|
33
|
+
"hidden": false,
|
|
34
|
+
"meta": false
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"metaData": {
|
|
38
|
+
"items": {
|
|
39
|
+
"202503": {
|
|
40
|
+
"name": "March 2025"
|
|
41
|
+
},
|
|
42
|
+
"202504": {
|
|
43
|
+
"name": "April 2025"
|
|
44
|
+
},
|
|
45
|
+
"202505": {
|
|
46
|
+
"name": "May 2025"
|
|
47
|
+
},
|
|
48
|
+
"ou": {
|
|
49
|
+
"name": "Organisation unit"
|
|
50
|
+
},
|
|
51
|
+
"CpP5yzbgfHo": {
|
|
52
|
+
"name": "40 - 50"
|
|
53
|
+
},
|
|
54
|
+
"OyVUzWsX8UF": {
|
|
55
|
+
"name": "10 - 20"
|
|
56
|
+
},
|
|
57
|
+
"Zj7UnCAulEk.qrur9Dvnyt5": {
|
|
58
|
+
"name": "Age in years"
|
|
59
|
+
},
|
|
60
|
+
"pZzk1L4Blf1": {
|
|
61
|
+
"name": "0 - 10"
|
|
62
|
+
},
|
|
63
|
+
"Zj7UnCAulEk": {
|
|
64
|
+
"name": "Inpatient morbidity and mortality"
|
|
65
|
+
},
|
|
66
|
+
"b7MCpzqJaR2": {
|
|
67
|
+
"name": "70 - 80"
|
|
68
|
+
},
|
|
69
|
+
"scvmgP9F9rn": {
|
|
70
|
+
"name": "90 - 100"
|
|
71
|
+
},
|
|
72
|
+
"ImspTQPwCqd": {
|
|
73
|
+
"name": "Sierra Leone"
|
|
74
|
+
},
|
|
75
|
+
"cbPqyIAFw9u": {
|
|
76
|
+
"name": "50 - 60"
|
|
77
|
+
},
|
|
78
|
+
"TvM2MQgD7Jd": {
|
|
79
|
+
"name": "20 - 30"
|
|
80
|
+
},
|
|
81
|
+
"Tq4NYCn9eNH": {
|
|
82
|
+
"name": "60 - 70"
|
|
83
|
+
},
|
|
84
|
+
"eBAyeGv0exc": {
|
|
85
|
+
"name": "Inpatient morbidity and mortality"
|
|
86
|
+
},
|
|
87
|
+
"pe": {
|
|
88
|
+
"name": "Period"
|
|
89
|
+
},
|
|
90
|
+
"puI3YpLJ3fC": {
|
|
91
|
+
"name": "80 - 90"
|
|
92
|
+
},
|
|
93
|
+
"ZUUGJnvX40X": {
|
|
94
|
+
"name": "30 - 40"
|
|
95
|
+
},
|
|
96
|
+
"LAST_3_MONTHS": {
|
|
97
|
+
"name": "Last 3 months"
|
|
98
|
+
},
|
|
99
|
+
"": {
|
|
100
|
+
"name": "No value",
|
|
101
|
+
"style": {
|
|
102
|
+
"fontStyle": "italic",
|
|
103
|
+
"color": "#6C7787",
|
|
104
|
+
"fontFamily": "monospace",
|
|
105
|
+
"letterSpacing": "-0.3px"
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
"dimensions": {
|
|
110
|
+
"pe": ["202503", "202504", "202505"],
|
|
111
|
+
"Zj7UnCAulEk.qrur9Dvnyt5": [
|
|
112
|
+
"pZzk1L4Blf1",
|
|
113
|
+
"OyVUzWsX8UF",
|
|
114
|
+
"TvM2MQgD7Jd",
|
|
115
|
+
"ZUUGJnvX40X",
|
|
116
|
+
"CpP5yzbgfHo",
|
|
117
|
+
"cbPqyIAFw9u",
|
|
118
|
+
"Tq4NYCn9eNH",
|
|
119
|
+
"b7MCpzqJaR2",
|
|
120
|
+
"puI3YpLJ3fC",
|
|
121
|
+
"scvmgP9F9rn",
|
|
122
|
+
""
|
|
123
|
+
],
|
|
124
|
+
"ou": ["ImspTQPwCqd"]
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
"rowContext": {},
|
|
128
|
+
"width": 4,
|
|
129
|
+
"rows": [
|
|
130
|
+
["puI3YpLJ3fC", "ImspTQPwCqd", "202503", "479"],
|
|
131
|
+
["ZUUGJnvX40X", "ImspTQPwCqd", "202505", "486"],
|
|
132
|
+
["Tq4NYCn9eNH", "ImspTQPwCqd", "202505", "511"],
|
|
133
|
+
["pZzk1L4Blf1", "ImspTQPwCqd", "202504", "482"],
|
|
134
|
+
["OyVUzWsX8UF", "ImspTQPwCqd", "202504", "490"],
|
|
135
|
+
["puI3YpLJ3fC", "ImspTQPwCqd", "202505", "430"],
|
|
136
|
+
["TvM2MQgD7Jd", "ImspTQPwCqd", "202504", "501"],
|
|
137
|
+
["Tq4NYCn9eNH", "ImspTQPwCqd", "202504", "438"],
|
|
138
|
+
["TvM2MQgD7Jd", "ImspTQPwCqd", "202503", "515"],
|
|
139
|
+
["pZzk1L4Blf1", "ImspTQPwCqd", "202505", "522"],
|
|
140
|
+
["cbPqyIAFw9u", "ImspTQPwCqd", "202503", "508"],
|
|
141
|
+
["TvM2MQgD7Jd", "ImspTQPwCqd", "202505", "520"],
|
|
142
|
+
["cbPqyIAFw9u", "ImspTQPwCqd", "202505", "502"],
|
|
143
|
+
["CpP5yzbgfHo", "ImspTQPwCqd", "202504", "495"],
|
|
144
|
+
["Tq4NYCn9eNH", "ImspTQPwCqd", "202503", "516"],
|
|
145
|
+
["b7MCpzqJaR2", "ImspTQPwCqd", "202504", "498"],
|
|
146
|
+
["OyVUzWsX8UF", "ImspTQPwCqd", "202505", "495"],
|
|
147
|
+
["ZUUGJnvX40X", "ImspTQPwCqd", "202504", "524"],
|
|
148
|
+
["pZzk1L4Blf1", "ImspTQPwCqd", "202503", "519"],
|
|
149
|
+
["CpP5yzbgfHo", "ImspTQPwCqd", "202505", "514"],
|
|
150
|
+
["b7MCpzqJaR2", "ImspTQPwCqd", "202503", "475"],
|
|
151
|
+
["cbPqyIAFw9u", "ImspTQPwCqd", "202504", "483"],
|
|
152
|
+
["CpP5yzbgfHo", "ImspTQPwCqd", "202503", "526"],
|
|
153
|
+
["b7MCpzqJaR2", "ImspTQPwCqd", "202505", "477"],
|
|
154
|
+
["ZUUGJnvX40X", "ImspTQPwCqd", "202503", "519"],
|
|
155
|
+
["OyVUzWsX8UF", "ImspTQPwCqd", "202503", "525"],
|
|
156
|
+
["puI3YpLJ3fC", "ImspTQPwCqd", "202504", "443"],
|
|
157
|
+
["scvmgP9F9rn", "ImspTQPwCqd", "202503", "398"],
|
|
158
|
+
["scvmgP9F9rn", "ImspTQPwCqd", "202504", "487"],
|
|
159
|
+
["scvmgP9F9rn", "ImspTQPwCqd", "202505", "401"],
|
|
160
|
+
["", "ImspTQPwCqd", "202504", "14"]
|
|
161
|
+
],
|
|
162
|
+
"height": 27,
|
|
163
|
+
"headerWidth": 4
|
|
164
|
+
}
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Numeric-legendset",
|
|
3
|
+
"created": "2025-06-30T10:27:41.277",
|
|
4
|
+
"lastUpdated": "2025-06-30T10:27:41.277",
|
|
5
|
+
"translations": [],
|
|
6
|
+
"createdBy": {
|
|
7
|
+
"id": "xE7jOejl9FI",
|
|
8
|
+
"code": null,
|
|
9
|
+
"name": "John Traore",
|
|
10
|
+
"displayName": "John Traore",
|
|
11
|
+
"username": "admin"
|
|
12
|
+
},
|
|
13
|
+
"favorites": [],
|
|
14
|
+
"lastUpdatedBy": {
|
|
15
|
+
"id": "xE7jOejl9FI",
|
|
16
|
+
"code": null,
|
|
17
|
+
"name": "John Traore",
|
|
18
|
+
"displayName": "John Traore",
|
|
19
|
+
"username": "admin"
|
|
20
|
+
},
|
|
21
|
+
"sharing": {
|
|
22
|
+
"owner": "xE7jOejl9FI",
|
|
23
|
+
"external": false,
|
|
24
|
+
"users": {},
|
|
25
|
+
"userGroups": {},
|
|
26
|
+
"public": "rw------"
|
|
27
|
+
},
|
|
28
|
+
"regressionType": "NONE",
|
|
29
|
+
"displayDensity": "NORMAL",
|
|
30
|
+
"fontSize": "NORMAL",
|
|
31
|
+
"sortOrder": 0,
|
|
32
|
+
"topLimit": 0,
|
|
33
|
+
"hideEmptyRows": false,
|
|
34
|
+
"showHierarchy": false,
|
|
35
|
+
"completedOnly": false,
|
|
36
|
+
"skipRounding": false,
|
|
37
|
+
"dataDimensionItems": [],
|
|
38
|
+
"dataElementGroupSetDimensions": [],
|
|
39
|
+
"organisationUnitGroupSetDimensions": [],
|
|
40
|
+
"categoryDimensions": [],
|
|
41
|
+
"categoryOptionGroupSetDimensions": [],
|
|
42
|
+
"attributeDimensions": [],
|
|
43
|
+
"dataElementDimensions": [
|
|
44
|
+
{
|
|
45
|
+
"dataElement": {
|
|
46
|
+
"name": "Age in years",
|
|
47
|
+
"id": "qrur9Dvnyt5"
|
|
48
|
+
},
|
|
49
|
+
"legendSet": {
|
|
50
|
+
"name": "Age 10y interval",
|
|
51
|
+
"id": "Yf6UHoPkdS6"
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"programIndicatorDimensions": [],
|
|
56
|
+
"subscribers": [],
|
|
57
|
+
"digitGroupSeparator": "SPACE",
|
|
58
|
+
"hideEmptyRowItems": "NONE",
|
|
59
|
+
"hideLegend": false,
|
|
60
|
+
"noSpaceBetweenColumns": false,
|
|
61
|
+
"cumulativeValues": false,
|
|
62
|
+
"percentStackedValues": false,
|
|
63
|
+
"showData": false,
|
|
64
|
+
"colTotals": true,
|
|
65
|
+
"rowTotals": true,
|
|
66
|
+
"rowSubTotals": true,
|
|
67
|
+
"colSubTotals": true,
|
|
68
|
+
"hideTitle": false,
|
|
69
|
+
"hideSubtitle": false,
|
|
70
|
+
"showDimensionLabels": true,
|
|
71
|
+
"interpretations": [],
|
|
72
|
+
"program": {
|
|
73
|
+
"incidentDateLabel": "Date of Discharge",
|
|
74
|
+
"id": "eBAyeGv0exc",
|
|
75
|
+
"name": "Inpatient morbidity and mortality"
|
|
76
|
+
},
|
|
77
|
+
"programStage": {
|
|
78
|
+
"executionDateLabel": "Report date",
|
|
79
|
+
"id": "Zj7UnCAulEk",
|
|
80
|
+
"name": "Inpatient morbidity and mortality"
|
|
81
|
+
},
|
|
82
|
+
"dataType": "AGGREGATED_VALUES",
|
|
83
|
+
"outputType": "EVENT",
|
|
84
|
+
"collapseDataDimensions": false,
|
|
85
|
+
"hideNaData": false,
|
|
86
|
+
"simpleDimensions": [
|
|
87
|
+
{
|
|
88
|
+
"parent": "COLUMN",
|
|
89
|
+
"dimension": "ou",
|
|
90
|
+
"values": ["ImspTQPwCqd"]
|
|
91
|
+
}
|
|
92
|
+
],
|
|
93
|
+
"legacy": true,
|
|
94
|
+
"type": "PIVOT_TABLE",
|
|
95
|
+
"filters": [],
|
|
96
|
+
"parentGraphMap": {
|
|
97
|
+
"ImspTQPwCqd": ""
|
|
98
|
+
},
|
|
99
|
+
"columns": [
|
|
100
|
+
{
|
|
101
|
+
"items": [
|
|
102
|
+
{
|
|
103
|
+
"dimensionItemType": "ORGANISATION_UNIT",
|
|
104
|
+
"name": "Sierra Leone",
|
|
105
|
+
"id": "ImspTQPwCqd"
|
|
106
|
+
}
|
|
107
|
+
],
|
|
108
|
+
"dimension": "ou"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"items": [
|
|
112
|
+
{
|
|
113
|
+
"dimensionItemType": "PERIOD",
|
|
114
|
+
"id": "LAST_3_MONTHS",
|
|
115
|
+
"name": "LAST_3_MONTHS"
|
|
116
|
+
}
|
|
117
|
+
],
|
|
118
|
+
"dimension": "pe"
|
|
119
|
+
}
|
|
120
|
+
],
|
|
121
|
+
"rows": [
|
|
122
|
+
{
|
|
123
|
+
"items": [],
|
|
124
|
+
"legendSet": {
|
|
125
|
+
"id": "Yf6UHoPkdS6"
|
|
126
|
+
},
|
|
127
|
+
"programStage": {
|
|
128
|
+
"id": "Zj7UnCAulEk"
|
|
129
|
+
},
|
|
130
|
+
"dimension": "Zj7UnCAulEk.qrur9Dvnyt5"
|
|
131
|
+
}
|
|
132
|
+
],
|
|
133
|
+
"displayName": "A1 numeric-legendset",
|
|
134
|
+
"access": {
|
|
135
|
+
"manage": true,
|
|
136
|
+
"externalize": true,
|
|
137
|
+
"write": true,
|
|
138
|
+
"read": true,
|
|
139
|
+
"update": true,
|
|
140
|
+
"delete": true
|
|
141
|
+
},
|
|
142
|
+
"user": {
|
|
143
|
+
"id": "xE7jOejl9FI",
|
|
144
|
+
"code": null,
|
|
145
|
+
"name": "John Traore",
|
|
146
|
+
"displayName": "John Traore",
|
|
147
|
+
"username": "admin"
|
|
148
|
+
},
|
|
149
|
+
"favorite": false,
|
|
150
|
+
"subscribed": false,
|
|
151
|
+
"metaData": {
|
|
152
|
+
"ImspTQPwCqd": {
|
|
153
|
+
"uid": "ImspTQPwCqd",
|
|
154
|
+
"code": "OU_525",
|
|
155
|
+
"name": "Sierra Leone"
|
|
156
|
+
},
|
|
157
|
+
"qrur9Dvnyt5": {
|
|
158
|
+
"uid": "qrur9Dvnyt5",
|
|
159
|
+
"code": "DE_3000003",
|
|
160
|
+
"name": "Age in years"
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
"displayFormName": "A1 numeric-legendset",
|
|
164
|
+
"id": "kNl4fqsY9hJ",
|
|
165
|
+
"attributeValues": []
|
|
166
|
+
}
|