Uses of Class
ca.uhn.fhir.jpa.ips.api.Section.SectionBuilder
-
Uses of Section.SectionBuilder in ca.uhn.fhir.jpa.ips.api
Modifier and TypeMethodDescriptionstatic Section.SectionBuilder
Section.newBuilder()
Create a new empty section builderstatic Section.SectionBuilder
Section.newBuilder
(Section theSection) Create a new section builder which is a clone of an existing sectionSection.SectionBuilder.withNoInfoGenerator
(INoInfoGenerator theNoInfoGenerator) Supplies aINoInfoGenerator
which 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)