Uses of Class
org.linuxforhealth.fhir.path.FHIRPathTimeValue
-
Packages that use FHIRPathTimeValue Package Description org.linuxforhealth.fhir.path org.linuxforhealth.fhir.path.util org.linuxforhealth.fhir.path.visitor org.linuxforhealth.fhir.persistence.util -
-
Uses of FHIRPathTimeValue in org.linuxforhealth.fhir.path
Methods in org.linuxforhealth.fhir.path that return FHIRPathTimeValue Modifier and Type Method Description FHIRPathTimeValueFHIRPathTimeValue. add(FHIRPathQuantityValue quantityValue)default FHIRPathTimeValueFHIRPathTemporalValue. asTimeValue()Cast this FHIRPathTemporalValue to aFHIRPathTimeValueFHIRPathTimeValueFHIRPathTimeValue.Builder. build()Build a FHIRPathTimeValue instance using this builderFHIRPathTimeValueFHIRPathTimeValue. subtract(FHIRPathQuantityValue quantityValue)static FHIRPathTimeValueFHIRPathTimeValue. timeValue(java.lang.String text)Static factory method for creating FHIRPathTimeValue instances from aStringvaluestatic FHIRPathTimeValueFHIRPathTimeValue. timeValue(java.lang.String path, java.lang.String name, java.time.LocalTime time)Static factory method for creating named FHIRPathTimeValue instances from aLocalTimevaluestatic FHIRPathTimeValueFHIRPathTimeValue. timeValue(java.time.LocalTime time)Static factory method for creating FHIRPathTimeValue instances from aLocalTimevalue -
Uses of FHIRPathTimeValue in org.linuxforhealth.fhir.path.util
Methods in org.linuxforhealth.fhir.path.util that return FHIRPathTimeValue Modifier and Type Method Description static FHIRPathTimeValueFHIRPathUtil. getTimeValue(java.util.Collection<FHIRPathNode> nodes)static FHIRPathTimeValueFHIRPathUtil. toTime(java.util.Collection<FHIRPathNode> nodes) -
Uses of FHIRPathTimeValue in org.linuxforhealth.fhir.path.visitor
Methods in org.linuxforhealth.fhir.path.visitor with parameters of type FHIRPathTimeValue Modifier and Type Method Description voidFHIRPathDefaultNodeVisitor. visit(FHIRPathTimeValue value)voidFHIRPathNodeVisitor. visit(FHIRPathTimeValue value) -
Uses of FHIRPathTimeValue in org.linuxforhealth.fhir.persistence.util
Methods in org.linuxforhealth.fhir.persistence.util with parameters of type FHIRPathTimeValue Modifier and Type Method Description TProcessor. process(SearchParameter parameter, FHIRPathTimeValue value)Deprecated.
-