Package net.ihe.gazelle.hl7v3.datatypes
Class CR
java.lang.Object
net.ihe.gazelle.gen.common.CommonOperations
net.ihe.gazelle.hl7v3.datatypes.ANY
net.ihe.gazelle.hl7v3.datatypes.CR
- All Implemented Interfaces:
Serializable
Description of the class CR.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionIndicates if the sense of the role name is inverted.Specifies the manner in which the concept role value contributes to the meaning of a code phrase.The concept that modifies the primary code of a code phrase through the role relation.Fields inherited from class net.ihe.gazelle.hl7v3.datatypes.ANY
mixed, nullFlavor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn inverted.getName()
Return name.getValue()
Return value.Deprecated.void
set_xmlNodePresentation
(Node _xmlNodePresentation) void
setInverted
(Boolean inverted) Set a value to attribute inverted.void
Set a value to attribute name.void
Set a value to attribute value.static void
validateByModule
(CR cR, 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
-
name
Specifies the manner in which the concept role value contributes to the meaning of a code phrase. For example, if SNOMED RT defines a concept "leg", a role relation "has-laterality", and another concept "left", the concept role relation allows to add the qualifier "has-laterality: left" to a primary code "leg" to construct the meaning "left leg". In this example "has-laterality" is . . -
value
The concept that modifies the primary code of a code phrase through the role relation. For example, if SNOMED RT defines a concept "leg", a role relation "has-laterality", and another concept "left", the concept role relation allows adding the qualifier "has-laterality: left" to a primary code "leg" to construct the meaning "left leg". In this example "left" is . . -
inverted
Indicates if the sense of the role name is inverted. This can be used in cases where the underlying code system defines inversion but does not provide reciprocal pairs of role names. By default, inverted is false. .
-
-
Constructor Details
-
CR
public CR()
-
-
Method Details
-
getName
Return name.- Returns:
- name : Specifies the manner in which the concept role value contributes to the meaning of a code phrase. For example, if SNOMED RT defines a concept "leg", a role relation "has-laterality", and another concept "left", the concept role relation allows to add the qualifier "has-laterality: left" to a primary code "leg" to construct the meaning "left leg". In this example "has-laterality" is .
-
setName
Set a value to attribute name.- Parameters:
name
- : Specifies the manner in which the concept role value contributes to the meaning of a code phrase. For example, if SNOMED RT defines a concept "leg", a role relation "has-laterality", and another concept "left", the concept role relation allows to add the qualifier "has-laterality: left" to a primary code "leg" to construct the meaning "left leg". In this example "has-laterality" is .
-
getValue
Return value.- Returns:
- value : The concept that modifies the primary code of a code phrase through the role relation. For example, if SNOMED RT defines a concept "leg", a role relation "has-laterality", and another concept "left", the concept role relation allows adding the qualifier "has-laterality: left" to a primary code "leg" to construct the meaning "left leg". In this example "left" is .
-
setValue
Set a value to attribute value.- Parameters:
value
- : The concept that modifies the primary code of a code phrase through the role relation. For example, if SNOMED RT defines a concept "leg", a role relation "has-laterality", and another concept "left", the concept role relation allows adding the qualifier "has-laterality: left" to a primary code "leg" to construct the meaning "left leg". In this example "left" is .
-
getInverted
Return inverted.- Returns:
- inverted : Indicates if the sense of the role name is inverted. This can be used in cases where the underlying code system defines inversion but does not provide reciprocal pairs of role names. By default, inverted is false.
-
setInverted
Set a value to attribute inverted.- Parameters:
inverted
- : Indicates if the sense of the role name is inverted. This can be used in cases where the underlying code system defines inversion but does not provide reciprocal pairs of role names. By default, inverted is false.
-
isInverted
Deprecated.Return inverted.- Returns:
- inverted : Indicates if the sense of the role name is inverted. This can be used in cases where the underlying code system defines inversion but does not provide reciprocal pairs of role names. By default, inverted is false. Generated for the use on jsf pages
-
get_xmlNodePresentation
- Overrides:
get_xmlNodePresentation
in classANY
-
set_xmlNodePresentation
- Overrides:
set_xmlNodePresentation
in classANY
-
validateByModule
public static void validateByModule(CR cR, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-