Ejemplo n.º 1
0
 public gov.nih.nci.cagrid.ncia.stubs.RetrieveDicomDataByNthStudyTimePointForPatientResponse
     retrieveDicomDataByNthStudyTimePointForPatient(
         gov.nih.nci.cagrid.ncia.stubs.RetrieveDicomDataByNthStudyTimePointForPatientRequest
             params)
         throws RemoteException {
   gov.nih.nci.cagrid.ncia.stubs.RetrieveDicomDataByNthStudyTimePointForPatientResponse
       boxedResult =
           new gov.nih.nci.cagrid.ncia.stubs
               .RetrieveDicomDataByNthStudyTimePointForPatientResponse();
   boxedResult.setTransferServiceContextReference(
       impl.retrieveDicomDataByNthStudyTimePointForPatient(
           params.getPatientId(), params.getStudyTimepoint()));
   return boxedResult;
 }