Uses of Class
org.hl7.fhir.r4.profilemodel.PEDefinition
-
Packages that use PEDefinition Package Description org.hl7.fhir.r4.profilemodel -
-
Uses of PEDefinition in org.hl7.fhir.r4.profilemodel
Subclasses of PEDefinition in org.hl7.fhir.r4.profilemodel Modifier and Type Class Description classPEDefinitionElementclassPEDefinitionExtensionclassPEDefinitionResourceclassPEDefinitionSliceclassPEDefinitionSubExtensionclassPEDefinitionTypeSliceFields in org.hl7.fhir.r4.profilemodel with type parameters of type PEDefinition Modifier and Type Field Description protected Map<String,List<PEDefinition>>PEDefinition. childrenMethods in org.hl7.fhir.r4.profilemodel that return PEDefinition Modifier and Type Method Description PEDefinitionPEBuilder. buildPEDefinition(String url)Given a profile, return a tree of the elements defined in the profile model.PEDefinitionPEBuilder. buildPEDefinition(String url, String version)Given a profile, return a tree of the elements defined in the profile model.PEDefinitionPEBuilder. buildPEDefinition(StructureDefinition profile)Given a profile, return a tree of the elements defined in the profile model.PEDefinitionPEInstance. definition()protected PEDefinitionPEBuilder. makeChild(PEDefinition parent, StructureDefinition profileStructure, ElementDefinition definition)Methods in org.hl7.fhir.r4.profilemodel that return types with arguments of type PEDefinition Modifier and Type Method Description List<PEDefinition>PEDefinition. children()List<PEDefinition>PEDefinition. children(boolean allFixed)List<PEDefinition>PEDefinition. children(String typeUrl)List<PEDefinition>PEDefinition. children(String typeUrl, boolean allFixed)List<PEDefinition>PEDefinition. directChildren(boolean allFixed)List<PEDefinition>PEDefinitionExtension. directChildren(boolean allFixed)List<PEDefinition>PEDefinitionSubExtension. directChildren(boolean allFixed)List<PEDefinition>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)Methods in org.hl7.fhir.r4.profilemodel with parameters of type PEDefinition Modifier and Type Method Description 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)protected PEDefinitionPEBuilder. makeChild(PEDefinition parent, StructureDefinition profileStructure, ElementDefinition definition)protected voidPEBuilder. populateByProfile(Base base, PEDefinition definition)Method parameters in org.hl7.fhir.r4.profilemodel with type arguments of type PEDefinition Modifier and Type Method Description protected 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)voidPEDefinition. setSlices(List<PEDefinition> slices)Constructors in org.hl7.fhir.r4.profilemodel with parameters of type PEDefinition Constructor Description PEInstance(PEBuilder builder, PEDefinition definition, Resource resource, Base data, String path)
-