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
Add comment and return unit text in TerminalParsers.cs
Improved the handling of unit text in the `TerminalParsers.cs` file within the `Hl7.Cql.CqlToElm.Visitors` namespace. Added a comment noting that unit range validation is not yet implemented and updated the method to return a tuple containing the parsed decimal value and the unit text. This change enhances code clarity and ensures proper handling of unit text.
0 commit comments