Package net.ihe.gazelle.hl7v3.datatypes
Class CD
java.lang.Object
net.ihe.gazelle.gen.common.CommonOperations
net.ihe.gazelle.hl7v3.datatypes.ANY
net.ihe.gazelle.hl7v3.datatypes.CD
- All Implemented Interfaces:
Serializable
Description of the class CD.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe plain code symbol defined by the code system.Specifies the code system that defines the code. .A common name of the coding system. .If applicable, a version descriptor defined specifically for the given code system. .A name or title for the code, under which the sending system shows the code value to its users. .The text or phrase used as the basis for the coding. .Specifies additional codes that increase the specificity of the primary code. .A set of other concept descriptors that translate this concept descriptor into other code systems. .Fields inherited from class net.ihe.gazelle.hl7v3.datatypes.ANY
mixed, nullFlavor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addQualifier
(CR qualifier_elt) Add a qualifier to the qualifier collection.void
addTranslation
(CD translation_elt) Add a translation to the translation collection.getCode()
Return code.Return codeSystem.Return codeSystemName.Return codeSystemVersion.Return displayName.Return originalText.Return qualifier.Return translation.void
removeQualifier
(CR qualifier_elt) Remove a qualifier to the qualifier collection.void
removeTranslation
(CD translation_elt) Remove a translation to the translation collection.void
set_xmlNodePresentation
(Node _xmlNodePresentation) void
Set a value to attribute code.void
setCodeSystem
(String codeSystem) Set a value to attribute codeSystem.void
setCodeSystemName
(String codeSystemName) Set a value to attribute codeSystemName.void
setCodeSystemVersion
(String codeSystemVersion) Set a value to attribute codeSystemVersion.void
setDisplayName
(String displayName) Set a value to attribute displayName.void
setOriginalText
(ED originalText) Set a value to attribute originalText.void
setQualifier
(List<CR> qualifier) Set a value to attribute qualifier.void
setTranslation
(List<CD> translation) Set a value to attribute translation.static void
validateByModule
(CD cD, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validationMethods inherited from class net.ihe.gazelle.hl7v3.datatypes.ANY
getNullFlavor, setNullFlavor, validateByModule
Methods inherited from class net.ihe.gazelle.gen.common.CommonOperations
getValuesetChecker, isBIN, isCSType, isDTM, isOID, isRUID, isSTType, isTSType, isUID, isUUID, isXCN, isXON, isXPN, matches, matches, matches, matches, matchesCodeToValueSet, matchesValueSet, matchesValueSetWithDisplayName, setValuesetChecker, setValueSetProvider
-
Field Details
-
originalText
The text or phrase used as the basis for the coding. . -
qualifier
Specifies additional codes that increase the specificity of the primary code. . -
translation
A set of other concept descriptors that translate this concept descriptor into other code systems. . -
code
The plain code symbol defined by the code system. For example, "784.0" is the code symbol of the ICD-9 code "784.0" for headache. . -
codeSystem
Specifies the code system that defines the code. . -
codeSystemName
A common name of the coding system. . -
codeSystemVersion
If applicable, a version descriptor defined specifically for the given code system. . -
displayName
A name or title for the code, under which the sending system shows the code value to its users. .
-
-
Constructor Details
-
CD
public CD() -
CD
-
CD
-
-
Method Details
-
getOriginalText
Return originalText.- Returns:
- originalText : The text or phrase used as the basis for the coding.
-
setOriginalText
Set a value to attribute originalText.- Parameters:
originalText
- : The text or phrase used as the basis for the coding.
-
getQualifier
Return qualifier.- Returns:
- qualifier : Specifies additional codes that increase the specificity of the primary code.
-
setQualifier
Set a value to attribute qualifier.- Parameters:
qualifier
- : Specifies additional codes that increase the specificity of the primary code.
-
addQualifier
Add a qualifier to the qualifier collection.- Parameters:
qualifier_elt
- Element to add.
-
removeQualifier
Remove a qualifier to the qualifier collection.- Parameters:
qualifier_elt
- Element to remove
-
getTranslation
Return translation.- Returns:
- translation : A set of other concept descriptors that translate this concept descriptor into other code systems.
-
setTranslation
Set a value to attribute translation.- Parameters:
translation
- : A set of other concept descriptors that translate this concept descriptor into other code systems.
-
addTranslation
Add a translation to the translation collection.- Parameters:
translation_elt
- Element to add.
-
removeTranslation
Remove a translation to the translation collection.- Parameters:
translation_elt
- Element to remove
-
getCode
Return code.- Returns:
- code : The plain code symbol defined by the code system. For example, "784.0" is the code symbol of the ICD-9 code "784.0" for headache.
-
setCode
Set a value to attribute code.- Parameters:
code
- : The plain code symbol defined by the code system. For example, "784.0" is the code symbol of the ICD-9 code "784.0" for headache.
-
getCodeSystem
Return codeSystem.- Returns:
- codeSystem : Specifies the code system that defines the code.
-
setCodeSystem
Set a value to attribute codeSystem.- Parameters:
codeSystem
- : Specifies the code system that defines the code.
-
getCodeSystemName
Return codeSystemName.- Returns:
- codeSystemName : A common name of the coding system.
-
setCodeSystemName
Set a value to attribute codeSystemName.- Parameters:
codeSystemName
- : A common name of the coding system.
-
getCodeSystemVersion
Return codeSystemVersion.- Returns:
- codeSystemVersion : If applicable, a version descriptor defined specifically for the given code system.
-
setCodeSystemVersion
Set a value to attribute codeSystemVersion.- Parameters:
codeSystemVersion
- : If applicable, a version descriptor defined specifically for the given code system.
-
getDisplayName
Return displayName.- Returns:
- displayName : A name or title for the code, under which the sending system shows the code value to its users.
-
setDisplayName
Set a value to attribute displayName.- Parameters:
displayName
- : A name or title for the code, under which the sending system shows the code value to its users.
-
get_xmlNodePresentation
- Overrides:
get_xmlNodePresentation
in classANY
-
set_xmlNodePresentation
- Overrides:
set_xmlNodePresentation
in classANY
-
validateByModule
public static void validateByModule(CD cD, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-