...
Expand |
---|
Code Block |
---|
| {
"name" : "cpr.participant.extensionDetail.attrsMap.ST10",
"caption" : "Kindred ID",
"type" : "text",
"showIf" : {
"op" : "AND",
"rules" : [ {
"field" : "cpr.participant.extensionDetail.attrsMap.ST10",
"op" : "==",
"value" : "'xxx"
} ]
},
"optional" : true
} |
|
Example 4: Show field on overview only if the value is present. (Check showinOverviewIf)
Expand |
---|
Code Block |
---|
| {
"name" : "cpr.participant.extensionDetail.attrsMap.DP3",
"caption" : "Estimated Date of Delivery",
"showInOverviewIf" : "!!cpr.participant.extensionDetail.attrsMap.DP3",
"type" : "date",
"optional" : true
}, |
|
Example JSON
Download