-
New Feature
-
Resolution: Done
-
Minor
-
None
sorry - not making much sense to me (possibly due to my trouble accessing the ELM spec)
which do to use? do I check for both? if both exist (as below) which to use?
```
"name" : "NullIncluded",
"context" : "Patient",
"accessLevel" : "Public",
"expression" : {
"type" : "Contains",
"operand" : [ {
"type" : "List",
"element" : [ {
"valueType" : "
Integer",
"value" : "1",
"type" : "Literal"
}, {
"valueType" : "
Integer",
"value" : "2",
"type" : "Literal"
}, {
"valueType" : "
Integer",
"value" : "3",
"type" : "Literal"
}, {
"valueType" : "
Integer",
"value" : "4",
"type" : "Literal"
}, {
"valueType" : "
Integer",
"value" : "5",
"type" : "Literal"
} ]
}, {
"asType" : "
Integer",
"type" : "As",
"operand" :
,
"asTypeSpecifier" : {
"name" : "
Integer",
"type" : "NamedTypeSpecifier"
}
} ]
}
}, {
"name" : "NullIncludes",
"context" : "Patient",
"accessLevel" : "Public",
"expression" : {
"type" : "Includes",
"operand" : [ {
"type" : "As",
"operand" :
,
"asTypeSpecifier" : {
"type" : "ListTypeSpecifier",
"elementType" : {
"name" : "
Integer",
"type" : "NamedTypeSpecifier"
}
}
}, {
```
thanks again!