public class HippsCode 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="ComorbidityPresent" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="EpisodeTiming" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Filler" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="FunctionalLevel" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
clinicalGroup |
protected String |
comorbidityPresent |
protected String |
episodeTiming |
protected String |
filler |
protected String |
functionalLevel |
| Constructor and Description |
|---|
HippsCode() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClinicalGroup()
Gets the value of the clinicalGroup property.
|
String |
getComorbidityPresent()
Gets the value of the comorbidityPresent property.
|
String |
getEpisodeTiming()
Gets the value of the episodeTiming property.
|
String |
getFiller()
Gets the value of the filler property.
|
String |
getFunctionalLevel()
Gets the value of the functionalLevel property.
|
void |
setClinicalGroup(String value)
Sets the value of the clinicalGroup property.
|
void |
setComorbidityPresent(String value)
Sets the value of the comorbidityPresent property.
|
void |
setEpisodeTiming(String value)
Sets the value of the episodeTiming property.
|
void |
setFiller(String value)
Sets the value of the filler property.
|
void |
setFunctionalLevel(String value)
Sets the value of the functionalLevel property.
|
protected String clinicalGroup
protected String comorbidityPresent
protected String episodeTiming
protected String filler
protected String functionalLevel
public String getClinicalGroup()
Stringpublic void setClinicalGroup(String value)
value - allowed object is
Stringpublic String getComorbidityPresent()
Stringpublic void setComorbidityPresent(String value)
value - allowed object is
Stringpublic String getEpisodeTiming()
Stringpublic void setEpisodeTiming(String value)
value - allowed object is
Stringpublic String getFiller()
Stringpublic void setFiller(String value)
value - allowed object is
Stringpublic String getFunctionalLevel()
StringCopyright © 2023. All rights reserved.