public static class ElementDefinitionDt.Binding extends BaseIdentifiableElement implements IResourceBlock
Definition: Binds to a value set if this element is coded (code, Coding, CodeableConcept)
| Constructor and Description |
|---|
Binding() |
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getDescription()
Gets the value(s) for description ().
|
StringDt |
getDescriptionElement()
Gets the value(s) for description ().
|
String |
getStrength()
Gets the value(s) for strength ().
|
BoundCodeDt<BindingStrengthEnum> |
getStrengthElement()
Gets the value(s) for strength ().
|
IDatatype |
getValueSet()
Gets the value(s) for valueSet[x] ().
|
boolean |
isEmpty() |
ElementDefinitionDt.Binding |
setDescription(String theString)
Sets the value for description ()
|
ElementDefinitionDt.Binding |
setDescription(StringDt theValue)
Sets the value(s) for description ()
|
ElementDefinitionDt.Binding |
setStrength(BindingStrengthEnum theValue)
Sets the value(s) for strength ()
|
ElementDefinitionDt.Binding |
setStrength(BoundCodeDt<BindingStrengthEnum> theValue)
Sets the value(s) for strength ()
|
ElementDefinitionDt.Binding |
setValueSet(IDatatype theValue)
Sets the value(s) for valueSet[x] ()
|
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 Binding()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic BoundCodeDt<BindingStrengthEnum> getStrengthElement()
null.
Definition: Indicates the degree of conformance expectations associated with this binding - that is, the degree to which the provided value set must be adhered to in the instances
public String getStrength()
null.
Definition: Indicates the degree of conformance expectations associated with this binding - that is, the degree to which the provided value set must be adhered to in the instances
public ElementDefinitionDt.Binding setStrength(BoundCodeDt<BindingStrengthEnum> theValue)
Definition: Indicates the degree of conformance expectations associated with this binding - that is, the degree to which the provided value set must be adhered to in the instances
public ElementDefinitionDt.Binding setStrength(BindingStrengthEnum theValue)
Definition: Indicates the degree of conformance expectations associated with this binding - that is, the degree to which the provided value set must be adhered to in the instances
public StringDt getDescriptionElement()
null.
Definition: Describes the intended use of this particular set of codes
public String getDescription()
null.
Definition: Describes the intended use of this particular set of codes
public ElementDefinitionDt.Binding setDescription(StringDt theValue)
Definition: Describes the intended use of this particular set of codes
public ElementDefinitionDt.Binding setDescription(String theString)
Definition: Describes the intended use of this particular set of codes
public IDatatype getValueSet()
null.
Definition: Points to the value set or external definition (e.g. implicit value set) that identifies the set of codes to be used
public ElementDefinitionDt.Binding setValueSet(IDatatype theValue)
Definition: Points to the value set or external definition (e.g. implicit value set) that identifies the set of codes to be used
Copyright © 2014–2016 University Health Network. All rights reserved.