public static class ElementDefinitionDt.Base extends BaseIdentifiableElement implements IResourceBlock
Definition: Information about the base definition of the element, provided to make it unncessary for tools to trace the deviation of the element through the derived and related profiles. This information is only provided where the element definition represents a constraint on another element definition, and must be present if there is a base element definition.
| Constructor and Description |
|---|
Base() |
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getMax()
Gets the value(s) for max ().
|
StringDt |
getMaxElement()
Gets the value(s) for max ().
|
Integer |
getMin()
Gets the value(s) for min ().
|
IntegerDt |
getMinElement()
Gets the value(s) for min ().
|
String |
getPath()
Gets the value(s) for path ().
|
StringDt |
getPathElement()
Gets the value(s) for path ().
|
boolean |
isEmpty() |
ElementDefinitionDt.Base |
setMax(String theString)
Sets the value for max ()
|
ElementDefinitionDt.Base |
setMax(StringDt theValue)
Sets the value(s) for max ()
|
ElementDefinitionDt.Base |
setMin(int theInteger)
Sets the value for min ()
|
ElementDefinitionDt.Base |
setMin(IntegerDt theValue)
Sets the value(s) for min ()
|
ElementDefinitionDt.Base |
setPath(String theString)
Sets the value for path ()
|
ElementDefinitionDt.Base |
setPath(StringDt theValue)
Sets the value(s) for path ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic Base()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic StringDt getPathElement()
null.
Definition: The Path that identifies the base element - this matches the ElementDefinition.path for that element. Across FHIR, there is only one base definition of any element - that is, an element definition on a [[[StructureDefinition]]] without a StructureDefinition.base
public String getPath()
null.
Definition: The Path that identifies the base element - this matches the ElementDefinition.path for that element. Across FHIR, there is only one base definition of any element - that is, an element definition on a [[[StructureDefinition]]] without a StructureDefinition.base
public ElementDefinitionDt.Base setPath(StringDt theValue)
Definition: The Path that identifies the base element - this matches the ElementDefinition.path for that element. Across FHIR, there is only one base definition of any element - that is, an element definition on a [[[StructureDefinition]]] without a StructureDefinition.base
public ElementDefinitionDt.Base setPath(String theString)
Definition: The Path that identifies the base element - this matches the ElementDefinition.path for that element. Across FHIR, there is only one base definition of any element - that is, an element definition on a [[[StructureDefinition]]] without a StructureDefinition.base
public IntegerDt getMinElement()
null.
Definition: Minimum cardinality of the base element identified by the path
public Integer getMin()
null.
Definition: Minimum cardinality of the base element identified by the path
public ElementDefinitionDt.Base setMin(IntegerDt theValue)
Definition: Minimum cardinality of the base element identified by the path
public ElementDefinitionDt.Base setMin(int theInteger)
Definition: Minimum cardinality of the base element identified by the path
public StringDt getMaxElement()
null.
Definition: Maximum cardinality of the base element identified by the path
public String getMax()
null.
Definition: Maximum cardinality of the base element identified by the path
public ElementDefinitionDt.Base setMax(StringDt theValue)
Definition: Maximum cardinality of the base element identified by the path
public ElementDefinitionDt.Base setMax(String theString)
Definition: Maximum cardinality of the base element identified by the path
Copyright © 2014–2016 University Health Network. All rights reserved.