Uses of Class
com.ibm.fhir.path.FHIRPathQuantityValue
-
Packages that use FHIRPathQuantityValue Package Description com.ibm.fhir.path com.ibm.fhir.path.util com.ibm.fhir.path.visitor com.ibm.fhir.persistence.util -
-
Uses of FHIRPathQuantityValue in com.ibm.fhir.path
Methods in com.ibm.fhir.path that return FHIRPathQuantityValue Modifier and Type Method Description FHIRPathQuantityValue
FHIRPathQuantityValue. add(FHIRPathQuantityValue quantityValue)
Add this FHIRPathQuantityValue to another FHIRPathQuantityValuedefault FHIRPathQuantityValue
FHIRPathSystemValue. asQuantityValue()
Cast this FHIRPathSystemValue to aFHIRPathQuantityValue
FHIRPathQuantityValue
FHIRPathQuantityValue.Builder. build()
Build a FHIRPathQuantityValue instance using this builderstatic FHIRPathQuantityValue
FHIRPathQuantityValue. quantityValue(Quantity quantity)
Static factory method for creating FHIRPathQuantityValue instances from aQuantity
valuestatic FHIRPathQuantityValue
FHIRPathQuantityValue. quantityValue(BigDecimal value, String unit)
Static factory method for creating FHIRPathQuantityValue instances from aBigDecimal
value andString
unitFHIRPathQuantityValue
FHIRPathQuantityValue. subtract(FHIRPathQuantityValue quantityValue)
Subtract another FHIRPathQuantityValue from this FHIRPathQuantityValueMethods in com.ibm.fhir.path with parameters of type FHIRPathQuantityValue Modifier and Type Method Description abstract FHIRPathTemporalValue
FHIRPathAbstractTemporalValue. add(FHIRPathQuantityValue quantityValue)
FHIRPathDateTimeValue
FHIRPathDateTimeValue. add(FHIRPathQuantityValue quantityValue)
FHIRPathDateValue
FHIRPathDateValue. add(FHIRPathQuantityValue quantityValue)
FHIRPathQuantityValue
FHIRPathQuantityValue. add(FHIRPathQuantityValue quantityValue)
Add this FHIRPathQuantityValue to another FHIRPathQuantityValueFHIRPathTemporalValue
FHIRPathTemporalValue. add(FHIRPathQuantityValue quantityValue)
Add a quantity value to this FHIRPathTemporalValueFHIRPathTimeValue
FHIRPathTimeValue. add(FHIRPathQuantityValue quantityValue)
abstract FHIRPathTemporalValue
FHIRPathAbstractTemporalValue. subtract(FHIRPathQuantityValue quantityValue)
FHIRPathDateTimeValue
FHIRPathDateTimeValue. subtract(FHIRPathQuantityValue quantityValue)
FHIRPathDateValue
FHIRPathDateValue. subtract(FHIRPathQuantityValue quantityValue)
FHIRPathQuantityValue
FHIRPathQuantityValue. subtract(FHIRPathQuantityValue quantityValue)
Subtract another FHIRPathQuantityValue from this FHIRPathQuantityValueFHIRPathTemporalValue
FHIRPathTemporalValue. subtract(FHIRPathQuantityValue quantityValue)
Subtract a quantity value from this FHIRPathTemporalValueFHIRPathTimeValue
FHIRPathTimeValue. subtract(FHIRPathQuantityValue quantityValue)
-
Uses of FHIRPathQuantityValue in com.ibm.fhir.path.util
Methods in com.ibm.fhir.path.util that return FHIRPathQuantityValue Modifier and Type Method Description static FHIRPathQuantityValue
FHIRPathUtil. getQuantityValue(Collection<FHIRPathNode> nodes)
Methods in com.ibm.fhir.path.util with parameters of type FHIRPathQuantityValue Modifier and Type Method Description static TemporalAmount
FHIRPathUtil. getTemporalAmount(FHIRPathQuantityValue quantityValue)
-
Uses of FHIRPathQuantityValue in com.ibm.fhir.path.visitor
Methods in com.ibm.fhir.path.visitor with parameters of type FHIRPathQuantityValue Modifier and Type Method Description void
FHIRPathDefaultNodeVisitor. visit(FHIRPathQuantityValue value)
void
FHIRPathNodeVisitor. visit(FHIRPathQuantityValue value)
-
Uses of FHIRPathQuantityValue in com.ibm.fhir.persistence.util
Methods in com.ibm.fhir.persistence.util with parameters of type FHIRPathQuantityValue Modifier and Type Method Description T
Processor. process(SearchParameter parameter, FHIRPathQuantityValue value)
-