File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed
omod/src/main/webapp/resources/jsonforms Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 4040 "label" : " ANC NO." ,
4141 "id" : " ancNumber" ,
4242 "type" : " obs" ,
43+ "required" : true ,
4344 "questionOptions" : {
4445 "rendering" : " number" ,
4546 "step" : 1 ,
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" ,
14511473 "id" : " usedFpBefore" ,
14521474 "questionOptions" : {
14531475 "rendering" : " radio" ,
1454- "concept" : " " ,
1476+ "concept" : " dcb2e4e5-30ab-102d-86b0-7a5022ba4115 " ,
14551477 "conceptMappings" : [],
14561478 "answers" : [
14571479 {
You can’t perform that action at this time.
0 commit comments