This commit is contained in:
he
2024-09-20 14:59:45 +08:00
595 changed files with 15232 additions and 19609 deletions
@@ -1,9 +1,4 @@
using IRaCIS.Core.Domain.Share;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace IRaCIS.Core.Application.ViewModel
{
@@ -14,13 +9,13 @@ namespace IRaCIS.Core.Application.ViewModel
public class CalculateTargetLesionStatusInDto
{
public Guid VisitTaskId { get; set;}
public Guid VisitTaskId { get; set; }
public Guid QuestionId { get; set; }
public decimal RowNumber { get; set; }
public decimal RowNumber { get; set; }
}
}
public class GetMeasuredValueTemplateInDto
{
@@ -33,20 +28,20 @@ namespace IRaCIS.Core.Application.ViewModel
public string RowIndex { get; set; }
public decimal AllPPD { get; set; }
public decimal AllPPD { get; set; }
public decimal AllLDi { get; set; }
public decimal AllLDi { get; set; }
public decimal AllSDi { get; set; }
}
public decimal AllSDi { get; set; }
}
public class GetSplitPPdInDto
public class GetSplitPPdInDto
{
public Guid VisitTaskId { get; set; }
}
public Guid VisitTaskId { get; set; }
}
public class ReadingTaskQuestionAnswerDto : ReadingTaskQuestionAnswer
public class ReadingTaskQuestionAnswerDto : ReadingTaskQuestionAnswer
{
public QuestionType QuestionType { get; set; }
}
@@ -64,7 +59,7 @@ namespace IRaCIS.Core.Application.ViewModel
/// <summary>
/// 靶病灶是否为IUPD或者ICPD
/// </summary>
public bool NewTargetLesionAssessmentIsIUorIC { get; set; }
public bool NewTargetLesionAssessmentIsIUorIC { get; set; }
}
@@ -76,7 +71,7 @@ namespace IRaCIS.Core.Application.ViewModel
public string Answer { get; set; } = string.Empty;
}
public class VisitStudyTime
@@ -108,7 +103,7 @@ namespace IRaCIS.Core.Application.ViewModel
/// </summary>
public DateTime? StudyTime { get; set; }
}
public class AddTaskLesionAnswerFromLastTaskOutDto
@@ -269,7 +264,7 @@ namespace IRaCIS.Core.Application.ViewModel
/// <summary>
/// 当有“存在”或“太小”状态的非淋巴结新靶病灶
/// </summary>
public bool ExixtsOrLessNoLymphTarget{ get; set; }
public bool ExixtsOrLessNoLymphTarget { get; set; }
}
/// <summary>
@@ -308,7 +303,7 @@ namespace IRaCIS.Core.Application.ViewModel
///// </summary>
//public class NewLesionAfterTriggeringiRECSITAssessmentDto
//{
//}
public class IRECISTNewNoTargetLesionDto