Uses of Enum
org.hl7.fhir.r4.model.Quantity.QuantityComparator
-
Uses of Quantity.QuantityComparator in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Quantity.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 TypeMethodDescriptionstatic Quantity.QuantityComparator
Quantity.getComparator()
static Quantity.QuantityComparator
Returns the enum constant of this type with the specified name.static Quantity.QuantityComparator[]
Quantity.QuantityComparator.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionQuantity.QuantityComparatorEnumFactory.fromType
(PrimitiveType<?> code) Quantity.getComparatorElement()
Modifier and TypeMethodDescriptionQuantity.setComparator
(Quantity.QuantityComparator value) Quantity.QuantityComparatorEnumFactory.toCode
(Quantity.QuantityComparator code) Quantity.QuantityComparatorEnumFactory.toSystem
(Quantity.QuantityComparator code) Modifier and TypeMethodDescriptionQuantity.setComparatorElement
(Enumeration<Quantity.QuantityComparator> value) ModifierConstructorDescriptionQuantity
(Quantity.QuantityComparator theComparator, double theValue, String theSystem, String theCode, String theUnit) Convenience constructorQuantity
(Quantity.QuantityComparator theComparator, long theValue, String theSystem, String theCode, String theUnit) Convenience constructor