All Implemented Interfaces:
Serializable

public class CR extends ANY implements Serializable
Description of the class CR.
See Also:
  • Field Details

    • name

      public CV 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

      public CD 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

      public Boolean 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

      public CV 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

      public void setName(CV name)
      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

      public CD 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

      public void setValue(CD value)
      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

      public Boolean 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

      public void setInverted(Boolean inverted)
      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 public Boolean 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

      public Node get_xmlNodePresentation()
      Overrides:
      get_xmlNodePresentation in class ANY
    • set_xmlNodePresentation

      public void set_xmlNodePresentation(Node _xmlNodePresentation)
      Overrides:
      set_xmlNodePresentation in class ANY
    • validateByModule

      public static void validateByModule(CR cR, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic)
      validate by a module of validation