Uses of Interface
com.ibm.fhir.path.FHIRPathTemporalValue
-
Packages that use FHIRPathTemporalValue Package Description com.ibm.fhir.path com.ibm.fhir.path.util -
-
Uses of FHIRPathTemporalValue in com.ibm.fhir.path
Classes in com.ibm.fhir.path that implement FHIRPathTemporalValue Modifier and Type Class Description class
FHIRPathAbstractTemporalValue
class
FHIRPathDateTimeValue
AFHIRPathTemporalValue
node that wraps aTemporalAccessor
date/time valueclass
FHIRPathDateValue
A node that wraps aTemporalAccessor
date valueclass
FHIRPathTimeValue
AFHIRPathTemporalValue
node that wraps aLocalTime
valueMethods in com.ibm.fhir.path that return FHIRPathTemporalValue Modifier and Type Method Description abstract FHIRPathTemporalValue
FHIRPathAbstractTemporalValue. add(FHIRPathQuantityValue quantityValue)
FHIRPathTemporalValue
FHIRPathTemporalValue. add(FHIRPathQuantityValue quantityValue)
Add a quantity value to this FHIRPathTemporalValuedefault FHIRPathTemporalValue
FHIRPathSystemValue. asTemporalValue()
Cast this FHIRPathSystemValue to aFHIRPathTemporalValue
abstract FHIRPathTemporalValue
FHIRPathAbstractTemporalValue.Builder. build()
abstract FHIRPathTemporalValue
FHIRPathAbstractTemporalValue. subtract(FHIRPathQuantityValue quantityValue)
FHIRPathTemporalValue
FHIRPathTemporalValue. subtract(FHIRPathQuantityValue quantityValue)
Subtract a quantity value from this FHIRPathTemporalValue -
Uses of FHIRPathTemporalValue in com.ibm.fhir.path.util
Methods in com.ibm.fhir.path.util that return FHIRPathTemporalValue Modifier and Type Method Description static FHIRPathTemporalValue
FHIRPathUtil. getTemporalValue(FHIRPathNode node)
static FHIRPathTemporalValue
FHIRPathUtil. getTemporalValue(Collection<FHIRPathNode> nodes)
-