|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.pdo.PatientDataType
public class PatientDataType
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 |
|---|
protected EventSet eventSet
protected ConceptSet conceptSet
protected ObserverSet observerSet
protected PidSet pidSet
protected EidSet eidSet
protected PatientSet patientSet
protected List<ObservationSet> observationSet
| Constructor Detail |
|---|
public PatientDataType()
| Method Detail |
|---|
public EventSet getEventSet()
EventSetpublic void setEventSet(EventSet value)
value - allowed object is
EventSetpublic ConceptSet getConceptSet()
ConceptSetpublic void setConceptSet(ConceptSet value)
value - allowed object is
ConceptSetpublic ObserverSet getObserverSet()
ObserverSetpublic void setObserverSet(ObserverSet value)
value - allowed object is
ObserverSetpublic PidSet getPidSet()
PidSetpublic void setPidSet(PidSet value)
value - allowed object is
PidSetpublic EidSet getEidSet()
EidSetpublic void setEidSet(EidSet value)
value - allowed object is
EidSetpublic PatientSet getPatientSet()
PatientSetpublic void setPatientSet(PatientSet value)
value - allowed object is
PatientSetpublic List<ObservationSet> getObservationSet()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||