Uat_Study
he 2023-07-04 13:55:16 +08:00
parent e6dd0f0abe
commit b2fc4b9886
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@ namespace IRaCIS.Core.Application.Service
var subjects = await _subjectRepository.Where(x => x.TrialId == inDto.TrialId).Select(x => new GetCRCSubjectClinicalResultDto()
{
SubjectId = x.Id,