修改签名逻辑

This commit is contained in:
2022-11-29 15:37:33 +08:00
parent 458e3bc74b
commit 57617d9cf5
5 changed files with 17 additions and 18 deletions
@@ -127,6 +127,9 @@ namespace IRaCIS.Core.Application.ViewModel
public string FullName { get; set; }
public string UserTypeShortName { get; set; }
public bool IsClinicalDataSigned { get; set; } = false;
}
public class UserSimpleInfo
@@ -156,7 +159,6 @@ namespace IRaCIS.Core.Application.ViewModel
public ReReadingApplyState ReReadingApplyState { get; set; }
public DateTime? SuggesteFinishedTime { get; set; }
public bool IsClinicalDataSigned { get; set; } = false;
}
@@ -168,10 +170,7 @@ namespace IRaCIS.Core.Application.ViewModel
public bool IsReReadingOrBackInfluenceAnalysis { get; set; }
}
//public class IRReReadingTaskView: ReReadingTaskView
//{
//}
public class ReReadingTaskView
{
@@ -228,11 +227,6 @@ namespace IRaCIS.Core.Application.ViewModel
public class IRUnReadSubjectView
{
//public Guid SiteId { get; set; }
//public String TrialSiteCode { get; set; } = String.Empty;
//public Guid TrialId { get; set; }
public int Index { get; set; } = 0;
public Guid SubjectId { get; set; }
@@ -271,6 +265,8 @@ namespace IRaCIS.Core.Application.ViewModel
public DateTime? SuggesteFinishedTime { get; set; }
public Guid TrialReadingCriterionId { get; set; }
public bool IsClinicalDataSigned { get; set; } = false;
}