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

Packages that use PatientDataType
edu.harvard.i2b2.crc.datavo.pdo Package level documentation for generated package primer.myPo. 
edu.harvard.i2b2.crc.datavo.pdo.query   
 

Uses of PatientDataType in edu.harvard.i2b2.crc.datavo.pdo
 

Methods in edu.harvard.i2b2.crc.datavo.pdo that return PatientDataType
 PatientDataType ObjectFactory.createPatientDataType()
          Create an instance of PatientDataType
 

Methods in edu.harvard.i2b2.crc.datavo.pdo that return types with arguments of type PatientDataType
 JAXBElement<PatientDataType> ObjectFactory.createPatientData(PatientDataType value)
          Create an instance of JAXBElement<PatientDataType>}
 

Methods in edu.harvard.i2b2.crc.datavo.pdo with parameters of type PatientDataType
 JAXBElement<PatientDataType> ObjectFactory.createPatientData(PatientDataType value)
          Create an instance of JAXBElement<PatientDataType>}
 

Uses of PatientDataType in edu.harvard.i2b2.crc.datavo.pdo.query
 

Fields in edu.harvard.i2b2.crc.datavo.pdo.query declared as PatientDataType
protected  PatientDataType PatientDataResponseType.patientData
           
 

Methods in edu.harvard.i2b2.crc.datavo.pdo.query that return PatientDataType
 PatientDataType PatientDataResponseType.getPatientData()
          Gets the value of the patientData property.
 

Methods in edu.harvard.i2b2.crc.datavo.pdo.query with parameters of type PatientDataType
 void PatientDataResponseType.setPatientData(PatientDataType value)
          Sets the value of the patientData property.
 



Copyright © 2011. All Rights Reserved.