Uses of Enum
org.hl7.fhir.r5.model.Enumerations.QuantityComparator
-
Uses of Enumerations.QuantityComparator in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Enumerations.QuantityComparator> Quantity.comparator
How the value should be understood and represented - whether the actual value is greater or less than the stated value due to measurement issues; e.g.Modifier and TypeMethodDescriptionQuantity.getComparator()
Returns the enum constant of this type with the specified name.static Enumerations.QuantityComparator[]
Enumerations.QuantityComparator.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionEnumerations.QuantityComparatorEnumFactory.fromType
(PrimitiveType<?> code) Quantity.getComparatorElement()
Modifier and TypeMethodDescriptionQuantity.setComparator
(Enumerations.QuantityComparator value) Enumerations.QuantityComparatorEnumFactory.toCode
(Enumerations.QuantityComparator code) Enumerations.QuantityComparatorEnumFactory.toSystem
(Enumerations.QuantityComparator code) Modifier and TypeMethodDescriptionQuantity.setComparatorElement
(Enumeration<Enumerations.QuantityComparator> value) ModifierConstructorDescriptionQuantity
(Enumerations.QuantityComparator theComparator, double theValue, String theSystem, String theCode, String theUnit) Convenience constructorQuantity
(Enumerations.QuantityComparator theComparator, long theValue, String theSystem, String theCode, String theUnit) Convenience constructor