
Uses of Enum Class
org.hl7.fhir.r4.model.Quantity.QuantityComparator
Packages that use Quantity.QuantityComparator
- 
Uses of Quantity.QuantityComparator in org.hl7.fhir.r4.modelFields in org.hl7.fhir.r4.model with type parameters of type Quantity.QuantityComparatorModifier and TypeFieldDescriptionprotected Enumeration<Quantity.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. if the comparator is "invalid input: '<'" , then the real value is invalid input: '<' stated value.Methods in org.hl7.fhir.r4.model that return Quantity.QuantityComparatorModifier and TypeMethodDescriptionstatic Quantity.QuantityComparatorQuantity.getComparator()static Quantity.QuantityComparatorReturns the enum constant of this class with the specified name.static Quantity.QuantityComparator[]Quantity.QuantityComparator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type Quantity.QuantityComparatorModifier and TypeMethodDescriptionQuantity.QuantityComparatorEnumFactory.fromType(PrimitiveType<?> code) Quantity.getComparatorElement()Methods in org.hl7.fhir.r4.model with parameters of type Quantity.QuantityComparatorModifier and TypeMethodDescriptionQuantity.setComparator(Quantity.QuantityComparator value) Quantity.QuantityComparatorEnumFactory.toCode(Quantity.QuantityComparator code) Quantity.QuantityComparatorEnumFactory.toSystem(Quantity.QuantityComparator code) Method parameters in org.hl7.fhir.r4.model with type arguments of type Quantity.QuantityComparatorModifier and TypeMethodDescriptionQuantity.setComparatorElement(Enumeration<Quantity.QuantityComparator> value) Constructors in org.hl7.fhir.r4.model with parameters of type Quantity.QuantityComparatorModifierConstructorDescriptionQuantity(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