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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
clinicalGroup |
protected String |
codeFirstFlag |
protected String |
comorbidityGroup |
protected String |
description |
protected String |
ecoiFlag |
protected String |
manifestationFlag |
protected String |
predecessorDx |
protected String |
primaryAwardingFlag |
protected String |
subChapter |
protected String |
unacceptablePdxFlag |
protected String |
unspecifiedPdxFlag |
protected String |
value |
| Constructor and Description |
|---|
Diagnosis() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClinicalGroup()
Gets the value of the clinicalGroup property.
|
String |
getCodeFirstFlag()
Gets the value of the codeFirstFlag property.
|
String |
getComorbidityGroup()
Gets the value of the comorbidityGroup property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getEcoiFlag()
Gets the value of the ecoiFlag property.
|
String |
getManifestationFlag()
Gets the value of the manifestationFlag property.
|
String |
getPredecessorDx()
Gets the value of the predecessorDx property.
|
String |
getPrimaryAwardingFlag()
Gets the value of the primaryAwardingFlag property.
|
String |
getSubChapter()
Gets the value of the subChapter property.
|
String |
getUnacceptablePdxFlag()
Gets the value of the unacceptablePdxFlag property.
|
String |
getUnspecifiedPdxFlag()
Gets the value of the unspecifiedPdxFlag property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setClinicalGroup(String value)
Sets the value of the clinicalGroup property.
|
void |
setCodeFirstFlag(String value)
Sets the value of the codeFirstFlag property.
|
void |
setComorbidityGroup(String value)
Sets the value of the comorbidityGroup property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setEcoiFlag(String value)
Sets the value of the ecoiFlag property.
|
void |
setManifestationFlag(String value)
Sets the value of the manifestationFlag property.
|
void |
setPredecessorDx(String value)
Sets the value of the predecessorDx property.
|
void |
setPrimaryAwardingFlag(String value)
Sets the value of the primaryAwardingFlag property.
|
void |
setSubChapter(String value)
Sets the value of the subChapter property.
|
void |
setUnacceptablePdxFlag(String value)
Sets the value of the unacceptablePdxFlag property.
|
void |
setUnspecifiedPdxFlag(String value)
Sets the value of the unspecifiedPdxFlag property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String clinicalGroup
protected String codeFirstFlag
protected String comorbidityGroup
protected String description
protected String ecoiFlag
protected String manifestationFlag
protected String predecessorDx
protected String primaryAwardingFlag
protected String subChapter
protected String unacceptablePdxFlag
protected String unspecifiedPdxFlag
protected String value
public String getClinicalGroup()
Stringpublic void setClinicalGroup(String value)
value - allowed object is
Stringpublic String getCodeFirstFlag()
Stringpublic void setCodeFirstFlag(String value)
value - allowed object is
Stringpublic String getComorbidityGroup()
Stringpublic void setComorbidityGroup(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getEcoiFlag()
Stringpublic void setEcoiFlag(String value)
value - allowed object is
Stringpublic String getManifestationFlag()
Stringpublic void setManifestationFlag(String value)
value - allowed object is
Stringpublic String getPredecessorDx()
Stringpublic void setPredecessorDx(String value)
value - allowed object is
Stringpublic String getPrimaryAwardingFlag()
Stringpublic void setPrimaryAwardingFlag(String value)
value - allowed object is
Stringpublic String getSubChapter()
Stringpublic void setSubChapter(String value)
value - allowed object is
Stringpublic String getUnacceptablePdxFlag()
Stringpublic void setUnacceptablePdxFlag(String value)
value - allowed object is
Stringpublic String getUnspecifiedPdxFlag()
Stringpublic void setUnspecifiedPdxFlag(String value)
value - allowed object is
Stringpublic String getValue()
StringCopyright © 2023. All rights reserved.