测试肿瘤学评估
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2025-04-08 09:31:36 +08:00
parent b79b4567b4
commit 8213c6d10f
3 changed files with 53 additions and 0 deletions
@@ -291,6 +291,23 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public List<string> SheetNames { get; set; }
}
public class TestOncologyDto
{
public Guid Id { get; set; }
public string TargetLesion { get; set; }
public string NonTargetLesions { get; set; }
public string NewLesion { get; set; }
public string OverallEfficacy { get; set; }
}
/// <summary>
/// 阅片计算Dto
/// </summary>