
Uses of Class
ca.uhn.fhir.jpa.ips.api.ISectionResourceSupplier.ResourceEntry
Packages that use ISectionResourceSupplier.ResourceEntry
-
Uses of ISectionResourceSupplier.ResourceEntry in ca.uhn.fhir.jpa.ips.api
Methods in ca.uhn.fhir.jpa.ips.api that return types with arguments of type ISectionResourceSupplier.ResourceEntryModifier 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
Methods in ca.uhn.fhir.jpa.ips.jpa that return types with arguments of type ISectionResourceSupplier.ResourceEntryModifier 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)