public class InternalCodingDt extends BaseCodingDt implements ICompositeDatatype
| Constructor and Description |
|---|
InternalCodingDt()
Constructor
|
InternalCodingDt(String theSystem,
String theCode)
Creates a new Coding with the given system and code
|
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType)
Deprecated.
|
CodeDt |
getCodeElement()
Gets the value(s) for code (Symbol in syntax defined by the system).
|
StringDt |
getDisplay()
Gets the value(s) for display (Representation defined by the system).
|
StringDt |
getDisplayElement()
Gets the value(s) for display (Representation defined by the system).
|
Boolean |
getMissing()
Deprecated.
|
BooleanDt |
getPrimary()
Gets the value(s) for primary (If this code was chosen directly by the user).
|
UriDt |
getSystemElement()
Gets the value(s) for system (Identity of the terminology system).
|
BaseResourceReferenceDt |
getValueSet()
Gets the value(s) for valueSet (Set this coding was chosen from).
|
StringDt |
getVersion()
Gets the value(s) for version (Version of the system - if relevant).
|
boolean |
isEmpty() |
InternalCodingDt |
setCode(CodeDt theValue)
Sets the value(s) for code (Symbol in syntax defined by the system)
|
InternalCodingDt |
setCode(String theCode)
Sets the value for code (Symbol in syntax defined by the system)
|
InternalCodingDt |
setDisplay(String theString)
Sets the value for display (Representation defined by the system)
|
InternalCodingDt |
setDisplay(StringDt theValue)
Sets the value(s) for display (Representation defined by the system)
|
IQueryParameterType |
setMissing(Boolean theMissing)
Deprecated.
|
InternalCodingDt |
setPrimary(boolean theBoolean)
Sets the value for primary (If this code was chosen directly by the user)
|
InternalCodingDt |
setPrimary(BooleanDt theValue)
Sets the value(s) for primary (If this code was chosen directly by the user)
|
InternalCodingDt |
setSystem(String theUri)
Sets the value for system (Identity of the terminology system)
|
InternalCodingDt |
setSystem(UriDt theValue)
Sets the value(s) for system (Identity of the terminology system)
|
InternalCodingDt |
setVersion(String theString)
Sets the value for version (Version of the system - if relevant)
|
InternalCodingDt |
setVersion(StringDt theValue)
Sets the value(s) for version (Version of the system - if relevant)
|
getQueryParameterQualifier, getValueAsQueryToken, matchesSystemAndCode, matchesToken, setValueAsQueryTokengetElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptypublic InternalCodingDt()
public InternalCodingDt(String theSystem, String theCode)
@Deprecated public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
ICompositeElementgetAllPopulatedChildElementsOfType in interface ICompositeElementtheType - The type to match. If set to null, all child elements will be returnedpublic UriDt getSystemElement()
null.
Definition: The identification of the code system that defines the meaning of the symbol in the code.
getSystemElement in class BaseCodingDtpublic InternalCodingDt setSystem(UriDt theValue)
Definition: The identification of the code system that defines the meaning of the symbol in the code.
public InternalCodingDt setSystem(String theUri)
Definition: The identification of the code system that defines the meaning of the symbol in the code.
setSystem in class BaseCodingDtpublic StringDt getVersion()
null.
Definition: The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured. and When the meaning is not guaranteed to be consistent, the version SHOULD be exchanged
public InternalCodingDt setVersion(StringDt theValue)
Definition: The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured. and When the meaning is not guaranteed to be consistent, the version SHOULD be exchanged
public InternalCodingDt setVersion(String theString)
Definition: The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured. and When the meaning is not guaranteed to be consistent, the version SHOULD be exchanged
public CodeDt getCodeElement()
null.
Definition: A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination)
getCodeElement in class BaseCodingDtpublic InternalCodingDt setCode(CodeDt theValue)
Definition: A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination)
public InternalCodingDt setCode(String theCode)
Definition: A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination)
setCode in class BaseCodingDtpublic StringDt getDisplay()
null.
Definition: A representation of the meaning of the code in the system, following the rules of the system.
public InternalCodingDt setDisplay(StringDt theValue)
Definition: A representation of the meaning of the code in the system, following the rules of the system.
public InternalCodingDt setDisplay(String theString)
Definition: A representation of the meaning of the code in the system, following the rules of the system.
setDisplay in class BaseCodingDtpublic BooleanDt getPrimary()
null.
Definition: Indicates that this code was chosen by a user directly - i.e. off a pick list of available items (codes or displays)
public InternalCodingDt setPrimary(BooleanDt theValue)
Definition: Indicates that this code was chosen by a user directly - i.e. off a pick list of available items (codes or displays)
public InternalCodingDt setPrimary(boolean theBoolean)
Definition: Indicates that this code was chosen by a user directly - i.e. off a pick list of available items (codes or displays)
public BaseResourceReferenceDt getValueSet()
null.
Definition: The set of possible coded values this coding was chosen from or constrained by
public StringDt getDisplayElement()
BaseCodingDtnull.
Definition: A representation of the meaning of the code in the system, following the rules of the system.
getDisplayElement in class BaseCodingDt@Deprecated public Boolean getMissing()
BaseCodingDtgetMissing in interface IQueryParameterTypegetMissing in class BaseCodingDt@Deprecated public IQueryParameterType setMissing(Boolean theMissing)
BaseCodingDtsetMissing in interface IQueryParameterTypesetMissing in class BaseCodingDtthis for easier method chainingCopyright © 2014–2017 University Health Network. All rights reserved.