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()
Diagnoses
public void setDiagnoses(Diagnoses value)
value
- allowed object is
Diagnoses
public String getFromDate()
String
public void setFromDate(String value)
value
- allowed object is
String
public String getPeriodTiming()
String
public void setPeriodTiming(String value)
value
- allowed object is
String
public String getReferralSource()
String
public void setReferralSource(String value)
value
- allowed object is
String
public String getThroughDate()
String
Copyright © 2023. All rights reserved.