Uses of Class
org.hl7.fhir.r4.profilemodel.PEDefinition
-
Uses of PEDefinition in org.hl7.fhir.r4.profilemodel
Modifier and TypeClassDescriptionclass
class
class
class
class
class
Modifier and TypeMethodDescriptionPEBuilder.buildPEDefinition
(String url) Given a profile, return a tree of the elements defined in the profile model.PEBuilder.buildPEDefinition
(String url, String version) Given a profile, return a tree of the elements defined in the profile model.PEBuilder.buildPEDefinition
(StructureDefinition profile) Given a profile, return a tree of the elements defined in the profile model.PEInstance.definition()
protected PEDefinition
PEBuilder.makeChild
(PEDefinition parent, StructureDefinition profileStructure, ElementDefinition definition) Modifier and TypeMethodDescriptionPEDefinition.children()
PEDefinition.children
(boolean allFixed) PEDefinition.directChildren
(boolean allFixed) PEDefinitionExtension.directChildren
(boolean allFixed) PEDefinitionSubExtension.directChildren
(boolean allFixed) PEDefinition.getSlices()
protected List
<PEDefinition> PEBuilder.listChildren
(boolean allFixed, PEDefinition parent, StructureDefinition profileStructure, ElementDefinition definition, String url, String... omitList) protected List
<PEDefinition> PEBuilder.listSlices
(StructureDefinition profileStructure, ElementDefinition definition, PEDefinition parent) Modifier and TypeMethodDescriptionprotected List
<PEDefinition> PEBuilder.listChildren
(boolean allFixed, PEDefinition parent, StructureDefinition profileStructure, ElementDefinition definition, String url, String... omitList) protected List
<PEDefinition> PEBuilder.listSlices
(StructureDefinition profileStructure, ElementDefinition definition, PEDefinition parent) protected PEDefinition
PEBuilder.makeChild
(PEDefinition parent, StructureDefinition profileStructure, ElementDefinition definition) protected void
PEBuilder.populateByProfile
(Base base, PEDefinition definition) Modifier and TypeMethodDescriptionprotected abstract void
PEDefinition.makeChildren
(String typeUrl, List<PEDefinition> children, boolean allFixed) protected void
PEDefinitionElement.makeChildren
(String typeUrl, List<PEDefinition> children, boolean allFixed) protected void
PEDefinitionExtension.makeChildren
(String typeUrl, List<PEDefinition> children, boolean allFixed) protected void
PEDefinitionResource.makeChildren
(String typeUrl, List<PEDefinition> children, boolean allFixed) protected void
PEDefinitionSlice.makeChildren
(String typeUrl, List<PEDefinition> children, boolean allFixed) protected void
PEDefinitionSubExtension.makeChildren
(String typeUrl, List<PEDefinition> children, boolean allFixed) protected void
PEDefinitionTypeSlice.makeChildren
(String typeUrl, List<PEDefinition> children, boolean allFixed) void
PEDefinition.setSlices
(List<PEDefinition> slices) ModifierConstructorDescriptionprotected
PEInstance
(PEBuilder builder, PEDefinition definition, Resource resource, Base data, String path)