Class ClinicalFields

java.lang.Object
gov.cms.hh.xml.data.claim.ClinicalFields

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>
 
  • Field Details

    • diagnoses

      protected Diagnoses diagnoses
    • fromDate

      protected String fromDate
    • periodTiming

      protected String periodTiming
    • referralSource

      protected String referralSource
    • throughDate

      protected String throughDate
  • Constructor Details

    • ClinicalFields

      public ClinicalFields()
  • Method Details

    • getDiagnoses

      public Diagnoses getDiagnoses()
      Gets the value of the diagnoses property.
      Returns:
      possible object is Diagnoses
    • setDiagnoses

      public void setDiagnoses(Diagnoses value)
      Sets the value of the diagnoses property.
      Parameters:
      value - allowed object is Diagnoses
    • getFromDate

      public String getFromDate()
      Gets the value of the fromDate property.
      Returns:
      possible object is String
    • setFromDate

      public void setFromDate(String value)
      Sets the value of the fromDate property.
      Parameters:
      value - allowed object is String
    • getPeriodTiming

      public String getPeriodTiming()
      Gets the value of the periodTiming property.
      Returns:
      possible object is String
    • setPeriodTiming

      public void setPeriodTiming(String value)
      Sets the value of the periodTiming property.
      Parameters:
      value - allowed object is String
    • getReferralSource

      public String getReferralSource()
      Gets the value of the referralSource property.
      Returns:
      possible object is String
    • setReferralSource

      public void setReferralSource(String value)
      Sets the value of the referralSource property.
      Parameters:
      value - allowed object is String
    • getThroughDate

      public String getThroughDate()
      Gets the value of the throughDate property.
      Returns:
      possible object is String
    • setThroughDate

      public void setThroughDate(String value)
      Sets the value of the throughDate property.
      Parameters:
      value - allowed object is String