Uses of Class
org.hl7.fhir.r5.model.Enumerations.QuantityComparator
-
Packages that use Enumerations.QuantityComparator Package Description org.hl7.fhir.r5.model -
-
Uses of Enumerations.QuantityComparator in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Enumerations.QuantityComparator Modifier and Type Field Description protected Enumeration<Enumerations.QuantityComparator>Quantity. comparatorHow 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.Methods in org.hl7.fhir.r5.model that return Enumerations.QuantityComparator Modifier and Type Method Description static Enumerations.QuantityComparatorEnumerations.QuantityComparator. fromCode(String codeString)Enumerations.QuantityComparatorEnumerations.QuantityComparatorEnumFactory. fromCode(String codeString)Enumerations.QuantityComparatorQuantity. getComparator()static Enumerations.QuantityComparatorEnumerations.QuantityComparator. valueOf(String name)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.Methods in org.hl7.fhir.r5.model that return types with arguments of type Enumerations.QuantityComparator Modifier and Type Method Description Enumeration<Enumerations.QuantityComparator>Enumerations.QuantityComparatorEnumFactory. fromType(Base code)Enumeration<Enumerations.QuantityComparator>Quantity. getComparatorElement()Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.QuantityComparator Modifier and Type Method Description QuantityQuantity. setComparator(Enumerations.QuantityComparator value)StringEnumerations.QuantityComparatorEnumFactory. toCode(Enumerations.QuantityComparator code)StringEnumerations.QuantityComparatorEnumFactory. toSystem(Enumerations.QuantityComparator code)Method parameters in org.hl7.fhir.r5.model with type arguments of type Enumerations.QuantityComparator Modifier and Type Method Description QuantityQuantity. setComparatorElement(Enumeration<Enumerations.QuantityComparator> value)Constructors in org.hl7.fhir.r5.model with parameters of type Enumerations.QuantityComparator Constructor Description Quantity(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
-