| Package | Description |
|---|---|
| ca.uhn.fhir.model.dstu2.resource |
| Modifier and Type | Method and Description |
|---|---|
DataElement.Mapping |
DataElement.addMapping()
Adds and returns a new value for mapping ()
|
DataElement.Mapping |
DataElement.getMappingFirstRep()
Gets the first repetition for mapping (),
creating it if it does not already exist.
|
DataElement.Mapping |
DataElement.Mapping.setComments(String theString)
Sets the value for comments ()
|
DataElement.Mapping |
DataElement.Mapping.setComments(StringDt theValue)
Sets the value(s) for comments ()
|
DataElement.Mapping |
DataElement.Mapping.setIdentity(IdDt theValue)
Sets the value(s) for identity ()
|
DataElement.Mapping |
DataElement.Mapping.setIdentity(String theId)
Sets the value for identity ()
|
DataElement.Mapping |
DataElement.Mapping.setName(String theString)
Sets the value for name ()
|
DataElement.Mapping |
DataElement.Mapping.setName(StringDt theValue)
Sets the value(s) for name ()
|
DataElement.Mapping |
DataElement.Mapping.setUri(String theUri)
Sets the value for uri ()
|
DataElement.Mapping |
DataElement.Mapping.setUri(UriDt theValue)
Sets the value(s) for uri ()
|
| Modifier and Type | Method and Description |
|---|---|
List<DataElement.Mapping> |
DataElement.getMapping()
Gets the value(s) for mapping ().
|
| Modifier and Type | Method and Description |
|---|---|
DataElement |
DataElement.addMapping(DataElement.Mapping theValue)
Adds a given new value for mapping ()
|
| Modifier and Type | Method and Description |
|---|---|
DataElement |
DataElement.setMapping(List<DataElement.Mapping> theValue)
Sets the value(s) for mapping ()
|
Copyright © 2014–2016 University Health Network. All rights reserved.