Class DiagnoseCtp


  • public class DiagnoseCtp
    extends java.lang.Object
    Angabe einer ICD-Codierung mit optionaler Angabe zur Seitenlokalisation sowie Diagnosensicherheit; TODO: Abbildung Zusammengehörigkeit primär und optional sekundär

    Java class for Diagnose_Ctp complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="Diagnose_Ctp">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="ICD" type="{SV-Basis://XMLSchema/1.0}ICD10GM_Stp"/>
             <element name="Seitenlokalisation" type="{SV-Basis://XMLSchema/1.0}Seitenlokalisation_Stp" minOccurs="0"/>
             <element name="Diagnosensicherheit" type="{SV-Basis://XMLSchema/1.0}Diagnosensicherheit_Stp" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • DiagnoseCtp

        public DiagnoseCtp()
    • Method Detail

      • getICD

        public java.lang.String getICD()
        Gets the value of the icd property.
        Returns:
        possible object is String
      • setICD

        public void setICD​(java.lang.String value)
        Sets the value of the icd property.
        Parameters:
        value - allowed object is String