
Uses of Interface
ca.uhn.fhir.jpa.ips.api.ISectionResourceSupplier
Packages that use ISectionResourceSupplier
-
Uses of ISectionResourceSupplier in ca.uhn.fhir.jpa.ips.api
Methods in ca.uhn.fhir.jpa.ips.api that return ISectionResourceSupplierModifier and TypeMethodDescriptionIIpsGenerationStrategy.getSectionResourceSupplier
(Section theSection) Returns the resource supplier for the given section. -
Uses of ISectionResourceSupplier in ca.uhn.fhir.jpa.ips.jpa
Classes in ca.uhn.fhir.jpa.ips.jpa that implement ISectionResourceSupplier -
Uses of ISectionResourceSupplier in ca.uhn.fhir.jpa.ips.strategy
Methods in ca.uhn.fhir.jpa.ips.strategy that return ISectionResourceSupplierModifier and TypeMethodDescriptionBaseIpsGenerationStrategy.getSectionResourceSupplier
(Section theSection) Methods in ca.uhn.fhir.jpa.ips.strategy with parameters of type ISectionResourceSupplierModifier and TypeMethodDescriptionvoid
BaseIpsGenerationStrategy.addSection
(Section theSection, ISectionResourceSupplier theSectionResourceSupplier) This should be called once per section to add a section for inclusion in generated IPS documents.