@@ -5,7 +5,9 @@
|
||||
//--------------------------------------------------------------------
|
||||
|
||||
|
||||
using IRaCIS.Application.Contracts;
|
||||
using IRaCIS.Core.Application.ViewModel;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace IRaCIS.Core.Application.Service
|
||||
{
|
||||
@@ -18,6 +20,13 @@ namespace IRaCIS.Core.Application.Service
|
||||
|
||||
Task AddConvertedTask(Guid taskId);
|
||||
|
||||
/// <summary>
|
||||
/// 导出
|
||||
/// </summary>
|
||||
/// <param name="inDto"></param>
|
||||
/// <returns></returns>
|
||||
Task<FileResult> ExportTemplateAsync(ExportTemplateAsyncDto inDto);
|
||||
|
||||
Task BaseCritrionGenerateVisitTask(Guid trialId, Guid confirmedTrialReadingCriterionId, bool? isManualSelectVisit = null, List<Guid>? subjectVisitIdList = null);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user