Uses of Class
org.linuxforhealth.fhir.path.FHIRPathDateTimeValue
-
Packages that use FHIRPathDateTimeValue Package Description org.linuxforhealth.fhir.path org.linuxforhealth.fhir.path.util org.linuxforhealth.fhir.path.visitor org.linuxforhealth.fhir.persistence.util -
-
Uses of FHIRPathDateTimeValue in org.linuxforhealth.fhir.path
Methods in org.linuxforhealth.fhir.path that return FHIRPathDateTimeValue Modifier and Type Method Description FHIRPathDateTimeValue
FHIRPathDateTimeValue. add(FHIRPathQuantityValue quantityValue)
default FHIRPathDateTimeValue
FHIRPathTemporalValue. asDateTimeValue()
Cast this FHIRPathTemporalValue to aFHIRPathDateTimeValue
FHIRPathDateTimeValue
FHIRPathDateTimeValue.Builder. build()
Build a FHIRPathDateTimeValue instance using this builderstatic FHIRPathDateTimeValue
FHIRPathDateTimeValue. dateTimeValue(java.lang.String text)
Static factory method for creating FHIRPathDateTimeValue instances from aString
valuestatic FHIRPathDateTimeValue
FHIRPathDateTimeValue. dateTimeValue(java.lang.String path, java.lang.String name, java.time.temporal.TemporalAccessor dateTime)
Static factory method for creating named FHIRPathDateTimeValue instances from aTemporalAccessor
date/time valuestatic FHIRPathDateTimeValue
FHIRPathDateTimeValue. dateTimeValue(java.time.temporal.TemporalAccessor dateTime)
Static factory method for creating FHIRPathDateTimeValue instances from aTemporalAccessor
date/time valueFHIRPathDateTimeValue
FHIRPathDateTimeValue. subtract(FHIRPathQuantityValue quantityValue)
-
Uses of FHIRPathDateTimeValue in org.linuxforhealth.fhir.path.util
Methods in org.linuxforhealth.fhir.path.util that return FHIRPathDateTimeValue Modifier and Type Method Description static FHIRPathDateTimeValue
FHIRPathUtil. getDateTimeValue(java.util.Collection<FHIRPathNode> nodes)
static FHIRPathDateTimeValue
FHIRPathUtil. toDateTime(java.util.Collection<FHIRPathNode> nodes)
-
Uses of FHIRPathDateTimeValue in org.linuxforhealth.fhir.path.visitor
Methods in org.linuxforhealth.fhir.path.visitor with parameters of type FHIRPathDateTimeValue Modifier and Type Method Description void
FHIRPathDefaultNodeVisitor. visit(FHIRPathDateTimeValue value)
void
FHIRPathNodeVisitor. visit(FHIRPathDateTimeValue value)
-
Uses of FHIRPathDateTimeValue in org.linuxforhealth.fhir.persistence.util
Methods in org.linuxforhealth.fhir.persistence.util with parameters of type FHIRPathDateTimeValue Modifier and Type Method Description T
Processor. process(SearchParameter parameter, FHIRPathDateTimeValue value)
Deprecated.
-