
Uses of Class
org.hl7.fhir.r5.profilemodel.PEBuilder
Packages that use PEBuilder
-
Uses of PEBuilder in org.hl7.fhir.r5.context
Methods in org.hl7.fhir.r5.context that return PEBuilderModifier and TypeMethodDescriptionBaseWorkerContext.getProfiledElementBuilder
(PEBuilder.PEElementPropertiesPolicy elementProps, boolean fixedProps) IWorkerContext.getProfiledElementBuilder
(PEBuilder.PEElementPropertiesPolicy elementProps, boolean fixedProps) -
Uses of PEBuilder in org.hl7.fhir.r5.hapi.ctx
Methods in org.hl7.fhir.r5.hapi.ctx that return PEBuilderModifier and TypeMethodDescriptionHapiWorkerContext.getProfiledElementBuilder
(PEBuilder.PEElementPropertiesPolicy thePEElementPropertiesPolicy, boolean theB) -
Uses of PEBuilder in org.hl7.fhir.r5.profilemodel
Fields in org.hl7.fhir.r5.profilemodel declared as PEBuilderConstructors in org.hl7.fhir.r5.profilemodel with parameters of type PEBuilderModifierConstructorDescriptionprotected
PEDefinition
(PEBuilder builder, String name, StructureDefinition profile, ElementDefinition definition, String ppath) PEDefinitionElement
(PEBuilder builder, StructureDefinition profile, ElementDefinition definition, String ppath) PEDefinitionExtension
(PEBuilder builder, String name, StructureDefinition profile, ElementDefinition definition, ElementDefinition sliceDefinition, StructureDefinition extension, String ppath) PEDefinitionResource
(PEBuilder builder, StructureDefinition profile, String ppath) PEDefinitionSlice
(PEBuilder builder, String name, StructureDefinition profile, ElementDefinition profileDefinition, ElementDefinition sliceDefinition, String ppath) PEDefinitionSubExtension
(PEBuilder builder, StructureDefinition profile, ElementDefinition definition, String ppath) PEDefinitionTypeSlice
(PEBuilder builder, String name, StructureDefinition profile, ElementDefinition definition, ElementDefinition sliceDefinition, String ppath) protected
PEInstance
(PEBuilder builder, PEDefinition definition, Resource resource, Base data, String path)