Uses of Class
org.hl7.fhir.r5.profilemodel.PEDefinition
Packages that use PEDefinition
-
Uses of PEDefinition in org.hl7.fhir.r5.profilemodel
Subclasses of PEDefinition in org.hl7.fhir.r5.profilemodelModifier and TypeClassDescriptionclassclassclassclassclassclassFields in org.hl7.fhir.r5.profilemodel with type parameters of type PEDefinitionMethods in org.hl7.fhir.r5.profilemodel that return PEDefinitionModifier 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()Methods in org.hl7.fhir.r5.profilemodel that return types with arguments of type PEDefinitionModifier and TypeMethodDescriptionPEDefinition.children()PEDefinition.children(boolean allFixed) 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) Methods in org.hl7.fhir.r5.profilemodel with parameters of type PEDefinitionModifier 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 voidPEBuilder.populateByProfile(Base base, PEDefinition definition) Method parameters in org.hl7.fhir.r5.profilemodel with type arguments of type PEDefinitionModifier and TypeMethodDescriptionprotected abstract voidPEDefinition.makeChildren(String typeUrl, List<PEDefinition> children, boolean allFixed) protected voidPEDefinitionElement.makeChildren(String typeUrl, List<PEDefinition> children, boolean allFixed) protected voidPEDefinitionExtension.makeChildren(String typeUrl, List<PEDefinition> children, boolean allFixed) protected voidPEDefinitionResource.makeChildren(String typeUrl, List<PEDefinition> children, boolean allFixed) protected voidPEDefinitionSlice.makeChildren(String typeUrl, List<PEDefinition> children, boolean allFixed) protected voidPEDefinitionSubExtension.makeChildren(String typeUrl, List<PEDefinition> children, boolean allFixed) protected voidPEDefinitionTypeSlice.makeChildren(String typeUrl, List<PEDefinition> children, boolean allFixed) Constructors in org.hl7.fhir.r5.profilemodel with parameters of type PEDefinitionModifierConstructorDescriptionprotectedPEInstance(PEBuilder builder, PEDefinition definition, Resource resource, Base data, String path)