-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added MDMS data for microplanning (#142)
- Loading branch information
1 parent
f6f1e1c
commit bb704af
Showing
2 changed files
with
390 additions
and
0 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
mdms/HCM/HCM Microplanning v0.1/JSON Data/Common UI Config/Metric.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[ | ||
{ | ||
"code": "ROAD_LENGTH", | ||
"name": "Road Length", | ||
"active": true | ||
}, | ||
{ | ||
"code": "VACCINATION_COVERAGE", | ||
"name": "Vaccination Coverage", | ||
"active": true | ||
} | ||
] |
378 changes: 378 additions & 0 deletions
378
mdms/HCM/HCM Microplanning v0.1/JSON Data/Common UI Config/Schemas.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,378 @@ | ||
[ | ||
{ | ||
"type": "Excel", | ||
"schema": { | ||
"Properties": { | ||
"lat": { | ||
"type": "number", | ||
"maximum": 90, | ||
"minimum": -90, | ||
"isRequired": false, | ||
"isLocationDataColumns": true, | ||
"isRuleConfigureInputs": false, | ||
"toShowInMicroplanPreview": false, | ||
"isFilterPropertyOfMapSection": false, | ||
"isVisualizationPropertyOfMapSection": false | ||
}, | ||
"long": { | ||
"type": "number", | ||
"maximum": 180, | ||
"minimum": -180, | ||
"isRequired": false, | ||
"isLocationDataColumns": true, | ||
"isRuleConfigureInputs": false, | ||
"toShowInMicroplanPreview": false, | ||
"isFilterPropertyOfMapSection": false, | ||
"isVisualizationPropertyOfMapSection": false | ||
}, | ||
"boundaryCode": { | ||
"type": "string", | ||
"isRequired": true, | ||
"isLocationDataColumns": false, | ||
"isRuleConfigureInputs": false, | ||
"toShowInMicroplanPreview": false, | ||
"isFilterPropertyOfMapSection": false, | ||
"isVisualizationPropertyOfMapSection": false | ||
}, | ||
"facilityCode": { | ||
"type": "string", | ||
"isRequired": false, | ||
"isLocationDataColumns": false, | ||
"isRuleConfigureInputs": false, | ||
"toShowInMicroplanPreview": false, | ||
"isFilterPropertyOfMapSection": false, | ||
"isVisualizationPropertyOfMapSection": false | ||
}, | ||
"facilityName": { | ||
"type": "string", | ||
"isRequired": true, | ||
"isLocationDataColumns": false, | ||
"isRuleConfigureInputs": false, | ||
"toShowInMicroplanPreview": true, | ||
"isFilterPropertyOfMapSection": false, | ||
"isVisualizationPropertyOfMapSection": false | ||
}, | ||
"facilityType": { | ||
"enum": [ | ||
"Warehouse", | ||
"Health Facility", | ||
"Monitor Local", | ||
"Storing Resource" | ||
], | ||
"type": "string", | ||
"isRequired": true, | ||
"isLocationDataColumns": false, | ||
"isRuleConfigureInputs": false, | ||
"toShowInMicroplanPreview": true, | ||
"isFilterPropertyOfMapSection": true, | ||
"isVisualizationPropertyOfMapSection": false | ||
}, | ||
"facilityUsage": { | ||
"type": "string", | ||
"isRequired": true, | ||
"isLocationDataColumns": false, | ||
"isRuleConfigureInputs": false, | ||
"toShowInMicroplanPreview": false, | ||
"isFilterPropertyOfMapSection": false, | ||
"isVisualizationPropertyOfMapSection": false | ||
}, | ||
"MR_DN_capacity": { | ||
"type": "number", | ||
"isRequired": true, | ||
"isLocationDataColumns": false, | ||
"isRuleConfigureInputs": true, | ||
"toShowInMicroplanPreview": true, | ||
"isFilterPropertyOfMapSection": false, | ||
"isVisualizationPropertyOfMapSection": true | ||
}, | ||
"facilityStatus": { | ||
"enum": [ | ||
"Temporary", | ||
"Permanent" | ||
], | ||
"type": "string", | ||
"isRequired": true, | ||
"isLocationDataColumns": false, | ||
"isRuleConfigureInputs": false, | ||
"toShowInMicroplanPreview": true, | ||
"isFilterPropertyOfMapSection": false, | ||
"isVisualizationPropertyOfMapSection": false | ||
} | ||
} | ||
}, | ||
"section": "Facilities", | ||
"template": { | ||
"propertiesToHide": [ | ||
"facilityCode" | ||
], | ||
"includeFacilityData": true, | ||
"showTemplateDownload": true, | ||
"facilitySchemaApiMapping": { | ||
"facilityCode": "id", | ||
"facilityName": "name", | ||
"facilityType": "usage", | ||
"MR_DN_capacity": "storageCapacity", | ||
"facilityStatus": "isPermanent" | ||
}, | ||
"hierarchyLevelWiseSheets": false | ||
}, | ||
"campaignType": "MR-DN", | ||
"activeInactiveField": "facilityUsage", | ||
"showResourcesInMappingSection": false, | ||
"doHierarchyCheckInUploadedData": false | ||
}, | ||
{ | ||
"type": "Excel", | ||
"schema": { | ||
"Properties": { | ||
"lat": { | ||
"type": "number", | ||
"maximum": 90, | ||
"minimum": -90, | ||
"isRequired": false, | ||
"isLocationDataColumns": true, | ||
"isRuleConfigureInputs": false, | ||
"toShowInMicroplanPreview": false, | ||
"isFilterPropertyOfMapSection": false, | ||
"isVisualizationPropertyOfMapSection": false | ||
}, | ||
"long": { | ||
"type": "number", | ||
"maximum": 180, | ||
"minimum": -180, | ||
"isRequired": false, | ||
"isLocationDataColumns": true, | ||
"isRuleConfigureInputs": false, | ||
"toShowInMicroplanPreview": false, | ||
"isFilterPropertyOfMapSection": false, | ||
"isVisualizationPropertyOfMapSection": false | ||
}, | ||
"boundaryCode": { | ||
"type": "string", | ||
"isRequired": true, | ||
"isLocationDataColumns": false, | ||
"isRuleConfigureInputs": false, | ||
"toShowInMicroplanPreview": false, | ||
"isFilterPropertyOfMapSection": false, | ||
"isVisualizationPropertyOfMapSection": false | ||
}, | ||
"facilityCode": { | ||
"type": "string", | ||
"isRequired": false, | ||
"isLocationDataColumns": false, | ||
"isRuleConfigureInputs": false, | ||
"toShowInMicroplanPreview": false, | ||
"isFilterPropertyOfMapSection": false, | ||
"isVisualizationPropertyOfMapSection": false | ||
}, | ||
"facilityName": { | ||
"type": "string", | ||
"isRequired": true, | ||
"isLocationDataColumns": false, | ||
"isRuleConfigureInputs": false, | ||
"toShowInMicroplanPreview": true, | ||
"isFilterPropertyOfMapSection": false, | ||
"isVisualizationPropertyOfMapSection": false | ||
}, | ||
"facilityType": { | ||
"enum": [ | ||
"Warehouse", | ||
"Health Facility", | ||
"Monitor Local", | ||
"Storing Resource" | ||
], | ||
"type": "string", | ||
"isRequired": true, | ||
"isLocationDataColumns": false, | ||
"isRuleConfigureInputs": false, | ||
"toShowInMicroplanPreview": true, | ||
"isFilterPropertyOfMapSection": true, | ||
"isVisualizationPropertyOfMapSection": false | ||
}, | ||
"facilityUsage": { | ||
"type": "string", | ||
"isRequired": true, | ||
"isLocationDataColumns": false, | ||
"isRuleConfigureInputs": false, | ||
"toShowInMicroplanPreview": false, | ||
"isFilterPropertyOfMapSection": false, | ||
"isVisualizationPropertyOfMapSection": false | ||
}, | ||
"facilityStatus": { | ||
"enum": [ | ||
"Temporary", | ||
"Permanent" | ||
], | ||
"type": "string", | ||
"isRequired": true, | ||
"isLocationDataColumns": false, | ||
"isRuleConfigureInputs": false, | ||
"toShowInMicroplanPreview": true, | ||
"isFilterPropertyOfMapSection": false, | ||
"isVisualizationPropertyOfMapSection": false | ||
}, | ||
"LLIN_mz_capacity": { | ||
"type": "number", | ||
"isRequired": true, | ||
"isLocationDataColumns": false, | ||
"isRuleConfigureInputs": true, | ||
"toShowInMicroplanPreview": true, | ||
"isFilterPropertyOfMapSection": false, | ||
"isVisualizationPropertyOfMapSection": true | ||
} | ||
} | ||
}, | ||
"section": "Facilities", | ||
"template": { | ||
"propertiesToHide": [ | ||
"facilityCode" | ||
], | ||
"includeFacilityData": true, | ||
"showTemplateDownload": true, | ||
"facilitySchemaApiMapping": { | ||
"facilityCode": "id", | ||
"facilityName": "name", | ||
"facilityType": "usage", | ||
"facilityStatus": "isPermanent", | ||
"LLIN_mz_capacity": "storageCapacity" | ||
}, | ||
"hierarchyLevelWiseSheets": false | ||
}, | ||
"campaignType": "LLIN-mz", | ||
"activeInactiveField": "facilityUsage", | ||
"showResourcesInMappingSection": false, | ||
"doHierarchyCheckInUploadedData": false | ||
}, | ||
{ | ||
"type": "Excel", | ||
"schema": { | ||
"Properties": { | ||
"lat": { | ||
"type": "number", | ||
"maximum": 90, | ||
"minimum": -90, | ||
"isRequired": false, | ||
"isLocationDataColumns": true, | ||
"isRuleConfigureInputs": false, | ||
"toShowInMicroplanPreview": false, | ||
"isFilterPropertyOfMapSection": false, | ||
"isVisualizationPropertyOfMapSection": false | ||
}, | ||
"long": { | ||
"type": "number", | ||
"maximum": 180, | ||
"minimum": -180, | ||
"isRequired": false, | ||
"isLocationDataColumns": true, | ||
"isRuleConfigureInputs": false, | ||
"toShowInMicroplanPreview": false, | ||
"isFilterPropertyOfMapSection": false, | ||
"isVisualizationPropertyOfMapSection": false | ||
}, | ||
"boundaryCode": { | ||
"type": "string", | ||
"isRequired": true, | ||
"isLocationDataColumns": false, | ||
"isRuleConfigureInputs": false, | ||
"toShowInMicroplanPreview": false, | ||
"isFilterPropertyOfMapSection": false, | ||
"isVisualizationPropertyOfMapSection": false | ||
}, | ||
"targetPopulation": { | ||
"type": "number", | ||
"isRequired": true, | ||
"isLocationDataColumns": false, | ||
"isRuleConfigureInputs": true, | ||
"toShowInMicroplanPreview": true, | ||
"isFilterPropertyOfMapSection": false, | ||
"isVisualizationPropertyOfMapSection": true | ||
} | ||
} | ||
}, | ||
"section": "Population", | ||
"template": { | ||
"propertiesToHide": [], | ||
"includeFacilityData": false, | ||
"showTemplateDownload": true, | ||
"hierarchyLevelWiseSheets": true | ||
}, | ||
"campaignType": "LLIN-mz", | ||
"showResourcesInMappingSection": true, | ||
"doHierarchyCheckInUploadedData": true | ||
}, | ||
{ | ||
"type": "Excel", | ||
"schema": { | ||
"Properties": { | ||
"lat": { | ||
"type": "number", | ||
"maximum": 90, | ||
"minimum": -90, | ||
"isRequired": false, | ||
"isLocationDataColumns": true, | ||
"isRuleConfigureInputs": false, | ||
"toShowInMicroplanPreview": false, | ||
"isFilterPropertyOfMapSection": false, | ||
"isVisualizationPropertyOfMapSection": false | ||
}, | ||
"long": { | ||
"type": "number", | ||
"maximum": 180, | ||
"minimum": -180, | ||
"isRequired": false, | ||
"isLocationDataColumns": true, | ||
"isRuleConfigureInputs": false, | ||
"toShowInMicroplanPreview": false, | ||
"isFilterPropertyOfMapSection": false, | ||
"isVisualizationPropertyOfMapSection": false | ||
}, | ||
"boundaryCode": { | ||
"type": "string", | ||
"isRequired": true, | ||
"isLocationDataColumns": false, | ||
"isRuleConfigureInputs": false, | ||
"toShowInMicroplanPreview": false, | ||
"isFilterPropertyOfMapSection": false, | ||
"isVisualizationPropertyOfMapSection": false | ||
}, | ||
"totalTargetPopulation": { | ||
"type": "number", | ||
"isRequired": true, | ||
"isLocationDataColumns": false, | ||
"isRuleConfigureInputs": true, | ||
"toShowInMicroplanPreview": true, | ||
"isFilterPropertyOfMapSection": false, | ||
"isVisualizationPropertyOfMapSection": true | ||
}, | ||
"targetPopulationAge3To11": { | ||
"type": "number", | ||
"isRequired": true, | ||
"isLocationDataColumns": false, | ||
"isRuleConfigureInputs": true, | ||
"toShowInMicroplanPreview": true, | ||
"isFilterPropertyOfMapSection": false, | ||
"isVisualizationPropertyOfMapSection": true | ||
}, | ||
"targetpopulationAge12To59": { | ||
"type": "number", | ||
"isRequired": true, | ||
"isLocationDataColumns": false, | ||
"isRuleConfigureInputs": true, | ||
"toShowInMicroplanPreview": true, | ||
"isFilterPropertyOfMapSection": false, | ||
"isVisualizationPropertyOfMapSection": true | ||
} | ||
} | ||
}, | ||
"section": "Population", | ||
"template": { | ||
"propertiesToHide": [], | ||
"includeFacilityData": false, | ||
"showTemplateDownload": true, | ||
"hierarchyLevelWiseSheets": true | ||
}, | ||
"campaignType": "MR-DN", | ||
"showResourcesInMappingSection": true, | ||
"doHierarchyCheckInUploadedData": true | ||
} | ||
] |