Class Diagnosis

java.lang.Object
gov.cms.hh.xml.layout.rot.Diagnosis
Direct Known Subclasses:
DiagnosisObject

public class Diagnosis extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="ClinicalGroup" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="CodeFirstFlag" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="ComorbidityGroup" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="Description" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="EcoiFlag" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="ManifestationFlag" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="PredecessorDx" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="PrimaryAwardingFlag" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="SubChapter" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="UnacceptablePdxFlag" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="UnspecifiedPdxFlag" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="Value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • clinicalGroup

      protected String clinicalGroup
    • codeFirstFlag

      protected String codeFirstFlag
    • comorbidityGroup

      protected String comorbidityGroup
    • description

      protected String description
    • ecoiFlag

      protected String ecoiFlag
    • manifestationFlag

      protected String manifestationFlag
    • predecessorDx

      protected String predecessorDx
    • primaryAwardingFlag

      protected String primaryAwardingFlag
    • subChapter

      protected String subChapter
    • unacceptablePdxFlag

      protected String unacceptablePdxFlag
    • unspecifiedPdxFlag

      protected String unspecifiedPdxFlag
    • value

      protected String value
  • Constructor Details

    • Diagnosis

      public Diagnosis()
  • Method Details

    • getClinicalGroup

      public String getClinicalGroup()
      Gets the value of the clinicalGroup property.
      Returns:
      possible object is String
    • setClinicalGroup

      public void setClinicalGroup(String value)
      Sets the value of the clinicalGroup property.
      Parameters:
      value - allowed object is String
    • getCodeFirstFlag

      public String getCodeFirstFlag()
      Gets the value of the codeFirstFlag property.
      Returns:
      possible object is String
    • setCodeFirstFlag

      public void setCodeFirstFlag(String value)
      Sets the value of the codeFirstFlag property.
      Parameters:
      value - allowed object is String
    • getComorbidityGroup

      public String getComorbidityGroup()
      Gets the value of the comorbidityGroup property.
      Returns:
      possible object is String
    • setComorbidityGroup

      public void setComorbidityGroup(String value)
      Sets the value of the comorbidityGroup property.
      Parameters:
      value - allowed object is String
    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • getEcoiFlag

      public String getEcoiFlag()
      Gets the value of the ecoiFlag property.
      Returns:
      possible object is String
    • setEcoiFlag

      public void setEcoiFlag(String value)
      Sets the value of the ecoiFlag property.
      Parameters:
      value - allowed object is String
    • getManifestationFlag

      public String getManifestationFlag()
      Gets the value of the manifestationFlag property.
      Returns:
      possible object is String
    • setManifestationFlag

      public void setManifestationFlag(String value)
      Sets the value of the manifestationFlag property.
      Parameters:
      value - allowed object is String
    • getPredecessorDx

      public String getPredecessorDx()
      Gets the value of the predecessorDx property.
      Returns:
      possible object is String
    • setPredecessorDx

      public void setPredecessorDx(String value)
      Sets the value of the predecessorDx property.
      Parameters:
      value - allowed object is String
    • getPrimaryAwardingFlag

      public String getPrimaryAwardingFlag()
      Gets the value of the primaryAwardingFlag property.
      Returns:
      possible object is String
    • setPrimaryAwardingFlag

      public void setPrimaryAwardingFlag(String value)
      Sets the value of the primaryAwardingFlag property.
      Parameters:
      value - allowed object is String
    • getSubChapter

      public String getSubChapter()
      Gets the value of the subChapter property.
      Returns:
      possible object is String
    • setSubChapter

      public void setSubChapter(String value)
      Sets the value of the subChapter property.
      Parameters:
      value - allowed object is String
    • getUnacceptablePdxFlag

      public String getUnacceptablePdxFlag()
      Gets the value of the unacceptablePdxFlag property.
      Returns:
      possible object is String
    • setUnacceptablePdxFlag

      public void setUnacceptablePdxFlag(String value)
      Sets the value of the unacceptablePdxFlag property.
      Parameters:
      value - allowed object is String
    • getUnspecifiedPdxFlag

      public String getUnspecifiedPdxFlag()
      Gets the value of the unspecifiedPdxFlag property.
      Returns:
      possible object is String
    • setUnspecifiedPdxFlag

      public void setUnspecifiedPdxFlag(String value)
      Sets the value of the unspecifiedPdxFlag property.
      Parameters:
      value - allowed object is String
    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String