public static class ConceptMap.ElementTarget extends BaseIdentifiableElement implements IResourceBlock
Definition: A concept from the target value set that this concept maps to
| Constructor and Description |
|---|
ElementTarget() |
| Modifier and Type | Method and Description |
|---|---|
ConceptMap.ElementTargetDependsOn |
addDependsOn()
Adds and returns a new value for dependsOn ()
|
ConceptMap.ElementTarget |
addDependsOn(ConceptMap.ElementTargetDependsOn theValue)
Adds a given new value for dependsOn ()
|
ConceptMap.ElementTargetDependsOn |
addProduct()
Adds and returns a new value for product ()
|
ConceptMap.ElementTarget |
addProduct(ConceptMap.ElementTargetDependsOn theValue)
Adds a given new value for product ()
|
<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 ().
|
String |
getComments()
Gets the value(s) for comments ().
|
StringDt |
getCommentsElement()
Gets the value(s) for comments ().
|
List<ConceptMap.ElementTargetDependsOn> |
getDependsOn()
Gets the value(s) for dependsOn ().
|
ConceptMap.ElementTargetDependsOn |
getDependsOnFirstRep()
Gets the first repetition for dependsOn (),
creating it if it does not already exist.
|
String |
getEquivalence()
Gets the value(s) for equivalence ().
|
BoundCodeDt<ConceptMapEquivalenceEnum> |
getEquivalenceElement()
Gets the value(s) for equivalence ().
|
List<ConceptMap.ElementTargetDependsOn> |
getProduct()
Gets the value(s) for product ().
|
ConceptMap.ElementTargetDependsOn |
getProductFirstRep()
Gets the first repetition for product (),
creating it if it does not already exist.
|
boolean |
isEmpty() |
ConceptMap.ElementTarget |
setCode(CodeDt theValue)
Sets the value(s) for code ()
|
ConceptMap.ElementTarget |
setCode(String theCode)
Sets the value for code ()
|
ConceptMap.ElementTarget |
setCodeSystem(String theUri)
Sets the value for codeSystem ()
|
ConceptMap.ElementTarget |
setCodeSystem(UriDt theValue)
Sets the value(s) for codeSystem ()
|
ConceptMap.ElementTarget |
setComments(String theString)
Sets the value for comments ()
|
ConceptMap.ElementTarget |
setComments(StringDt theValue)
Sets the value(s) for comments ()
|
ConceptMap.ElementTarget |
setDependsOn(List<ConceptMap.ElementTargetDependsOn> theValue)
Sets the value(s) for dependsOn ()
|
ConceptMap.ElementTarget |
setEquivalence(BoundCodeDt<ConceptMapEquivalenceEnum> theValue)
Sets the value(s) for equivalence ()
|
ConceptMap.ElementTarget |
setEquivalence(ConceptMapEquivalenceEnum theValue)
Sets the value(s) for equivalence ()
|
ConceptMap.ElementTarget |
setProduct(List<ConceptMap.ElementTargetDependsOn> theValue)
Sets the value(s) for product ()
|
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 ElementTarget()
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 of the target code (if the target is a value set that cross code systems)
public String getCodeSystem()
null.
Definition: An absolute URI that identifies the code system of the target code (if the target is a value set that cross code systems)
public ConceptMap.ElementTarget setCodeSystem(UriDt theValue)
Definition: An absolute URI that identifies the code system of the target code (if the target is a value set that cross code systems)
public ConceptMap.ElementTarget setCodeSystem(String theUri)
Definition: An absolute URI that identifies the code system of the target code (if the target is a value set that cross code systems)
public CodeDt getCodeElement()
null.
Definition: Identity (code or path) or the element/item that the map refers to
public String getCode()
null.
Definition: Identity (code or path) or the element/item that the map refers to
public ConceptMap.ElementTarget setCode(CodeDt theValue)
Definition: Identity (code or path) or the element/item that the map refers to
public ConceptMap.ElementTarget setCode(String theCode)
Definition: Identity (code or path) or the element/item that the map refers to
public BoundCodeDt<ConceptMapEquivalenceEnum> getEquivalenceElement()
null.
Definition: The equivalence between the source and target concepts (counting for the dependencies and products). The equivalence is read from target to source (e.g. the target is 'wider' than the source)
public String getEquivalence()
null.
Definition: The equivalence between the source and target concepts (counting for the dependencies and products). The equivalence is read from target to source (e.g. the target is 'wider' than the source)
public ConceptMap.ElementTarget setEquivalence(BoundCodeDt<ConceptMapEquivalenceEnum> theValue)
Definition: The equivalence between the source and target concepts (counting for the dependencies and products). The equivalence is read from target to source (e.g. the target is 'wider' than the source)
public ConceptMap.ElementTarget setEquivalence(ConceptMapEquivalenceEnum theValue)
Definition: The equivalence between the source and target concepts (counting for the dependencies and products). The equivalence is read from target to source (e.g. the target is 'wider' than the source)
public StringDt getCommentsElement()
null.
Definition: A description of status/issues in mapping that conveys additional information not represented in the structured data
public String getComments()
null.
Definition: A description of status/issues in mapping that conveys additional information not represented in the structured data
public ConceptMap.ElementTarget setComments(StringDt theValue)
Definition: A description of status/issues in mapping that conveys additional information not represented in the structured data
public ConceptMap.ElementTarget setComments(String theString)
Definition: A description of status/issues in mapping that conveys additional information not represented in the structured data
public List<ConceptMap.ElementTargetDependsOn> getDependsOn()
null.
Definition: A set of additional dependencies for this mapping to hold. This mapping is only applicable if the specified element can be resolved, and it has the specified value
public ConceptMap.ElementTarget setDependsOn(List<ConceptMap.ElementTargetDependsOn> theValue)
Definition: A set of additional dependencies for this mapping to hold. This mapping is only applicable if the specified element can be resolved, and it has the specified value
public ConceptMap.ElementTargetDependsOn addDependsOn()
Definition: A set of additional dependencies for this mapping to hold. This mapping is only applicable if the specified element can be resolved, and it has the specified value
public ConceptMap.ElementTarget addDependsOn(ConceptMap.ElementTargetDependsOn theValue)
Definition: A set of additional dependencies for this mapping to hold. This mapping is only applicable if the specified element can be resolved, and it has the specified value
theValue - The dependsOn to add (must not be null)public ConceptMap.ElementTargetDependsOn getDependsOnFirstRep()
Definition: A set of additional dependencies for this mapping to hold. This mapping is only applicable if the specified element can be resolved, and it has the specified value
public List<ConceptMap.ElementTargetDependsOn> getProduct()
null.
Definition: A set of additional outcomes from this mapping to other elements. To properly execute this mapping, the specified element must be mapped to some data element or source that is in context. The mapping may still be useful without a place for the additional data elements, but the equivalence cannot be relied on
public ConceptMap.ElementTarget setProduct(List<ConceptMap.ElementTargetDependsOn> theValue)
Definition: A set of additional outcomes from this mapping to other elements. To properly execute this mapping, the specified element must be mapped to some data element or source that is in context. The mapping may still be useful without a place for the additional data elements, but the equivalence cannot be relied on
public ConceptMap.ElementTargetDependsOn addProduct()
Definition: A set of additional outcomes from this mapping to other elements. To properly execute this mapping, the specified element must be mapped to some data element or source that is in context. The mapping may still be useful without a place for the additional data elements, but the equivalence cannot be relied on
public ConceptMap.ElementTarget addProduct(ConceptMap.ElementTargetDependsOn theValue)
Definition: A set of additional outcomes from this mapping to other elements. To properly execute this mapping, the specified element must be mapped to some data element or source that is in context. The mapping may still be useful without a place for the additional data elements, but the equivalence cannot be relied on
theValue - The product to add (must not be null)public ConceptMap.ElementTargetDependsOn getProductFirstRep()
Definition: A set of additional outcomes from this mapping to other elements. To properly execute this mapping, the specified element must be mapped to some data element or source that is in context. The mapping may still be useful without a place for the additional data elements, but the equivalence cannot be relied on
Copyright © 2014–2016 University Health Network. All rights reserved.