Compare commits
No commits in common. "9a71e1fa0f98dfa033c70c812f2977bf3a72da34" and "c71b58e0e9344a5af0465637dd8421ab64a01670" have entirely different histories.
9a71e1fa0f
...
c71b58e0e9
|
@ -3,7 +3,6 @@ using IRaCIS.Core.Application.ViewModel;
|
|||
using IRaCIS.Core.Domain.Share;
|
||||
using IRaCIS.Core.Infra.EFCore.Common;
|
||||
using MassTransit;
|
||||
using Microsoft.AspNetCore.Http;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Microsoft.IdentityModel.Tokens;
|
||||
|
@ -26,7 +25,6 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
|||
IGeneralCalculateService _generalCalculateService,
|
||||
IRepository<ReadingTaskQuestionAnswer> _readingTaskQuestionAnswerRepository,
|
||||
IVisitTaskHelpeService _visitTaskHelpeService,
|
||||
IHttpContextAccessor httpContext,
|
||||
ILogger<IRECIST1Point1CalculateService> _logger) : BaseService, ICriterionCalculateService
|
||||
{
|
||||
|
||||
|
@ -587,20 +585,6 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
|||
});
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 导入IVUS数据
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
[HttpPost]
|
||||
public async Task UploadIVUSTemplate()
|
||||
{
|
||||
var request = httpContext.HttpContext!.Request;
|
||||
var File = request.Form.Files[0];
|
||||
Guid visitTaskId = Guid.Parse(request.Form["VisitTaskId"]);
|
||||
|
||||
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 计算斑块数据统计和PVA数据
|
||||
/// </summary>
|
||||
|
|
Loading…
Reference in New Issue