public static class ValueSet.ComposeInclude extends BaseIdentifiableElement implements IResourceBlock
Definition: Include one or more codes from a code system
| Constructor and Description |
|---|
ComposeInclude() |
| Modifier and Type | Method and Description |
|---|---|
ValueSet.ComposeIncludeConcept |
addConcept()
Adds and returns a new value for concept ()
|
ValueSet.ComposeInclude |
addConcept(ValueSet.ComposeIncludeConcept theValue)
Adds a given new value for concept ()
|
ValueSet.ComposeIncludeFilter |
addFilter()
Adds and returns a new value for filter ()
|
ValueSet.ComposeInclude |
addFilter(ValueSet.ComposeIncludeFilter theValue)
Adds a given new value for filter ()
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
List<ValueSet.ComposeIncludeConcept> |
getConcept()
Gets the value(s) for concept ().
|
ValueSet.ComposeIncludeConcept |
getConceptFirstRep()
Gets the first repetition for concept (),
creating it if it does not already exist.
|
List<ValueSet.ComposeIncludeFilter> |
getFilter()
Gets the value(s) for filter ().
|
ValueSet.ComposeIncludeFilter |
getFilterFirstRep()
Gets the first repetition for filter (),
creating it if it does not already exist.
|
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.ComposeInclude |
setConcept(List<ValueSet.ComposeIncludeConcept> theValue)
Sets the value(s) for concept ()
|
ValueSet.ComposeInclude |
setFilter(List<ValueSet.ComposeIncludeFilter> theValue)
Sets the value(s) for filter ()
|
ValueSet.ComposeInclude |
setSystem(String theUri)
Sets the value for system ()
|
ValueSet.ComposeInclude |
setSystem(UriDt theValue)
Sets the value(s) for system ()
|
ValueSet.ComposeInclude |
setVersion(String theString)
Sets the value for version ()
|
ValueSet.ComposeInclude |
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 ComposeInclude()
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 from which the selected codes come from
public String getSystem()
null.
Definition: An absolute URI which is the code system from which the selected codes come from
public ValueSet.ComposeInclude setSystem(UriDt theValue)
Definition: An absolute URI which is the code system from which the selected codes come from
public ValueSet.ComposeInclude setSystem(String theUri)
Definition: An absolute URI which is the code system from which the selected codes come from
public StringDt getVersionElement()
null.
Definition: The version of the code system that the codes are selected from
public String getVersion()
null.
Definition: The version of the code system that the codes are selected from
public ValueSet.ComposeInclude setVersion(StringDt theValue)
Definition: The version of the code system that the codes are selected from
public ValueSet.ComposeInclude setVersion(String theString)
Definition: The version of the code system that the codes are selected from
public List<ValueSet.ComposeIncludeConcept> getConcept()
null.
Definition: Specifies a concept to be included or excluded.
public ValueSet.ComposeInclude setConcept(List<ValueSet.ComposeIncludeConcept> theValue)
Definition: Specifies a concept to be included or excluded.
public ValueSet.ComposeIncludeConcept addConcept()
Definition: Specifies a concept to be included or excluded.
public ValueSet.ComposeInclude addConcept(ValueSet.ComposeIncludeConcept theValue)
Definition: Specifies a concept to be included or excluded.
theValue - The concept to add (must not be null)public ValueSet.ComposeIncludeConcept getConceptFirstRep()
Definition: Specifies a concept to be included or excluded.
public List<ValueSet.ComposeIncludeFilter> getFilter()
null.
Definition: Select concepts by specify a matching criteria based on the properties (including relationships) defined by the system. If multiple filters are specified, they SHALL all be true.
public ValueSet.ComposeInclude setFilter(List<ValueSet.ComposeIncludeFilter> theValue)
Definition: Select concepts by specify a matching criteria based on the properties (including relationships) defined by the system. If multiple filters are specified, they SHALL all be true.
public ValueSet.ComposeIncludeFilter addFilter()
Definition: Select concepts by specify a matching criteria based on the properties (including relationships) defined by the system. If multiple filters are specified, they SHALL all be true.
public ValueSet.ComposeInclude addFilter(ValueSet.ComposeIncludeFilter theValue)
Definition: Select concepts by specify a matching criteria based on the properties (including relationships) defined by the system. If multiple filters are specified, they SHALL all be true.
theValue - The filter to add (must not be null)public ValueSet.ComposeIncludeFilter getFilterFirstRep()
Definition: Select concepts by specify a matching criteria based on the properties (including relationships) defined by the system. If multiple filters are specified, they SHALL all be true.
Copyright © 2014–2016 University Health Network. All rights reserved.