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="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="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 |
primaryAwardingFlag |
protected String |
subChapter |
protected String |
unacceptablePdxFlag |
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 |
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 |
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 |
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 |
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 primaryAwardingFlag
protected String subChapter
protected String unacceptablePdxFlag
protected String value
public String getClinicalGroup()
String
public void setClinicalGroup(String value)
value
- allowed object is
String
public String getCodeFirstFlag()
String
public void setCodeFirstFlag(String value)
value
- allowed object is
String
public String getComorbidityGroup()
String
public void setComorbidityGroup(String value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public String getEcoiFlag()
String
public void setEcoiFlag(String value)
value
- allowed object is
String
public String getManifestationFlag()
String
public void setManifestationFlag(String value)
value
- allowed object is
String
public String getPrimaryAwardingFlag()
String
public void setPrimaryAwardingFlag(String value)
value
- allowed object is
String
public String getSubChapter()
String
public void setSubChapter(String value)
value
- allowed object is
String
public String getUnacceptablePdxFlag()
String
public void setUnacceptablePdxFlag(String value)
value
- allowed object is
String
public String getValue()
String
Copyright © 2022. All rights reserved.