You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have tons of comparison operations, duplicated between operations on the POCOs and on the CQL types. Can we make up our mind and implement them on one or the other?
We can convert any primitive FHIR type to the CQL type, and the CQL type have the comparison operations
We could assume all IScopedNode trees end in a standard FHIR POCO datatype, and then we can call the operators on those types.
The text was updated successfully, but these errors were encountered:
We have tons of comparison operations, duplicated between operations on the POCOs and on the CQL types. Can we make up our mind and implement them on one or the other?
The text was updated successfully, but these errors were encountered: