edu.harvard.i2b2.crc.datavo.setfinder.query
Class PatientSetResponseType
java.lang.Object
edu.harvard.i2b2.crc.datavo.setfinder.query.ResponseType
edu.harvard.i2b2.crc.datavo.setfinder.query.PatientSetResponseType
public class PatientSetResponseType
- extends ResponseType
Java class for patient_set_responseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="patient_set_responseType">
<complexContent>
<extension base="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}responseType">
<sequence>
<element name="patient_set" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}patient_setType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields inherited from class edu.harvard.i2b2.crc.datavo.setfinder.query.ResponseType |
status |
patientSet
protected PatientSetType patientSet
PatientSetResponseType
public PatientSetResponseType()
getPatientSet
public PatientSetType getPatientSet()
- Gets the value of the patientSet property.
- Returns:
- possible object is
PatientSetType
setPatientSet
public void setPatientSet(PatientSetType value)
- Sets the value of the patientSet property.
- Parameters:
value - allowed object is
PatientSetType
Copyright © 2011. All Rights Reserved.