We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
`toString()' fails for Boolean and Quantity collections. Also it should produce {} for not literal types.
(Literal exclusions)
Details
java.lang.RuntimeException: Error invoking method-defined function
attrtrue.toString() [** bool to string]
(FHIR R4 Exclusions)
true.toString() [** testBooleanLiteralToString]
1 'wk'.toString() [** testQuantityLiteralWkToString]
The text was updated successfully, but these errors were encountered:
I think toString is actually a new feature that has not been implemented completely, and we should go ahead and complete the implementation.
toString
Sorry, something went wrong.
No branches or pull requests
`toString()' fails for Boolean and Quantity collections.
Also it should produce {} for not literal types.
(Literal exclusions)
Details
java.lang.RuntimeException: Error invoking method-defined function
attrtrue.toString() [** bool to string]
(FHIR R4 Exclusions)
Details
java.lang.RuntimeException: Error invoking method-defined function
true.toString() [** testBooleanLiteralToString]
Details
java.lang.RuntimeException: Error invoking method-defined function
1 'wk'.toString() [** testQuantityLiteralWkToString]
The text was updated successfully, but these errors were encountered: