Excel 导表增加受试者状态列
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user