Package ca.uhn.fhir.jpa.ips.api
Class ISectionResourceSupplier.ResourceEntry
java.lang.Object
ca.uhn.fhir.jpa.ips.api.ISectionResourceSupplier.ResourceEntry
- Enclosing interface:
ISectionResourceSupplier
This class is the return type for
ISectionResourceSupplier.fetchResourcesForSection(IpsContext, IpsSectionContext, RequestDetails)
.-
Constructor Summary
ConstructorDescriptionResourceEntry
(org.hl7.fhir.instance.model.api.IBaseResource theResource, ISectionResourceSupplier.InclusionTypeEnum theInclusionType) Constructor -
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.instance.model.api.IBaseResource
-
Constructor Details
-
ResourceEntry
public ResourceEntry(@Nonnull org.hl7.fhir.instance.model.api.IBaseResource theResource, @Nonnull ISectionResourceSupplier.InclusionTypeEnum theInclusionType) Constructor- Parameters:
theResource
- The resource to include (must not be null)theInclusionType
- The inclusion type (must not be null)
-
-
Method Details
-
getResource
-
getInclusionType
-