public class ClinicalFields 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">
<sequence>
<element ref="{}Diagnoses"/>
</sequence>
<attribute name="FromDate" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="PeriodTiming" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ReferralSource" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ThroughDate" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Diagnoses |
diagnoses |
protected String |
fromDate |
protected String |
periodTiming |
protected String |
referralSource |
protected String |
throughDate |
| Constructor and Description |
|---|
ClinicalFields() |
| Modifier and Type | Method and Description |
|---|---|
Diagnoses |
getDiagnoses()
Gets the value of the diagnoses property.
|
String |
getFromDate()
Gets the value of the fromDate property.
|
String |
getPeriodTiming()
Gets the value of the periodTiming property.
|
String |
getReferralSource()
Gets the value of the referralSource property.
|
String |
getThroughDate()
Gets the value of the throughDate property.
|
void |
setDiagnoses(Diagnoses value)
Sets the value of the diagnoses property.
|
void |
setFromDate(String value)
Sets the value of the fromDate property.
|
void |
setPeriodTiming(String value)
Sets the value of the periodTiming property.
|
void |
setReferralSource(String value)
Sets the value of the referralSource property.
|
void |
setThroughDate(String value)
Sets the value of the throughDate property.
|
protected Diagnoses diagnoses
protected String fromDate
protected String periodTiming
protected String referralSource
protected String throughDate
public Diagnoses getDiagnoses()
Diagnosespublic void setDiagnoses(Diagnoses value)
value - allowed object is
Diagnosespublic String getFromDate()
Stringpublic void setFromDate(String value)
value - allowed object is
Stringpublic String getPeriodTiming()
Stringpublic void setPeriodTiming(String value)
value - allowed object is
Stringpublic String getReferralSource()
Stringpublic void setReferralSource(String value)
value - allowed object is
Stringpublic String getThroughDate()
StringCopyright © 2023. All rights reserved.