
Uses of Class
ca.uhn.fhir.jpa.ips.api.Section.SectionBuilder
Packages that use Section.SectionBuilder
-
Uses of Section.SectionBuilder in ca.uhn.fhir.jpa.ips.api
Methods in ca.uhn.fhir.jpa.ips.api that return Section.SectionBuilderModifier and TypeMethodDescriptionstatic Section.SectionBuilderSection.newBuilder()Create a new empty section builderstatic Section.SectionBuilderSection.newBuilder(Section theSection) Create a new section builder which is a clone of an existing sectionSection.SectionBuilder.withNoInfoGenerator(INoInfoGenerator theNoInfoGenerator) Supplies aINoInfoGeneratorwhich is used to create a stub resource to place in this section if no actual contents are found.Section.SectionBuilder.withProfile(String theProfile) Section.SectionBuilder.withResourceType(Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> theResourceType) This method may be called multiple times if the section will contain multiple resource typesSection.SectionBuilder.withSectionCode(String theSectionCode) Section.SectionBuilder.withSectionDisplay(String theSectionDisplay) Section.SectionBuilder.withSectionSystem(String theSectionSystem)