@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user