Package net.ihe.gazelle.hl7v3.datatypes
Class SC
- All Implemented Interfaces:
Serializable
Description of the class SC.
- 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. .Fields inherited from class net.ihe.gazelle.hl7v3.datatypes.ED
compression, integrityCheck, integrityCheckAlgorithm, language, mediaType
Fields inherited from class net.ihe.gazelle.hl7v3.datatypes.BIN
representation
Fields inherited from class net.ihe.gazelle.hl7v3.datatypes.ANY
mixed, nullFlavor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()
Return code.Return codeSystem.Return codeSystemName.Return codeSystemVersion.Return displayName.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.static void
validateByModule
(SC sC, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validationMethods inherited from class net.ihe.gazelle.hl7v3.datatypes.ST
validateByModule
Methods inherited from class net.ihe.gazelle.hl7v3.datatypes.ED
getCompression, getIntegrityCheck, getIntegrityCheckAlgorithm, getLanguage, getMediaType, getReference, getThumbnail, setCompression, setIntegrityCheck, setIntegrityCheckAlgorithm, setLanguage, setMediaType, validateByModule
Methods inherited from class net.ihe.gazelle.hl7v3.datatypes.BIN
addMixed, getListStringValues, getMixed, getRepresentation, removeMixed, setMixed, setRepresentation, validateByModule
Methods 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
-
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
-
SC
public SC()
-
-
Method Details
-
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 classST
-
set_xmlNodePresentation
- Overrides:
set_xmlNodePresentation
in classST
-
validateByModule
public static void validateByModule(SC sC, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-