This commit is contained in:
he
2023-07-20 10:07:14 +08:00
parent b1cf4dc592
commit 5e5913255c
2 changed files with 7 additions and 1 deletions
@@ -27,6 +27,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Guid TrialId { get; set; }
public Guid? SubjectId { get; set; }
public string? SubjectCode { get; set; }
}
@@ -153,7 +155,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Guid TrialId { get; set; }
public Guid? ReadModuleId { get; set; }
}
public string? SubjectCode { get; set; }
}
public class CRCCancelConfirmClinicalInDto
{