修改添加

This commit is contained in:
2022-07-29 11:32:48 +08:00
parent 283bbd29e5
commit 904d5f3a3d
3 changed files with 21 additions and 10 deletions
@@ -244,7 +244,7 @@ namespace IRaCIS.Core.Application.ViewModel
public string? TaskCode { get; set; }
public String? TrialSiteCode { get; set; }
public String? TrialSiteCode { get; set; }
public ReReadingApplyState? ReReadingApplyState { get; set; }
@@ -398,7 +398,7 @@ namespace IRaCIS.Core.Application.ViewModel
}
public class SubjectUserDTO: SubjectUserView
public class SubjectUserDTO : SubjectUserView
{
public bool IsHaveReading { get; set; }
}
@@ -418,6 +418,13 @@ namespace IRaCIS.Core.Application.ViewModel
}
public class CancelSubjectDoctorCommand
{
public List<CancelSubjectAssignedDoctorCommand> CancelList { get; set; }
public string Note { get; set; } = string.Empty;
}
public class SubjectAssignView