Uses of Interface
org.hl7.fhir.instance.model.api.IBaseReference
-
Packages that use IBaseReference Package Description ca.uhn.fhir.model.base.composite ca.uhn.fhir.parser ca.uhn.fhir.util org.hl7.fhir.instance.model.api -
-
Uses of IBaseReference in ca.uhn.fhir.model.base.composite
Classes in ca.uhn.fhir.model.base.composite that implement IBaseReference Modifier and Type Class Description classBaseResourceReferenceDt -
Uses of IBaseReference in ca.uhn.fhir.parser
Methods in ca.uhn.fhir.parser that return types with arguments of type IBaseReference Modifier and Type Method Description protected List<IBaseReference>BaseParser. getAllBaseReferences(IBaseResource theResource)Method parameters in ca.uhn.fhir.parser with type arguments of type IBaseReference Modifier and Type Method Description protected voidBaseParser. findBaseReferences(List<IBaseReference> allElements, IBase theElement, BaseRuntimeElementDefinition<?> theDefinition)A customised traversal of the tree to find the 'top level' base references. -
Uses of IBaseReference in ca.uhn.fhir.util
Methods in ca.uhn.fhir.util that return IBaseReference Modifier and Type Method Description IBaseReferenceResourceReferenceInfo. getResourceReference()static IBaseReferenceBinaryUtil. getSecurityContext(FhirContext theCtx, IBaseBinary theBinary)Constructors in ca.uhn.fhir.util with parameters of type IBaseReference Constructor Description ResourceReferenceInfo(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 IBaseReference Modifier and Type Method Description IBaseReferenceIBaseReference. setReference(String theReference)IBaseReferenceIBaseReference. setResource(IBaseResource theResource)
-