Uses of Class
org.linuxforhealth.fhir.search.util.ReferenceValue
-
Packages that use ReferenceValue Package Description org.linuxforhealth.fhir.persistence.jdbc.dto org.linuxforhealth.fhir.search.util -
-
Uses of ReferenceValue in org.linuxforhealth.fhir.persistence.jdbc.dto
Methods in org.linuxforhealth.fhir.persistence.jdbc.dto that return ReferenceValue Modifier and Type Method Description ReferenceValue
ReferenceParmVal. getRefValue()
Get the refValueMethods in org.linuxforhealth.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 org.linuxforhealth.fhir.search.util
Methods in org.linuxforhealth.fhir.search.util that return ReferenceValue Modifier and Type Method Description static ReferenceValue
ReferenceUtil. createReferenceValueFrom(java.lang.String refValue, java.lang.String refType, java.lang.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.0static ReferenceValue
ReferenceUtil. createReferenceValueFrom(Reference ref, java.lang.String baseUrl)
Processes a Reference value from the FHIR model and interprets it according to https://www.hl7.org/fhir/references.html#2.3.0
-