@@ -31,6 +31,8 @@ namespace IRaCIS.Application.Contracts
|
||||
|
||||
|
||||
|
||||
[Comment("受试者退出")]
|
||||
public bool IsSubjectQuit { get; set; }
|
||||
|
||||
|
||||
//public DateTime? OutEnrollmentTime { get; set; }
|
||||
@@ -58,6 +60,8 @@ namespace IRaCIS.Application.Contracts
|
||||
public string Reason { get; set; } = string.Empty;
|
||||
|
||||
public Guid? FinalSubjectVisitId { get; set; }
|
||||
|
||||
public bool IsSubjectQuit { get; set; }
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user