
Uses of Class
ca.uhn.fhir.jpa.ips.api.Section
Packages that use Section
-
Uses of Section in ca.uhn.fhir.jpa.ips.api
Methods in ca.uhn.fhir.jpa.ips.api that return SectionMethods in ca.uhn.fhir.jpa.ips.api that return types with arguments of type SectionModifier and TypeMethodDescriptionIIpsGenerationStrategy.getSections()This method should return a list of the sections to include in the generated IPS.Methods in ca.uhn.fhir.jpa.ips.api with parameters of type SectionModifier and TypeMethodDescriptionIIpsGenerationStrategy.getSectionResourceSupplier(Section theSection) Returns the resource supplier for the given section.static Section.SectionBuilderSection.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
Methods in ca.uhn.fhir.jpa.ips.jpa with parameters of type SectionModifier and TypeMethodDescriptionprotected voidDefaultJpaIpsGenerationStrategy.addJpaSection(Section theSection, JpaSectionSearchStrategyCollection theSectionSearchStrategyCollection) Method parameters in ca.uhn.fhir.jpa.ips.jpa with type arguments of type SectionModifier and TypeMethodDescriptionvoidDefaultJpaIpsGenerationStrategy.addGlobalSectionCustomizer(Function<Section, Section> theCustomizer) Subclasses may call this method to add customers that will customize every section added to the strategy.voidDefaultJpaIpsGenerationStrategy.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
Methods in ca.uhn.fhir.jpa.ips.strategy that return types with arguments of type SectionMethods in ca.uhn.fhir.jpa.ips.strategy with parameters of type SectionModifier and TypeMethodDescriptionvoidBaseIpsGenerationStrategy.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)