Ejemplo n.º 1
0
 public gov.nih.nci.cagrid.ncia.stubs.GetNumberOfStudyTimePointForPatientResponse
     getNumberOfStudyTimePointForPatient(
         gov.nih.nci.cagrid.ncia.stubs.GetNumberOfStudyTimePointForPatientRequest params)
         throws RemoteException {
   gov.nih.nci.cagrid.ncia.stubs.GetNumberOfStudyTimePointForPatientResponse boxedResult =
       new gov.nih.nci.cagrid.ncia.stubs.GetNumberOfStudyTimePointForPatientResponse();
   boxedResult.setResponse(impl.getNumberOfStudyTimePointForPatient(params.getPatientId()));
   return boxedResult;
 }