| Package | Description |
|---|---|
| ca.uhn.fhir.model.dstu2.resource |
| Modifier and Type | Method and Description |
|---|---|
ConceptMap.Element |
ConceptMap.addElement()
Adds and returns a new value for element ()
|
ConceptMap.Element |
ConceptMap.Element.addTarget(ConceptMap.ElementTarget theValue)
Adds a given new value for target ()
|
ConceptMap.Element |
ConceptMap.getElementFirstRep()
Gets the first repetition for element (),
creating it if it does not already exist.
|
ConceptMap.Element |
ConceptMap.Element.setCode(CodeDt theValue)
Sets the value(s) for code ()
|
ConceptMap.Element |
ConceptMap.Element.setCode(String theCode)
Sets the value for code ()
|
ConceptMap.Element |
ConceptMap.Element.setCodeSystem(String theUri)
Sets the value for codeSystem ()
|
ConceptMap.Element |
ConceptMap.Element.setCodeSystem(UriDt theValue)
Sets the value(s) for codeSystem ()
|
ConceptMap.Element |
ConceptMap.Element.setTarget(List<ConceptMap.ElementTarget> theValue)
Sets the value(s) for target ()
|
| Modifier and Type | Method and Description |
|---|---|
List<ConceptMap.Element> |
ConceptMap.getElement()
Gets the value(s) for element ().
|
| Modifier and Type | Method and Description |
|---|---|
ConceptMap |
ConceptMap.addElement(ConceptMap.Element theValue)
Adds a given new value for element ()
|
| Modifier and Type | Method and Description |
|---|---|
ConceptMap |
ConceptMap.setElement(List<ConceptMap.Element> theValue)
Sets the value(s) for element ()
|
Copyright © 2014–2016 University Health Network. All rights reserved.