| Package | Description |
|---|---|
| ca.uhn.fhir.model.dstu2.resource |
| Modifier and Type | Method and Description |
|---|---|
ValueSet.ComposeInclude |
ValueSet.ComposeInclude.addConcept(ValueSet.ComposeIncludeConcept theValue)
Adds a given new value for concept ()
|
ValueSet.ComposeInclude |
ValueSet.Compose.addExclude()
Adds and returns a new value for exclude ()
|
ValueSet.ComposeInclude |
ValueSet.ComposeInclude.addFilter(ValueSet.ComposeIncludeFilter theValue)
Adds a given new value for filter ()
|
ValueSet.ComposeInclude |
ValueSet.Compose.addInclude()
Adds and returns a new value for include ()
|
ValueSet.ComposeInclude |
ValueSet.Compose.getExcludeFirstRep()
Gets the first repetition for exclude (),
creating it if it does not already exist.
|
ValueSet.ComposeInclude |
ValueSet.Compose.getIncludeFirstRep()
Gets the first repetition for include (),
creating it if it does not already exist.
|
ValueSet.ComposeInclude |
ValueSet.ComposeInclude.setConcept(List<ValueSet.ComposeIncludeConcept> theValue)
Sets the value(s) for concept ()
|
ValueSet.ComposeInclude |
ValueSet.ComposeInclude.setFilter(List<ValueSet.ComposeIncludeFilter> theValue)
Sets the value(s) for filter ()
|
ValueSet.ComposeInclude |
ValueSet.ComposeInclude.setSystem(String theUri)
Sets the value for system ()
|
ValueSet.ComposeInclude |
ValueSet.ComposeInclude.setSystem(UriDt theValue)
Sets the value(s) for system ()
|
ValueSet.ComposeInclude |
ValueSet.ComposeInclude.setVersion(String theString)
Sets the value for version ()
|
ValueSet.ComposeInclude |
ValueSet.ComposeInclude.setVersion(StringDt theValue)
Sets the value(s) for version ()
|
| Modifier and Type | Method and Description |
|---|---|
List<ValueSet.ComposeInclude> |
ValueSet.Compose.getExclude()
Gets the value(s) for exclude ().
|
List<ValueSet.ComposeInclude> |
ValueSet.Compose.getInclude()
Gets the value(s) for include ().
|
| Modifier and Type | Method and Description |
|---|---|
ValueSet.Compose |
ValueSet.Compose.addExclude(ValueSet.ComposeInclude theValue)
Adds a given new value for exclude ()
|
ValueSet.Compose |
ValueSet.Compose.addInclude(ValueSet.ComposeInclude theValue)
Adds a given new value for include ()
|
| Modifier and Type | Method and Description |
|---|---|
ValueSet.Compose |
ValueSet.Compose.setExclude(List<ValueSet.ComposeInclude> theValue)
Sets the value(s) for exclude ()
|
ValueSet.Compose |
ValueSet.Compose.setInclude(List<ValueSet.ComposeInclude> theValue)
Sets the value(s) for include ()
|
Copyright © 2014–2016 University Health Network. All rights reserved.