受试者取消医生

This commit is contained in:
2022-07-29 11:03:40 +08:00
parent 0b5cd87212
commit 283bbd29e5
8 changed files with 97 additions and 8 deletions
@@ -141,6 +141,25 @@ namespace IRaCIS.Core.Application.ViewModel
public string Note { get; set; } = string.Empty;
}
public class CancelDoctorCommand
{
public Guid TrialId { get; set; }
public Guid SubjectId { get; set; }
public string Note { get; set; }
}
public class SubjectCancelDoctorView
{
public Guid SubjectId { get; set; }
public string Note { get; set; }
public DateTime CreateTime { get; set; }
}
public class TrialDoctorUserSelectView
{
public Guid TrialId { get; set; }