Package gov.cms.hh.xml.layout.rot
Class Diagnosis
java.lang.Object
gov.cms.hh.xml.layout.rot.Diagnosis
- Direct Known Subclasses:
DiagnosisObject
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the clinicalGroup property.Gets the value of the codeFirstFlag property.Gets the value of the comorbidityGroup property.Gets the value of the description property.Gets the value of the ecoiFlag property.Gets the value of the manifestationFlag property.Gets the value of the predecessorDx property.Gets the value of the primaryAwardingFlag property.Gets the value of the subChapter property.Gets the value of the unacceptablePdxFlag property.Gets the value of the unspecifiedPdxFlag property.getValue()Gets the value of the value property.voidsetClinicalGroup(String value) Sets the value of the clinicalGroup property.voidsetCodeFirstFlag(String value) Sets the value of the codeFirstFlag property.voidsetComorbidityGroup(String value) Sets the value of the comorbidityGroup property.voidsetDescription(String value) Sets the value of the description property.voidsetEcoiFlag(String value) Sets the value of the ecoiFlag property.voidsetManifestationFlag(String value) Sets the value of the manifestationFlag property.voidsetPredecessorDx(String value) Sets the value of the predecessorDx property.voidsetPrimaryAwardingFlag(String value) Sets the value of the primaryAwardingFlag property.voidsetSubChapter(String value) Sets the value of the subChapter property.voidsetUnacceptablePdxFlag(String value) Sets the value of the unacceptablePdxFlag property.voidsetUnspecifiedPdxFlag(String value) Sets the value of the unspecifiedPdxFlag property.voidSets the value of the value property.
-
Field Details
-
clinicalGroup
-
codeFirstFlag
-
comorbidityGroup
-
description
-
ecoiFlag
-
manifestationFlag
-
predecessorDx
-
-
subChapter
-
unacceptablePdxFlag
-
unspecifiedPdxFlag
-
value
-
-
Constructor Details
-
Diagnosis
public Diagnosis()
-
-
Method Details
-
getClinicalGroup
Gets the value of the clinicalGroup property.- Returns:
- possible object is
String
-
setClinicalGroup
Sets the value of the clinicalGroup property.- Parameters:
value- allowed object isString
-
getCodeFirstFlag
Gets the value of the codeFirstFlag property.- Returns:
- possible object is
String
-
setCodeFirstFlag
Sets the value of the codeFirstFlag property.- Parameters:
value- allowed object isString
-
getComorbidityGroup
Gets the value of the comorbidityGroup property.- Returns:
- possible object is
String
-
setComorbidityGroup
Sets the value of the comorbidityGroup property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getEcoiFlag
Gets the value of the ecoiFlag property.- Returns:
- possible object is
String
-
setEcoiFlag
Sets the value of the ecoiFlag property.- Parameters:
value- allowed object isString
-
getManifestationFlag
Gets the value of the manifestationFlag property.- Returns:
- possible object is
String
-
setManifestationFlag
Sets the value of the manifestationFlag property.- Parameters:
value- allowed object isString
-
getPredecessorDx
Gets the value of the predecessorDx property.- Returns:
- possible object is
String
-
setPredecessorDx
Sets the value of the predecessorDx property.- Parameters:
value- allowed object isString
-
getPrimaryAwardingFlag
Gets the value of the primaryAwardingFlag property.- Returns:
- possible object is
String
-
setPrimaryAwardingFlag
Sets the value of the primaryAwardingFlag property.- Parameters:
value- allowed object isString
-
getSubChapter
Gets the value of the subChapter property.- Returns:
- possible object is
String
-
setSubChapter
Sets the value of the subChapter property.- Parameters:
value- allowed object isString
-
getUnacceptablePdxFlag
Gets the value of the unacceptablePdxFlag property.- Returns:
- possible object is
String
-
setUnacceptablePdxFlag
Sets the value of the unacceptablePdxFlag property.- Parameters:
value- allowed object isString
-
getUnspecifiedPdxFlag
Gets the value of the unspecifiedPdxFlag property.- Returns:
- possible object is
String
-
setUnspecifiedPdxFlag
Sets the value of the unspecifiedPdxFlag property.- Parameters:
value- allowed object isString
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-