public static class ConceptMap.Element extends BaseIdentifiableElement implements IResourceBlock
Definition: Mappings for an individual concept in the source to one or more concepts in the target
| Constructor and Description |
|---|
Element() |
| Modifier and Type | Method and Description |
|---|---|
ConceptMap.ElementTarget |
addTarget()
Adds and returns a new value for target ()
|
ConceptMap.Element |
addTarget(ConceptMap.ElementTarget theValue)
Adds a given new value for target ()
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getCode()
Gets the value(s) for code ().
|
CodeDt |
getCodeElement()
Gets the value(s) for code ().
|
String |
getCodeSystem()
Gets the value(s) for codeSystem ().
|
UriDt |
getCodeSystemElement()
Gets the value(s) for codeSystem ().
|
List<ConceptMap.ElementTarget> |
getTarget()
Gets the value(s) for target ().
|
ConceptMap.ElementTarget |
getTargetFirstRep()
Gets the first repetition for target (),
creating it if it does not already exist.
|
boolean |
isEmpty() |
ConceptMap.Element |
setCode(CodeDt theValue)
Sets the value(s) for code ()
|
ConceptMap.Element |
setCode(String theCode)
Sets the value for code ()
|
ConceptMap.Element |
setCodeSystem(String theUri)
Sets the value for codeSystem ()
|
ConceptMap.Element |
setCodeSystem(UriDt theValue)
Sets the value(s) for codeSystem ()
|
ConceptMap.Element |
setTarget(List<ConceptMap.ElementTarget> theValue)
Sets the value(s) for target ()
|
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 Element()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic UriDt getCodeSystemElement()
null.
Definition: An absolute URI that identifies the Code System (if the source is a value set that crosses more than one code system)
public String getCodeSystem()
null.
Definition: An absolute URI that identifies the Code System (if the source is a value set that crosses more than one code system)
public ConceptMap.Element setCodeSystem(UriDt theValue)
Definition: An absolute URI that identifies the Code System (if the source is a value set that crosses more than one code system)
public ConceptMap.Element setCodeSystem(String theUri)
Definition: An absolute URI that identifies the Code System (if the source is a value set that crosses more than one code system)
public CodeDt getCodeElement()
null.
Definition: Identity (code or path) or the element/item being mapped
public String getCode()
null.
Definition: Identity (code or path) or the element/item being mapped
public ConceptMap.Element setCode(CodeDt theValue)
Definition: Identity (code or path) or the element/item being mapped
public ConceptMap.Element setCode(String theCode)
Definition: Identity (code or path) or the element/item being mapped
public List<ConceptMap.ElementTarget> getTarget()
null.
Definition: A concept from the target value set that this concept maps to
public ConceptMap.Element setTarget(List<ConceptMap.ElementTarget> theValue)
Definition: A concept from the target value set that this concept maps to
public ConceptMap.ElementTarget addTarget()
Definition: A concept from the target value set that this concept maps to
public ConceptMap.Element addTarget(ConceptMap.ElementTarget theValue)
Definition: A concept from the target value set that this concept maps to
theValue - The target to add (must not be null)public ConceptMap.ElementTarget getTargetFirstRep()
Definition: A concept from the target value set that this concept maps to
Copyright © 2014–2016 University Health Network. All rights reserved.