Uses of Class
com.ibm.fhir.search.util.ReferenceValue
-
Packages that use ReferenceValue Package Description com.ibm.fhir.persistence.jdbc.dto com.ibm.fhir.search.util -
-
Uses of ReferenceValue in com.ibm.fhir.persistence.jdbc.dto
Methods in com.ibm.fhir.persistence.jdbc.dto that return ReferenceValue Modifier and Type Method Description ReferenceValue
ReferenceParmVal. getRefValue()
Get the refValueMethods in com.ibm.fhir.persistence.jdbc.dto with parameters of type ReferenceValue Modifier and Type Method Description void
ReferenceParmVal. setRefValue(ReferenceValue refValue)
Set the refValue -
Uses of ReferenceValue in com.ibm.fhir.search.util
Methods in com.ibm.fhir.search.util that return ReferenceValue Modifier and Type Method Description static ReferenceValue
ReferenceUtil. createReferenceValueFrom(Reference ref, String baseUrl)
Processes a Reference value from the FHIR model and interprets it according to https://www.hl7.org/fhir/references.html#2.3.0static ReferenceValue
ReferenceUtil. createReferenceValueFrom(String refValue, String refType, String baseUrl)
Processes the string value of a Reference object from the FHIR model and interprets it according to https://www.hl7.org/fhir/references.html#2.3.0
-