public static class ValueSet.Compose extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.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 ()
|
ca.uhn.fhir.model.primitive.UriDt |
addImport()
Adds and returns a new value for import ()
|
ValueSet.Compose |
addImport(String theUri)
Adds a new value for import ()
|
ValueSet.Compose |
addImport(ca.uhn.fhir.model.primitive.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 ca.uhn.fhir.model.api.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<ca.uhn.fhir.model.primitive.UriDt> |
getImport()
Gets the value(s) for import ().
|
ca.uhn.fhir.model.primitive.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<ca.uhn.fhir.model.primitive.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, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Compose()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic List<ca.uhn.fhir.model.primitive.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<ca.uhn.fhir.model.primitive.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 ca.uhn.fhir.model.primitive.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(ca.uhn.fhir.model.primitive.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 ca.uhn.fhir.model.primitive.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–2018 University Health Network. All rights reserved.