Skip to content

Commit 4d3cec3

Browse files
authored
Address comments (#826)
1 parent 19eedef commit 4d3cec3

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

omod/src/main/webapp/resources/jsonforms/HMIS-MCH-006-IntegratedMaternityRegister.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"label": "ANC NO.",
4141
"id": "ancNumber",
4242
"type": "obs",
43+
"required": true,
4344
"questionOptions": {
4445
"rendering": "number",
4546
"step": 1,
@@ -899,6 +900,27 @@
899900
},
900901
"validators": []
901902
},
903+
{
904+
"label": "Baby's sex",
905+
"type": "obs",
906+
"id": "babySex",
907+
"questionOptions": {
908+
"rendering": "radio",
909+
"concept": "1587AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
910+
"answers": [
911+
{
912+
"concept": "1534AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
913+
"label": "M - Male",
914+
"conceptMappings": []
915+
},
916+
{
917+
"concept": "1535AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
918+
"label": "F - Female",
919+
"conceptMappings": []
920+
}
921+
]
922+
}
923+
},
902924
{
903925
"label": "Baby's outcome at delivery",
904926
"type": "obs",
@@ -1451,7 +1473,7 @@
14511473
"id": "usedFpBefore",
14521474
"questionOptions": {
14531475
"rendering": "radio",
1454-
"concept": "",
1476+
"concept": "dcb2e4e5-30ab-102d-86b0-7a5022ba4115",
14551477
"conceptMappings": [],
14561478
"answers": [
14571479
{

0 commit comments

Comments
 (0)