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()
String
public void setClinicalGroup(String value)
value
- allowed object is
String
public String getComorbidityPresent()
String
public void setComorbidityPresent(String value)
value
- allowed object is
String
public String getEpisodeTiming()
String
public void setEpisodeTiming(String value)
value
- allowed object is
String
public String getFiller()
String
public void setFiller(String value)
value
- allowed object is
String
public String getFunctionalLevel()
String
Copyright © 2023. All rights reserved.