Package org.hl7.fhir.r4.profilemodel
Class PEDefinitionSlice
java.lang.Object
org.hl7.fhir.r4.profilemodel.PEDefinition
org.hl7.fhir.r4.profilemodel.PEDefinitionSlice
-
Nested Class Summary
Nested classes/interfaces inherited from class org.hl7.fhir.r4.profilemodel.PEDefinition
PEDefinition.PEDefinitionElementMode
-
Field Summary
Fields inherited from class org.hl7.fhir.r4.profilemodel.PEDefinition
builder, children, definition, name, path, profile, types
-
Constructor Summary
ConstructorDescriptionPEDefinitionSlice
(PEBuilder builder, String name, StructureDefinition profile, ElementDefinition profileDefinition, ElementDefinition sliceDefinition, String ppath) -
Method Summary
Modifier and TypeMethodDescriptionfhirpath()
This is public to support unit testing - there's no reason to use it otherwisevoid
protected void
makeChildren
(String typeUrl, List<PEDefinition> children, boolean allFixed) Methods inherited from class org.hl7.fhir.r4.profilemodel.PEDefinition
baseDefinition, children, children, children, children, definition, directChildren, documentation, fixedValue, getProfile, getSlices, isBaseList, isBasePrimitive, isExtension, isInFixedValue, isKeyElement, isList, isMustHaveValue, isPrimitive, isProfiled, isRecursing, isSlicer, max, min, mode, name, path, repeats, schemaName, schemaNameWithType, setInFixedValue, setMustHaveValue, setRecursing, setSlicer, setSlices, shortDocumentation, toString, types
-
Field Details
-
sliceDefinition
-
-
Constructor Details
-
PEDefinitionSlice
public PEDefinitionSlice(PEBuilder builder, String name, StructureDefinition profile, ElementDefinition profileDefinition, ElementDefinition sliceDefinition, String ppath)
-
-
Method Details
-
listTypes
- Specified by:
listTypes
in classPEDefinition
-
makeChildren
- Specified by:
makeChildren
in classPEDefinition
-
fhirpath
Description copied from class:PEDefinition
This is public to support unit testing - there's no reason to use it otherwise- Specified by:
fhirpath
in classPEDefinition
- Returns:
- used in the instance processor to differentiate slices
-