Uses of Class
org.linuxforhealth.fhir.path.FHIRPathStringValue
-
Packages that use FHIRPathStringValue Package Description org.linuxforhealth.fhir.path org.linuxforhealth.fhir.path.util org.linuxforhealth.fhir.path.visitor org.linuxforhealth.fhir.persistence.util -
-
Uses of FHIRPathStringValue in org.linuxforhealth.fhir.path
Fields in org.linuxforhealth.fhir.path declared as FHIRPathStringValue Modifier and Type Field Description static FHIRPathStringValueFHIRPathStringValue. EMPTY_STRINGMethods in org.linuxforhealth.fhir.path that return FHIRPathStringValue Modifier and Type Method Description default FHIRPathStringValueFHIRPathSystemValue. asStringValue()Cast this FHIRPathSystemValue to aFHIRPathStringValueFHIRPathStringValueFHIRPathStringValue.Builder. build()Build a FHIRPathStringValue instance using this builderFHIRPathStringValueFHIRPathStringValue. concat(FHIRPathStringValue value)Concatenate theStringvalue with theStringvalue wrapped by another FHIRPathStringValueFHIRPathStringValueFHIRPathStringValue. lower()Convert the characters in this FHIRPathStringValue to lower caseFHIRPathStringValueFHIRPathStringValue. replace(FHIRPathStringValue pattern, FHIRPathStringValue substitution)Replace occurrences of pattern in this FHIRPathStringValue with substitutionFHIRPathStringValueFHIRPathStringValue. replaceMatches(FHIRPathStringValue regex, FHIRPathStringValue substitution)Replace matches of regex in this FHIRPathStringValue with substitutionstatic FHIRPathStringValueFHIRPathStringValue. stringValue(java.lang.String string)Static factory method for creating FHIRPathStringValue instances from aStringvaluestatic FHIRPathStringValueFHIRPathStringValue. stringValue(java.lang.String path, java.lang.String name, java.lang.String string)Static factory method for creating named FHIRPathStringValue instances from aStringvalueFHIRPathStringValueFHIRPathStringValue. substring(int start)Returns the part of this FHIRPathStringValue starting at position startFHIRPathStringValueFHIRPathStringValue. substring(int start, int length)Returns the part of this FHIRPathStringValue starting at position start up to length number of charactersFHIRPathStringValueFHIRPathStringValue. upper()Convert the characters in this FHIRPathStringValue to upper caseMethods in org.linuxforhealth.fhir.path with parameters of type FHIRPathStringValue Modifier and Type Method Description FHIRPathStringValueFHIRPathStringValue. concat(FHIRPathStringValue value)Concatenate theStringvalue with theStringvalue wrapped by another FHIRPathStringValuebooleanFHIRPathStringValue. contains(FHIRPathStringValue substring)Indicates whether this FHIRPathStringValue contains the substring in the parameterbooleanFHIRPathStringValue. endsWith(FHIRPathStringValue suffix)Indicates whether this FHIRPathStringValue ends with the suffix in the parameterbooleanFHIRPathStringValue. matches(FHIRPathStringValue regex)Indicates whether theStringvalue wrapped by this FHIRPathStringValue matches the regex in the parameterFHIRPathStringValueFHIRPathStringValue. replace(FHIRPathStringValue pattern, FHIRPathStringValue substitution)Replace occurrences of pattern in this FHIRPathStringValue with substitutionFHIRPathStringValueFHIRPathStringValue. replaceMatches(FHIRPathStringValue regex, FHIRPathStringValue substitution)Replace matches of regex in this FHIRPathStringValue with substitutionbooleanFHIRPathStringValue. startsWith(FHIRPathStringValue prefix)Indicates whether this FHIRPathStringValue starts with the prefix in the parameter -
Uses of FHIRPathStringValue in org.linuxforhealth.fhir.path.util
Methods in org.linuxforhealth.fhir.path.util that return FHIRPathStringValue Modifier and Type Method Description static FHIRPathStringValueFHIRPathUtil. getStringValue(java.util.Collection<FHIRPathNode> nodes) -
Uses of FHIRPathStringValue in org.linuxforhealth.fhir.path.visitor
Methods in org.linuxforhealth.fhir.path.visitor with parameters of type FHIRPathStringValue Modifier and Type Method Description voidFHIRPathDefaultNodeVisitor. visit(FHIRPathStringValue value)voidFHIRPathNodeVisitor. visit(FHIRPathStringValue value) -
Uses of FHIRPathStringValue in org.linuxforhealth.fhir.persistence.util
Methods in org.linuxforhealth.fhir.persistence.util with parameters of type FHIRPathStringValue Modifier and Type Method Description TProcessor. process(SearchParameter parameter, FHIRPathStringValue value)Deprecated.
-