增加Global Using
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-20 10:19:08 +08:00
parent 115017197b
commit fc30cb39ee
408 changed files with 11031 additions and 12556 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,34 +9,34 @@ 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 GetSplitPPdOutDto
{
public Guid RowId { get; set; }
public class GetSplitPPdOutDto
{
public Guid RowId { get; set; }
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; }
}
@@ -59,7 +54,7 @@ namespace IRaCIS.Core.Application.ViewModel
/// <summary>
/// 靶病灶是否为IUPD或者ICPD
/// </summary>
public bool NewTargetLesionAssessmentIsIUorIC { get; set; }
public bool NewTargetLesionAssessmentIsIUorIC { get; set; }
}
@@ -71,7 +66,7 @@ namespace IRaCIS.Core.Application.ViewModel
public string Answer { get; set; } = string.Empty;
}
public class VisitStudyTime
@@ -103,7 +98,7 @@ namespace IRaCIS.Core.Application.ViewModel
/// </summary>
public DateTime? StudyTime { get; set; }
}
public class AddTaskLesionAnswerFromLastTaskOutDto
@@ -264,7 +259,7 @@ namespace IRaCIS.Core.Application.ViewModel
/// <summary>
/// 当有“存在”或“太小”状态的非淋巴结新靶病灶
/// </summary>
public bool ExixtsOrLessNoLymphTarget{ get; set; }
public bool ExixtsOrLessNoLymphTarget { get; set; }
}
/// <summary>
@@ -303,7 +298,7 @@ namespace IRaCIS.Core.Application.ViewModel
///// </summary>
//public class NewLesionAfterTriggeringiRECSITAssessmentDto
//{
//}
public class IRECISTNewNoTargetLesionDto