Uses of Class
com.ibm.fhir.model.type.code.QuantityComparator
-
Packages that use QuantityComparator Package Description com.ibm.fhir.model.type com.ibm.fhir.model.type.code -
-
Uses of QuantityComparator in com.ibm.fhir.model.type
Fields in com.ibm.fhir.model.type declared as QuantityComparator Modifier and Type Field Description protected QuantityComparatorQuantity.Builder. comparatorprotected QuantityComparatorQuantity. comparatorMethods in com.ibm.fhir.model.type that return QuantityComparator Modifier and Type Method Description QuantityComparatorQuantity. getComparator()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.Methods in com.ibm.fhir.model.type with parameters of type QuantityComparator Modifier and Type Method Description Age.BuilderAge.Builder. comparator(QuantityComparator 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.Count.BuilderCount.Builder. comparator(QuantityComparator 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.Distance.BuilderDistance.Builder. comparator(QuantityComparator 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.Duration.BuilderDuration.Builder. comparator(QuantityComparator 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.MoneyQuantity.BuilderMoneyQuantity.Builder. comparator(QuantityComparator 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.Quantity.BuilderQuantity.Builder. comparator(QuantityComparator 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.SimpleQuantity.BuilderSimpleQuantity.Builder. comparator(QuantityComparator comparator)Not allowed to be used in this context -
Uses of QuantityComparator in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as QuantityComparator Modifier and Type Field Description static QuantityComparatorQuantityComparator. GREATER_OR_EQUALSGreater or Equal tostatic QuantityComparatorQuantityComparator. GREATER_THANGreater thanstatic QuantityComparatorQuantityComparator. LESS_OR_EQUALSLess or Equal tostatic QuantityComparatorQuantityComparator. LESS_THANLess thanMethods in com.ibm.fhir.model.type.code that return QuantityComparator Modifier and Type Method Description QuantityComparatorQuantityComparator.Builder. build()static QuantityComparatorQuantityComparator. of(QuantityComparator.ValueSet value)Factory method for creating QuantityComparator objects from a passed enum value.static QuantityComparatorQuantityComparator. of(String value)Factory method for creating QuantityComparator objects from a passed string value.
-