Package gov.cms.hh.xml.data.claim
Class ClinicalFields
java.lang.Object
gov.cms.hh.xml.data.claim.ClinicalFields
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the diagnoses property.Gets the value of the fromDate property.Gets the value of the periodTiming property.Gets the value of the referralSource property.Gets the value of the throughDate property.voidsetDiagnoses(Diagnoses value) Sets the value of the diagnoses property.voidsetFromDate(String value) Sets the value of the fromDate property.voidsetPeriodTiming(String value) Sets the value of the periodTiming property.voidsetReferralSource(String value) Sets the value of the referralSource property.voidsetThroughDate(String value) Sets the value of the throughDate property.
-
Field Details
-
diagnoses
-
fromDate
-
periodTiming
-
referralSource
-
throughDate
-
-
Constructor Details
-
ClinicalFields
public ClinicalFields()
-
-
Method Details
-
getDiagnoses
Gets the value of the diagnoses property.- Returns:
- possible object is
Diagnoses
-
setDiagnoses
Sets the value of the diagnoses property.- Parameters:
value- allowed object isDiagnoses
-
getFromDate
Gets the value of the fromDate property.- Returns:
- possible object is
String
-
setFromDate
Sets the value of the fromDate property.- Parameters:
value- allowed object isString
-
getPeriodTiming
Gets the value of the periodTiming property.- Returns:
- possible object is
String
-
setPeriodTiming
Sets the value of the periodTiming property.- Parameters:
value- allowed object isString
-
getReferralSource
Gets the value of the referralSource property.- Returns:
- possible object is
String
-
setReferralSource
Sets the value of the referralSource property.- Parameters:
value- allowed object isString
-
getThroughDate
Gets the value of the throughDate property.- Returns:
- possible object is
String
-
setThroughDate
Sets the value of the throughDate property.- Parameters:
value- allowed object isString
-