parser/operation_parser/math_parser library
Classes
- DivSignParser
- Divides the left operand by the right operand (supported for Integer, Decimal, and Quantity). The result of a division is always Decimal, even if the inputs are both Integer. For integer division, use the div operator. If an attempt is made to divide by zero, the result is empty.
- DivStringParser
- MinusParser
- ModParser
- PlusParser
- StarParser
- StringConcatenationParser
- UnaryNegateParser
- UnaryPlusParser
Functions
-
addToFhirTime(
FhirTime fhirTime, ValidatedQuantity validatedQuantity) → FhirTime -
extendedDurationFromValidatedQuantity(
ValidatedQuantity validatedQuantity) → ExtendedDuration -
subtractFromFhirTime(
FhirTime fhirTime, ValidatedQuantity validatedQuantity) → FhirTime