Excel 导表增加受试者状态列

This commit is contained in:
2025-07-28 17:19:08 +08:00
parent fee78546c0
commit 5bebaa247a
3 changed files with 8 additions and 1 deletions
@@ -1251,6 +1251,8 @@ namespace IRaCIS.Core.Application.Service.Common
//Uploader = t.Uploader.UserName,
//UploadTime = t.CreateTime
SubjectStatus=t.Subject.Status
});
var svExpression2 = QCCommon.GetNoneDicomStudySubjectVisitFilter(studyQuery.VisitPlanArray);
@@ -1283,7 +1285,7 @@ namespace IRaCIS.Core.Application.Service.Common
//Uploader = t.CreateUser.UserName,
//UploadTime = t.CreateTime
SubjectStatus = t.Subject.Status
});