public static class ValueSet.ExpansionContains extends BaseIdentifiableElement implements IResourceBlock
Definition: The codes that are contained in the value set expansion
| Constructor and Description |
|---|
ExpansionContains() |
| Modifier and Type | Method and Description |
|---|---|
ValueSet.ExpansionContains |
addContains()
Adds and returns a new value for contains ()
|
ValueSet.ExpansionContains |
addContains(ValueSet.ExpansionContains theValue)
Adds a given new value for contains ()
|
Boolean |
getAbstract()
Gets the value(s) for abstract ().
|
BooleanDt |
getAbstractElement()
Gets the value(s) for abstract ().
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getCode()
Gets the value(s) for code ().
|
CodeDt |
getCodeElement()
Gets the value(s) for code ().
|
List<ValueSet.ExpansionContains> |
getContains()
Gets the value(s) for contains ().
|
ValueSet.ExpansionContains |
getContainsFirstRep()
Gets the first repetition for contains (),
creating it if it does not already exist.
|
String |
getDisplay()
Gets the value(s) for display ().
|
StringDt |
getDisplayElement()
Gets the value(s) for display ().
|
String |
getSystem()
Gets the value(s) for system ().
|
UriDt |
getSystemElement()
Gets the value(s) for system ().
|
String |
getVersion()
Gets the value(s) for version ().
|
StringDt |
getVersionElement()
Gets the value(s) for version ().
|
boolean |
isEmpty() |
ValueSet.ExpansionContains |
setAbstract(boolean theBoolean)
Sets the value for abstract ()
|
ValueSet.ExpansionContains |
setAbstract(BooleanDt theValue)
Sets the value(s) for abstract ()
|
ValueSet.ExpansionContains |
setCode(CodeDt theValue)
Sets the value(s) for code ()
|
ValueSet.ExpansionContains |
setCode(String theCode)
Sets the value for code ()
|
ValueSet.ExpansionContains |
setContains(List<ValueSet.ExpansionContains> theValue)
Sets the value(s) for contains ()
|
ValueSet.ExpansionContains |
setDisplay(String theString)
Sets the value for display ()
|
ValueSet.ExpansionContains |
setDisplay(StringDt theValue)
Sets the value(s) for display ()
|
ValueSet.ExpansionContains |
setSystem(String theUri)
Sets the value for system ()
|
ValueSet.ExpansionContains |
setSystem(UriDt theValue)
Sets the value(s) for system ()
|
ValueSet.ExpansionContains |
setVersion(String theString)
Sets the value for version ()
|
ValueSet.ExpansionContains |
setVersion(StringDt theValue)
Sets the value(s) for version ()
|
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 ExpansionContains()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic UriDt getSystemElement()
null.
Definition: An absolute URI which is the code system in which the code for this item in the expansion is defined
public String getSystem()
null.
Definition: An absolute URI which is the code system in which the code for this item in the expansion is defined
public ValueSet.ExpansionContains setSystem(UriDt theValue)
Definition: An absolute URI which is the code system in which the code for this item in the expansion is defined
public ValueSet.ExpansionContains setSystem(String theUri)
Definition: An absolute URI which is the code system in which the code for this item in the expansion is defined
public BooleanDt getAbstractElement()
null.
Definition: If true, this entry is included in the expansion for navigational purposes, and the user cannot select the code directly as a proper value
public Boolean getAbstract()
null.
Definition: If true, this entry is included in the expansion for navigational purposes, and the user cannot select the code directly as a proper value
public ValueSet.ExpansionContains setAbstract(BooleanDt theValue)
Definition: If true, this entry is included in the expansion for navigational purposes, and the user cannot select the code directly as a proper value
public ValueSet.ExpansionContains setAbstract(boolean theBoolean)
Definition: If true, this entry is included in the expansion for navigational purposes, and the user cannot select the code directly as a proper value
public StringDt getVersionElement()
null.
Definition: The version of this code system that defined this code and/or display. This should only be used with code systems that do not enforce concept permanence
public String getVersion()
null.
Definition: The version of this code system that defined this code and/or display. This should only be used with code systems that do not enforce concept permanence
public ValueSet.ExpansionContains setVersion(StringDt theValue)
Definition: The version of this code system that defined this code and/or display. This should only be used with code systems that do not enforce concept permanence
public ValueSet.ExpansionContains setVersion(String theString)
Definition: The version of this code system that defined this code and/or display. This should only be used with code systems that do not enforce concept permanence
public CodeDt getCodeElement()
null.
Definition: The code for this item in the expansion hierarchy. If this code is missing the entry in the hierarchy is a place holder (abstract) and does not represent a valid code in the value set
public String getCode()
null.
Definition: The code for this item in the expansion hierarchy. If this code is missing the entry in the hierarchy is a place holder (abstract) and does not represent a valid code in the value set
public ValueSet.ExpansionContains setCode(CodeDt theValue)
Definition: The code for this item in the expansion hierarchy. If this code is missing the entry in the hierarchy is a place holder (abstract) and does not represent a valid code in the value set
public ValueSet.ExpansionContains setCode(String theCode)
Definition: The code for this item in the expansion hierarchy. If this code is missing the entry in the hierarchy is a place holder (abstract) and does not represent a valid code in the value set
public StringDt getDisplayElement()
null.
Definition: The recommended display for this item in the expansion
public String getDisplay()
null.
Definition: The recommended display for this item in the expansion
public ValueSet.ExpansionContains setDisplay(StringDt theValue)
Definition: The recommended display for this item in the expansion
public ValueSet.ExpansionContains setDisplay(String theString)
Definition: The recommended display for this item in the expansion
public List<ValueSet.ExpansionContains> getContains()
null.
Definition: Other codes and entries contained under this entry in the hierarchy
public ValueSet.ExpansionContains setContains(List<ValueSet.ExpansionContains> theValue)
Definition: Other codes and entries contained under this entry in the hierarchy
public ValueSet.ExpansionContains addContains()
Definition: Other codes and entries contained under this entry in the hierarchy
public ValueSet.ExpansionContains addContains(ValueSet.ExpansionContains theValue)
Definition: Other codes and entries contained under this entry in the hierarchy
theValue - The contains to add (must not be null)public ValueSet.ExpansionContains getContainsFirstRep()
Definition: Other codes and entries contained under this entry in the hierarchy
Copyright © 2014–2016 University Health Network. All rights reserved.