using IRaCIS.Core.Application.ViewModel;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace IRaCIS.Core.Application.Service.ReadingCalculate.Interface
{
public interface ILuganoCalculateService
{
///
/// 计算靶病灶状态
///
///
///
Task CalculateTargetLesionStatus(CalculateTargetLesionStatusInDto inDto);
}
}