public gov.nih.nci.cagrid.ncia.stubs.RetrieveDicomDataResponse retrieveDicomData( gov.nih.nci.cagrid.ncia.stubs.RetrieveDicomDataRequest params) throws RemoteException { gov.nih.nci.cagrid.ncia.stubs.RetrieveDicomDataResponse boxedResult = new gov.nih.nci.cagrid.ncia.stubs.RetrieveDicomDataResponse(); boxedResult.setTransferServiceContextReference( impl.retrieveDicomData(params.getCQLQuery().getCQLQuery())); return boxedResult; }
public gov.nih.nci.cagrid.ncia.stubs.GetRepresentativeImageBySeriesResponse getRepresentativeImageBySeries( gov.nih.nci.cagrid.ncia.stubs.GetRepresentativeImageBySeriesRequest params) throws RemoteException { gov.nih.nci.cagrid.ncia.stubs.GetRepresentativeImageBySeriesResponse boxedResult = new gov.nih.nci.cagrid.ncia.stubs.GetRepresentativeImageBySeriesResponse(); boxedResult.setImage(impl.getRepresentativeImageBySeries(params.getSeriesInstanceUID())); return boxedResult; }
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; }
public gov.nih.nci.cagrid.ncia.stubs.RetrieveDicomDataBySeriesUIDsResponse retrieveDicomDataBySeriesUIDs( gov.nih.nci.cagrid.ncia.stubs.RetrieveDicomDataBySeriesUIDsRequest params) throws RemoteException { gov.nih.nci.cagrid.ncia.stubs.RetrieveDicomDataBySeriesUIDsResponse boxedResult = new gov.nih.nci.cagrid.ncia.stubs.RetrieveDicomDataBySeriesUIDsResponse(); boxedResult.setTransferServiceContextReference( impl.retrieveDicomDataBySeriesUIDs(params.getSeriesInstanceUids())); return boxedResult; }
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; }