Closed baseTwo closed 2 months ago
The follow cql generates invalid c#
define "Injury due to falling rock within measurement period": [Condition: "Injury due to falling rock"] C where (C.onset.value as DateTime) during "Measurement Period"
Notice the missing parantheses around the casts
And this is the correct c#
test cql files.zip
Other issues created on this dataset: #533, #534
The follow cql generates invalid c#
Notice the missing parantheses around the casts
And this is the correct c#
test cql files.zip
Other issues created on this dataset: #533, #534