Uses of Enum
org.hl7.fhir.r5.model.Enumerations.QuantityComparator
Packages that use Enumerations.QuantityComparator
-
Uses of Enumerations.QuantityComparator in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Enumerations.QuantityComparatorModifier and TypeFieldDescriptionprotected 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.QuantityComparatorModifier 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.Methods in org.hl7.fhir.r5.model that return types with arguments of type Enumerations.QuantityComparatorMethods in org.hl7.fhir.r5.model with parameters of type Enumerations.QuantityComparatorModifier and TypeMethodDescriptionQuantity.setComparator(Enumerations.QuantityComparator value) Enumerations.QuantityComparatorEnumFactory.toCode(Enumerations.QuantityComparator code) Enumerations.QuantityComparatorEnumFactory.toSystem(Enumerations.QuantityComparator code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Enumerations.QuantityComparatorModifier and TypeMethodDescriptionQuantity.setComparatorElement(Enumeration<Enumerations.QuantityComparator> value) Constructors in org.hl7.fhir.r5.model with parameters of type Enumerations.QuantityComparatorModifierConstructorDescriptionQuantity(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