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 FHIRPathDateTimeValueFHIRPathDateTimeValue. add(FHIRPathQuantityValue quantityValue)default FHIRPathDateTimeValueFHIRPathTemporalValue. asDateTimeValue()Cast this FHIRPathTemporalValue to aFHIRPathDateTimeValueFHIRPathDateTimeValueFHIRPathDateTimeValue.Builder. build()Build a FHIRPathDateTimeValue instance using this builderstatic FHIRPathDateTimeValueFHIRPathDateTimeValue. dateTimeValue(java.lang.String text)Static factory method for creating FHIRPathDateTimeValue instances from aStringvaluestatic FHIRPathDateTimeValueFHIRPathDateTimeValue. dateTimeValue(java.lang.String path, java.lang.String name, java.time.temporal.TemporalAccessor dateTime)Static factory method for creating named FHIRPathDateTimeValue instances from aTemporalAccessordate/time valuestatic FHIRPathDateTimeValueFHIRPathDateTimeValue. dateTimeValue(java.time.temporal.TemporalAccessor dateTime)Static factory method for creating FHIRPathDateTimeValue instances from aTemporalAccessordate/time valueFHIRPathDateTimeValueFHIRPathDateTimeValue. 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 FHIRPathDateTimeValueFHIRPathUtil. getDateTimeValue(java.util.Collection<FHIRPathNode> nodes)static FHIRPathDateTimeValueFHIRPathUtil. 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 voidFHIRPathDefaultNodeVisitor. visit(FHIRPathDateTimeValue value)voidFHIRPathNodeVisitor. 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 TProcessor. process(SearchParameter parameter, FHIRPathDateTimeValue value)Deprecated.
-