受试者取消医生
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user