This commit is contained in:
he
2024-04-11 11:08:34 +08:00
parent 4c05da8335
commit d2ff216396
5 changed files with 51 additions and 109 deletions
@@ -11,7 +11,18 @@ using System.Reflection.Metadata.Ecma335;
namespace IRaCIS.Core.Application.Service.Reading.Dto
{
public class GetPPDInfoInDto
public class GetIsSuvMaxLesionInDto
{
public Guid VisitTaskId { get; set; }
public Guid RowId { get; set; }
}
public class GetIsSuvMaxLesionOutDto
{
public bool IsSuvMaxLesion { get; set; }
}
public class GetPPDInfoInDto
{
public Guid VisitTaskId { get; set; }