修改一致性核查话语

This commit is contained in:
2023-02-15 09:42:37 +08:00
parent 5518770cf6
commit 8ae0ae96e3
3 changed files with 4 additions and 4 deletions
@@ -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}&nbsp;&nbsp;{item.Modality} 在导入文件中不存在");
dialogMsg.AppendLine($"<br>{num}.{item.StudyDate}{item.Modality}影像检查(EDC 缺少) ");
}
dialogMsg.AppendLine($"<br/>");