public static class ValueSet.Compose extends BaseIdentifiableElement implements IResourceBlock
Definition: A set of criteria that provide the content logical definition of the value set by including or excluding codes from outside this value set
| Constructor and Description |
|---|
Compose() |
| Modifier and Type | Method and Description |
|---|---|
ValueSet.ComposeInclude |
addExclude()
Adds and returns a new value for exclude ()
|
ValueSet.Compose |
addExclude(ValueSet.ComposeInclude theValue)
Adds a given new value for exclude ()
|
UriDt |
addImport()
Adds and returns a new value for import ()
|
ValueSet.Compose |
addImport(String theUri)
Adds a new value for import ()
|
ValueSet.Compose |
addImport(UriDt theValue)
Adds a given new value for import ()
|
ValueSet.ComposeInclude |
addInclude()
Adds and returns a new value for include ()
|
ValueSet.Compose |
addInclude(ValueSet.ComposeInclude theValue)
Adds a given new value for include ()
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
List<ValueSet.ComposeInclude> |
getExclude()
Gets the value(s) for exclude ().
|
ValueSet.ComposeInclude |
getExcludeFirstRep()
Gets the first repetition for exclude (),
creating it if it does not already exist.
|
List<UriDt> |
getImport()
Gets the value(s) for import ().
|
UriDt |
getImportFirstRep()
Gets the first repetition for import (),
creating it if it does not already exist.
|
List<ValueSet.ComposeInclude> |
getInclude()
Gets the value(s) for include ().
|
ValueSet.ComposeInclude |
getIncludeFirstRep()
Gets the first repetition for include (),
creating it if it does not already exist.
|
boolean |
isEmpty() |
ValueSet.Compose |
setExclude(List<ValueSet.ComposeInclude> theValue)
Sets the value(s) for exclude ()
|
ValueSet.Compose |
setImport(List<UriDt> theValue)
Sets the value(s) for import ()
|
ValueSet.Compose |
setInclude(List<ValueSet.ComposeInclude> theValue)
Sets the value(s) for include ()
|
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 Compose()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic List<UriDt> getImport()
null.
Definition: Includes the contents of the referenced value set as a part of the contents of this value set. This is an absolute URI that is a reference to ValueSet.uri
public ValueSet.Compose setImport(List<UriDt> theValue)
Definition: Includes the contents of the referenced value set as a part of the contents of this value set. This is an absolute URI that is a reference to ValueSet.uri
public UriDt addImport()
Definition: Includes the contents of the referenced value set as a part of the contents of this value set. This is an absolute URI that is a reference to ValueSet.uri
public ValueSet.Compose addImport(UriDt theValue)
Definition: Includes the contents of the referenced value set as a part of the contents of this value set. This is an absolute URI that is a reference to ValueSet.uri
theValue - The import to add (must not be null)public UriDt getImportFirstRep()
Definition: Includes the contents of the referenced value set as a part of the contents of this value set. This is an absolute URI that is a reference to ValueSet.uri
public ValueSet.Compose addImport(String theUri)
Definition: Includes the contents of the referenced value set as a part of the contents of this value set. This is an absolute URI that is a reference to ValueSet.uri
public List<ValueSet.ComposeInclude> getInclude()
null.
Definition: Include one or more codes from a code system
public ValueSet.Compose setInclude(List<ValueSet.ComposeInclude> theValue)
Definition: Include one or more codes from a code system
public ValueSet.ComposeInclude addInclude()
Definition: Include one or more codes from a code system
public ValueSet.Compose addInclude(ValueSet.ComposeInclude theValue)
Definition: Include one or more codes from a code system
theValue - The include to add (must not be null)public ValueSet.ComposeInclude getIncludeFirstRep()
Definition: Include one or more codes from a code system
public List<ValueSet.ComposeInclude> getExclude()
null.
Definition: Exclude one or more codes from the value set
public ValueSet.Compose setExclude(List<ValueSet.ComposeInclude> theValue)
Definition: Exclude one or more codes from the value set
public ValueSet.ComposeInclude addExclude()
Definition: Exclude one or more codes from the value set
public ValueSet.Compose addExclude(ValueSet.ComposeInclude theValue)
Definition: Exclude one or more codes from the value set
theValue - The exclude to add (must not be null)public ValueSet.ComposeInclude getExcludeFirstRep()
Definition: Exclude one or more codes from the value set
Copyright © 2014–2016 University Health Network. All rights reserved.