Uses of Class
ca.uhn.fhir.jpa.ips.api.Section
-
Uses of Section in ca.uhn.fhir.jpa.ips.api
Modifier and TypeMethodDescriptionIIpsGenerationStrategy.getSections()
This method should return a list of the sections to include in the generated IPS.Modifier and TypeMethodDescriptionIIpsGenerationStrategy.getSectionResourceSupplier
(Section theSection) Returns the resource supplier for the given section.static Section.SectionBuilder
Section.newBuilder
(Section theSection) Create a new section builder which is a clone of an existing section<T extends org.hl7.fhir.instance.model.api.IBaseResource>
IpsSectionContext<T> IpsContext.newSectionContext
(Section theSection, Class<T> theResourceType) -
Uses of Section in ca.uhn.fhir.jpa.ips.jpa
Modifier and TypeMethodDescriptionprotected void
DefaultJpaIpsGenerationStrategy.addJpaSection
(Section theSection, JpaSectionSearchStrategyCollection theSectionSearchStrategyCollection) Modifier and TypeMethodDescriptionvoid
DefaultJpaIpsGenerationStrategy.addGlobalSectionCustomizer
(Function<Section, Section> theCustomizer) Subclasses may call this method to add customers that will customize every section added to the strategy.void
DefaultJpaIpsGenerationStrategy.addGlobalSectionCustomizer
(Function<Section, Section> theCustomizer) Subclasses may call this method to add customers that will customize every section added to the strategy. -
Uses of Section in ca.uhn.fhir.jpa.ips.strategy
Modifier 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.BaseIpsGenerationStrategy.getSectionResourceSupplier
(Section theSection)