Uses of Class
ca.uhn.fhir.model.api.Include
-
Packages that use Include Package Description ca.uhn.fhir.context.api ca.uhn.fhir.model.api ca.uhn.fhir.rest.api ca.uhn.fhir.rest.gclient ca.uhn.fhir.util org.hl7.fhir.instance.model.api -
-
Uses of Include in ca.uhn.fhir.context.api
Method parameters in ca.uhn.fhir.context.api with type arguments of type Include Modifier and Type Method Description abstract booleanBundleInclusionRule. shouldIncludeReferencedResource(ResourceReferenceInfo theReferenceInfo, Set<Include> theIncludes) -
Uses of Include in ca.uhn.fhir.model.api
Methods in ca.uhn.fhir.model.api that return Include Modifier and Type Method Description IncludeInclude. asNonRecursive()Creates a copy of this include with non-recurse behaviourIncludeInclude. asRecursive()Creates a copy of this include with recurse behaviourIncludeInclude. setRecurse(boolean theRecurse)Should this include recurseIncludeInclude. toLocked()Return a newIncludeInclude. withType(String theResourceType)Creates and returns a new copy of this Include with the given type. -
Uses of Include in ca.uhn.fhir.rest.api
Method parameters in ca.uhn.fhir.rest.api with type arguments of type Include Modifier and Type Method Description voidIVersionSpecificBundleFactory. addResourcesToBundle(List<IBaseResource> theResult, BundleTypeEnum theBundleType, String theServerBase, BundleInclusionRule theBundleInclusionRule, Set<Include> theIncludes) -
Uses of Include in ca.uhn.fhir.rest.gclient
Methods in ca.uhn.fhir.rest.gclient with parameters of type Include Modifier and Type Method Description IQuery<Y>IQuery. include(Include theInclude)Add an "_include" specification or an "_include:recurse" specification.IQuery<Y>IQuery. revInclude(Include theIncludeTarget)Add a "_revinclude" specification -
Uses of Include in ca.uhn.fhir.util
Methods in ca.uhn.fhir.util with parameters of type Include Modifier and Type Method Description booleanResourceReferenceInfo. matchesInclude(Include theInclude)Method parameters in ca.uhn.fhir.util with type arguments of type Include Modifier and Type Method Description booleanResourceReferenceInfo. matchesIncludeSet(Set<Include> theIncludes) -
Uses of Include in org.hl7.fhir.instance.model.api
Fields in org.hl7.fhir.instance.model.api declared as Include Modifier and Type Field Description static IncludeIBaseResource. INCLUDE_ALLInclude constant for*(return all includes)Fields in org.hl7.fhir.instance.model.api with type parameters of type Include Modifier and Type Field Description static Set<Include>IBaseResource. WILDCARD_ALL_SETInclude set containing onlyIBaseResource.INCLUDE_ALL
-