Uses of Enum
org.hl7.fhir.dstu2.model.Quantity.QuantityComparator
-
Uses of Quantity.QuantityComparator in org.hl7.fhir.dstu2.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.setComparator
(Quantity.QuantityComparator value) Quantity.QuantityComparatorEnumFactory.toCode
(Quantity.QuantityComparator code) Modifier and TypeMethodDescriptionQuantity.setComparatorElement
(Enumeration<Quantity.QuantityComparator> value)