Uses of Class
ca.uhn.fhir.jpa.ips.api.ISectionResourceSupplier.ResourceEntry
-
Uses of ISectionResourceSupplier.ResourceEntry in ca.uhn.fhir.jpa.ips.api
Modifier and TypeMethodDescription<T extends org.hl7.fhir.instance.model.api.IBaseResource>
List<ISectionResourceSupplier.ResourceEntry> ISectionResourceSupplier.fetchResourcesForSection
(IpsContext theIpsContext, IpsSectionContext<T> theSectionContext, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) This method will be called once for each section context (section and resource type combination), and will be used to supply the resources to include in the given IPS section. -
Uses of ISectionResourceSupplier.ResourceEntry in ca.uhn.fhir.jpa.ips.jpa
Modifier and TypeMethodDescription<T extends org.hl7.fhir.instance.model.api.IBaseResource>
List<ISectionResourceSupplier.ResourceEntry> JpaSectionResourceSupplier.fetchResourcesForSection
(IpsContext theIpsContext, IpsSectionContext<T> theIpsSectionContext, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)