edu.harvard.i2b2.crc.datavo.pdo
Class PatientDataType

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.pdo.PatientDataType

public class PatientDataType
extends Object

Java class for patient_dataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="patient_dataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.i2b2.org/xsd/hive/pdo/1.1/}event_set"/>
         <element ref="{http://www.i2b2.org/xsd/hive/pdo/1.1/}concept_set"/>
         <element ref="{http://www.i2b2.org/xsd/hive/pdo/1.1/}observer_set"/>
         <element ref="{http://www.i2b2.org/xsd/hive/pdo/1.1/}pid_set"/>
         <element ref="{http://www.i2b2.org/xsd/hive/pdo/1.1/}eid_set"/>
         <element ref="{http://www.i2b2.org/xsd/hive/pdo/1.1/}patient_set"/>
         <element ref="{http://www.i2b2.org/xsd/hive/pdo/1.1/}observation_set" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ConceptSet conceptSet
           
protected  EidSet eidSet
           
protected  EventSet eventSet
           
protected  List<ObservationSet> observationSet
           
protected  ObserverSet observerSet
           
protected  PatientSet patientSet
           
protected  PidSet pidSet
           
 
Constructor Summary
PatientDataType()
           
 
Method Summary
 ConceptSet getConceptSet()
          Gets the value of the conceptSet property.
 EidSet getEidSet()
          Gets the value of the eidSet property.
 EventSet getEventSet()
          Gets the value of the eventSet property.
 List<ObservationSet> getObservationSet()
          Gets the value of the observationSet property.
 ObserverSet getObserverSet()
          Gets the value of the observerSet property.
 PatientSet getPatientSet()
          Gets the value of the patientSet property.
 PidSet getPidSet()
          Gets the value of the pidSet property.
 void setConceptSet(ConceptSet value)
          Sets the value of the conceptSet property.
 void setEidSet(EidSet value)
          Sets the value of the eidSet property.
 void setEventSet(EventSet value)
          Sets the value of the eventSet property.
 void setObserverSet(ObserverSet value)
          Sets the value of the observerSet property.
 void setPatientSet(PatientSet value)
          Sets the value of the patientSet property.
 void setPidSet(PidSet value)
          Sets the value of the pidSet property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eventSet

protected EventSet eventSet

conceptSet

protected ConceptSet conceptSet

observerSet

protected ObserverSet observerSet

pidSet

protected PidSet pidSet

eidSet

protected EidSet eidSet

patientSet

protected PatientSet patientSet

observationSet

protected List<ObservationSet> observationSet
Constructor Detail

PatientDataType

public PatientDataType()
Method Detail

getEventSet

public EventSet getEventSet()
Gets the value of the eventSet property.

Returns:
possible object is EventSet

setEventSet

public void setEventSet(EventSet value)
Sets the value of the eventSet property.

Parameters:
value - allowed object is EventSet

getConceptSet

public ConceptSet getConceptSet()
Gets the value of the conceptSet property.

Returns:
possible object is ConceptSet

setConceptSet

public void setConceptSet(ConceptSet value)
Sets the value of the conceptSet property.

Parameters:
value - allowed object is ConceptSet

getObserverSet

public ObserverSet getObserverSet()
Gets the value of the observerSet property.

Returns:
possible object is ObserverSet

setObserverSet

public void setObserverSet(ObserverSet value)
Sets the value of the observerSet property.

Parameters:
value - allowed object is ObserverSet

getPidSet

public PidSet getPidSet()
Gets the value of the pidSet property.

Returns:
possible object is PidSet

setPidSet

public void setPidSet(PidSet value)
Sets the value of the pidSet property.

Parameters:
value - allowed object is PidSet

getEidSet

public EidSet getEidSet()
Gets the value of the eidSet property.

Returns:
possible object is EidSet

setEidSet

public void setEidSet(EidSet value)
Sets the value of the eidSet property.

Parameters:
value - allowed object is EidSet

getPatientSet

public PatientSet getPatientSet()
Gets the value of the patientSet property.

Returns:
possible object is PatientSet

setPatientSet

public void setPatientSet(PatientSet value)
Sets the value of the patientSet property.

Parameters:
value - allowed object is PatientSet

getObservationSet

public List<ObservationSet> getObservationSet()
Gets the value of the observationSet property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the observationSet property.

For example, to add a new item, do as follows:

    getObservationSet().add(newItem);
 

Objects of the following type(s) are allowed in the list ObservationSet



Copyright © 2011. All Rights Reserved.