Uses of Interface
org.linuxforhealth.fhir.path.FHIRPathSystemValue
-
Packages that use FHIRPathSystemValue Package Description org.linuxforhealth.fhir.path org.linuxforhealth.fhir.path.util -
-
Uses of FHIRPathSystemValue in org.linuxforhealth.fhir.path
Subinterfaces of FHIRPathSystemValue in org.linuxforhealth.fhir.path Modifier and Type Interface Description interfaceFHIRPathNumberValueAn interface that represents aFHIRPathSystemValuethat wraps a number valueinterfaceFHIRPathTemporalValueAFHIRPathSystemValuethat wraps a temporal valueClasses in org.linuxforhealth.fhir.path that implement FHIRPathSystemValue Modifier and Type Class Description classFHIRPathAbstractSystemValueAbstract base class for allFHIRPathSystemValueimplementationsclassFHIRPathAbstractTemporalValueclassFHIRPathBooleanValueAFHIRPathSystemValuenode that wraps aBooleanvalueclassFHIRPathDateTimeValueAFHIRPathTemporalValuenode that wraps aTemporalAccessordate/time valueclassFHIRPathDateValueA node that wraps aTemporalAccessordate valueclassFHIRPathDecimalValueAFHIRPathNumberValuenode that wraps aBigDecimalvalueclassFHIRPathIntegerValueAFHIRPathNumberValuenode that wraps anIntegervalueclassFHIRPathQuantityValueclassFHIRPathStringValueAFHIRPathSystemValuenode that wraps aStringvalueclassFHIRPathTimeValueAFHIRPathTemporalValuenode that wraps aLocalTimevalueFields in org.linuxforhealth.fhir.path declared as FHIRPathSystemValue Modifier and Type Field Description protected FHIRPathSystemValueFHIRPathAbstractNode.Builder. valueprotected FHIRPathSystemValueFHIRPathAbstractNode. valueMethods in org.linuxforhealth.fhir.path that return FHIRPathSystemValue Modifier and Type Method Description default FHIRPathSystemValueFHIRPathNode. asSystemValue()Cast this FHIRPathNode to aFHIRPathSystemValueabstract FHIRPathSystemValueFHIRPathAbstractSystemValue.Builder. build()FHIRPathSystemValueFHIRPathAbstractNode. getValue()FHIRPathSystemValueFHIRPathNode. getValue()The child system value of this FHIRPathNodedefault FHIRPathSystemValueFHIRPathSystemValue. getValue()Methods in org.linuxforhealth.fhir.path with parameters of type FHIRPathSystemValue Modifier and Type Method Description FHIRPathAbstractNode.BuilderFHIRPathAbstractNode.Builder. value(FHIRPathSystemValue value)FHIRPathAbstractSystemValue.BuilderFHIRPathAbstractSystemValue.Builder. value(FHIRPathSystemValue value)This builder method is not supported - implementations will never have a child system valueFHIRPathElementNode.BuilderFHIRPathElementNode.Builder. value(FHIRPathSystemValue value)FHIRPathNode.BuilderFHIRPathNode.Builder. value(FHIRPathSystemValue value)The child system value of the FHIRPathNodeFHIRPathQuantityNode.BuilderFHIRPathQuantityNode.Builder. value(FHIRPathSystemValue value) -
Uses of FHIRPathSystemValue in org.linuxforhealth.fhir.path.util
Methods in org.linuxforhealth.fhir.path.util that return FHIRPathSystemValue Modifier and Type Method Description static FHIRPathSystemValueFHIRPathUtil. getSystemValue(java.util.Collection<FHIRPathNode> nodes)static FHIRPathSystemValueFHIRPathUtil. getSystemValue(FHIRPathNode node)Methods in org.linuxforhealth.fhir.path.util with parameters of type FHIRPathSystemValue Modifier and Type Method Description static booleanFHIRPathUtil. isTypeCompatible(FHIRPathSystemValue leftValue, FHIRPathSystemValue rightValue)
-