
Uses of Interface
org.hl7.fhir.instance.model.api.IBaseReference
Packages that use IBaseReference
Package
Description
-
Uses of IBaseReference in ca.uhn.fhir.model.api
Methods in ca.uhn.fhir.model.api that return IBaseReferenceModifier and TypeMethodDescriptionIProvenanceAgent.getOnBehalfOf()
ProvenanceAgent.getOnBehalfOf()
IProvenanceAgent.getWho()
ProvenanceAgent.getWho()
Methods in ca.uhn.fhir.model.api with parameters of type IBaseReferenceModifier and TypeMethodDescriptionProvenanceAgent.setOnBehalfOf
(IBaseReference theOnBehalfOf) ProvenanceAgent.setWho
(IBaseReference theWho) -
Uses of IBaseReference in ca.uhn.fhir.model.base.composite
Classes in ca.uhn.fhir.model.base.composite that implement IBaseReference -
Uses of IBaseReference in ca.uhn.fhir.util
Methods in ca.uhn.fhir.util that return IBaseReferenceModifier and TypeMethodDescriptionResourceReferenceInfo.getResourceReference()
static IBaseReference
BinaryUtil.getSecurityContext
(FhirContext theCtx, IBaseBinary theBinary) Methods in ca.uhn.fhir.util that return types with arguments of type IBaseReferenceModifier and TypeMethodDescriptionFhirTerser.getCompartmentReferencesForResource
(String theCompartmentName, IBaseResource theSource, Set<String> theAdditionalCompartmentParamNames) static List
<IBaseReference> ParametersUtil.getNamedParameterReferences
(FhirContext theCtx, IBaseParameters theParameters, String theParameterName) Returns the list of parameter reference.Methods in ca.uhn.fhir.util with parameters of type IBaseReferenceModifier and TypeMethodDescriptionstatic IBaseResource
BundleUtil.getResourceByReferenceAndResourceType
(FhirContext theContext, IBaseBundle theBundle, IBaseReference theReference) Get resource from bundle by resource type and referenceConstructors in ca.uhn.fhir.util with parameters of type IBaseReferenceModifierConstructorDescriptionResourceReferenceInfo
(FhirContext theContext, IBaseResource theOwningResource, List<String> thePathToElement, IBaseReference theElement) -
Uses of IBaseReference in org.hl7.fhir.instance.model.api
Methods in org.hl7.fhir.instance.model.api that return IBaseReferenceModifier and TypeMethodDescriptiondefault IBaseReference
IBaseReference.setIdentifier
(ICompositeType theIdentifier) IBaseReference.setReference
(String theReference) IBaseReference.setResource
(IBaseResource theResource)