修改入组和PD逻辑
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-06-24 10:02:11 +08:00
parent b44c92f291
commit d9326a1e8e
6 changed files with 19894 additions and 51 deletions
@@ -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; }
}