-
Bug/Issue
-
Resolution: Resolved
-
Moderate
-
None
-
BONNIE
-
Bonnie QDM
-
TestPJMCMS143b
-
TestPJMCMS143b
-
QDM/CQL
-
Yes
Hi Noel
I came across this while testing something else:
... and FaceToFaceEncounter.dischargeDisposition !~ "Discharge to nursing home (procedure)"
was accepted and packaged in MAT but failed to load into Bonnie; however,
... and not (FaceToFaceEncounter.dischargeDisposition ~ "Discharge to nursing home (procedure)")
was accepted and packaged in MAT and loaded successfully into Bonnie.
It appears that !~ caused a problem for the Bonnie loaded but is valid CQL.
Fortunately the workaround as above was easy ...
Thanks, Peter Muir