Package ca.uhn.fhir.util
Class ResourceReferenceInfo
java.lang.Object
ca.uhn.fhir.util.ResourceReferenceInfo
Created by Bill de Beaubien on 2/26/2015.
-
Constructor Summary
ConstructorDescriptionResourceReferenceInfo
(FhirContext theContext, IBaseResource theOwningResource, List<String> thePathToElement, IBaseReference theElement) -
Method Summary
Modifier and TypeMethodDescriptiongetName()
boolean
matchesInclude
(Include theInclude) boolean
matchesIncludeSet
(Set<Include> theIncludes) toString()
-
Constructor Details
-
ResourceReferenceInfo
public ResourceReferenceInfo(FhirContext theContext, IBaseResource theOwningResource, List<String> thePathToElement, IBaseReference theElement)
-
-
Method Details