修改一致性核查话语
This commit is contained in:
@@ -113,7 +113,7 @@ namespace IRaCIS.Core.Application.MediatR.Handlers
|
||||
var dbSV = (await _subjectVisitRepository.FirstOrDefaultAsync(t => t.Id == sv.SubjectVisitId)).IfNullThrowException();
|
||||
|
||||
|
||||
// 该访视 在ETC Excel中没有任何数据
|
||||
// 该访视 在EDC Excel中没有任何数据
|
||||
if (etcVisitStudyList.Count == 0)
|
||||
{
|
||||
dialogMsg.AppendLine($"<br/>");
|
||||
@@ -122,7 +122,7 @@ namespace IRaCIS.Core.Application.MediatR.Handlers
|
||||
foreach (var item in sv.StudyList)
|
||||
{
|
||||
num++;
|
||||
dialogMsg.AppendLine($"<br>{num}.{item.StudyDate} {item.Modality} 在导入文件中不存在");
|
||||
dialogMsg.AppendLine($"<br>{num}.{item.StudyDate}的{item.Modality}影像检查(EDC 缺少) ");
|
||||
}
|
||||
|
||||
dialogMsg.AppendLine($"<br/>");
|
||||
|
||||
Reference in New Issue
Block a user