edu.harvard.i2b2.crc.datavo.setfinder.query
Class PatientEncCollectionType

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.setfinder.query.PatientEncCollectionType

public class PatientEncCollectionType
extends Object

Java class for patient_enc_collectionType complex type.

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

 <complexType name="patient_enc_collectionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="patient_enc_coll_id" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}patient_enc_coll_idType"/>
         <element name="result_instance_id" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}result_instance_idType"/>
         <element name="set_index" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}set_indexType"/>
         <element name="patient_id" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}patient_numType"/>
         <element name="encounter_id" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}encounter_numType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String encounterId
           
protected  String patientEncCollId
           
protected  String patientId
           
protected  String resultInstanceId
           
protected  int setIndex
           
 
Constructor Summary
PatientEncCollectionType()
           
 
Method Summary
 String getEncounterId()
          Gets the value of the encounterId property.
 String getPatientEncCollId()
          Gets the value of the patientEncCollId property.
 String getPatientId()
          Gets the value of the patientId property.
 String getResultInstanceId()
          Gets the value of the resultInstanceId property.
 int getSetIndex()
          Gets the value of the setIndex property.
 void setEncounterId(String value)
          Sets the value of the encounterId property.
 void setPatientEncCollId(String value)
          Sets the value of the patientEncCollId property.
 void setPatientId(String value)
          Sets the value of the patientId property.
 void setResultInstanceId(String value)
          Sets the value of the resultInstanceId property.
 void setSetIndex(int value)
          Sets the value of the setIndex property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

patientEncCollId

protected String patientEncCollId

resultInstanceId

protected String resultInstanceId

setIndex

protected int setIndex

patientId

protected String patientId

encounterId

protected String encounterId
Constructor Detail

PatientEncCollectionType

public PatientEncCollectionType()
Method Detail

getPatientEncCollId

public String getPatientEncCollId()
Gets the value of the patientEncCollId property.

Returns:
possible object is String

setPatientEncCollId

public void setPatientEncCollId(String value)
Sets the value of the patientEncCollId property.

Parameters:
value - allowed object is String

getResultInstanceId

public String getResultInstanceId()
Gets the value of the resultInstanceId property.

Returns:
possible object is String

setResultInstanceId

public void setResultInstanceId(String value)
Sets the value of the resultInstanceId property.

Parameters:
value - allowed object is String

getSetIndex

public int getSetIndex()
Gets the value of the setIndex property.


setSetIndex

public void setSetIndex(int value)
Sets the value of the setIndex property.


getPatientId

public String getPatientId()
Gets the value of the patientId property.

Returns:
possible object is String

setPatientId

public void setPatientId(String value)
Sets the value of the patientId property.

Parameters:
value - allowed object is String

getEncounterId

public String getEncounterId()
Gets the value of the encounterId property.

Returns:
possible object is String

setEncounterId

public void setEncounterId(String value)
Sets the value of the encounterId property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.