All Implemented Interfaces:
Serializable

public class SC extends ST implements Serializable
Description of the class SC.
See Also:
  • Field Details

    • code

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

      public String codeSystem
      Specifies the code system that defines the code. .
    • codeSystemName

      public String codeSystemName
      A common name of the coding system. .
    • codeSystemVersion

      public String codeSystemVersion
      If applicable, a version descriptor defined specifically for the given code system. .
    • displayName

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

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

      public void setCode(String code)
      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

      public String getCodeSystem()
      Return codeSystem.
      Returns:
      codeSystem : Specifies the code system that defines the code.
    • setCodeSystem

      public void setCodeSystem(String codeSystem)
      Set a value to attribute codeSystem.
      Parameters:
      codeSystem - : Specifies the code system that defines the code.
    • getCodeSystemName

      public String getCodeSystemName()
      Return codeSystemName.
      Returns:
      codeSystemName : A common name of the coding system.
    • setCodeSystemName

      public void setCodeSystemName(String codeSystemName)
      Set a value to attribute codeSystemName.
      Parameters:
      codeSystemName - : A common name of the coding system.
    • getCodeSystemVersion

      public String getCodeSystemVersion()
      Return codeSystemVersion.
      Returns:
      codeSystemVersion : If applicable, a version descriptor defined specifically for the given code system.
    • setCodeSystemVersion

      public void setCodeSystemVersion(String codeSystemVersion)
      Set a value to attribute codeSystemVersion.
      Parameters:
      codeSystemVersion - : If applicable, a version descriptor defined specifically for the given code system.
    • getDisplayName

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

      public void setDisplayName(String displayName)
      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

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

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

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