From a5016b2ad5a9de9dcff625f8a149d64abf6e71d2 Mon Sep 17 00:00:00 2001 From: helongjun Date: Thu, 4 Jan 2024 16:32:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=8E=E7=AB=AF=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E8=AF=AD=E5=9B=BD=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Resources/en-US.json | 4 ++-- IRaCIS.Core.Application/Service/QC/QCOperationService.cs | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/IRaCIS.Core.Application/Resources/en-US.json b/IRaCIS.Core.Application/Resources/en-US.json index a03e0a7..9b0a1e4 100644 --- a/IRaCIS.Core.Application/Resources/en-US.json +++ b/IRaCIS.Core.Application/Resources/en-US.json @@ -25,8 +25,8 @@ "Study_VisitAfterVisitOverError": "The current study batch check time {0} cannot be later than the subject study over time {1} .Please check whether the check data is correct.", "Study_VisitBeforePrevError": "The current study batch check time {0} cannot be earlier than the previous study batch check time {1}. Please check whether the check data is correct.", "Study_VisitAfterSubseqError": "The current study batch check time {0} cannot be later than the study batch check time {1} .Please check whether the check data is correct.", - "Study_UploadArchiving": "Someone is currently uploading and archiving this study !", - "Study_VisitEndedNotAllowed": "Subject study is over, and uploading is not allowed!", + "Study_UploadArchiving": "Someone is currently uploading and archiving this study batch !", + "Study_VisitEndedNotAllowed": "Subject study batch is over, and uploading is not allowed!", "Study_ImgAlreadyUploaded": "Uploading is not allowed above here.The current image study has already been uploaded to {1} of Subject {0}.", diff --git a/IRaCIS.Core.Application/Service/QC/QCOperationService.cs b/IRaCIS.Core.Application/Service/QC/QCOperationService.cs index e56f1cf..e9093e1 100644 --- a/IRaCIS.Core.Application/Service/QC/QCOperationService.cs +++ b/IRaCIS.Core.Application/Service/QC/QCOperationService.cs @@ -1120,17 +1120,17 @@ namespace IRaCIS.Core.Application.Image.QA if (dbSubjectVisitList.Any(t => t.SubmitState == SubmitStateEnum.None)) { - return ResponseOutput.NotOk("There's visit which did not upload any image, the submission is not allowed."); + return ResponseOutput.NotOk("There's study batch which did not upload any image, the submission is not allowed."); } //单个提交提示信息 if (dbSubjectVisitList.Count() == 1 && dbSubjectVisitList.First().SubmitState == SubmitStateEnum.Submitted) { - return ResponseOutput.NotOk("Images of the current visit have been submitted by other IC.", 3, ApiResponseCodeEnum.NeedTips); + return ResponseOutput.NotOk("Images of the current study batch have been submitted by other IC.", 3, ApiResponseCodeEnum.NeedTips); } else if (dbSubjectVisitList.Any(t => t.SubmitState == SubmitStateEnum.Submitted)) { - return ResponseOutput.NotOk("Images of the visits to be submitted in batch, some of which have been submitted by other IC.", 3, ApiResponseCodeEnum.NeedTips); + return ResponseOutput.NotOk("Images of the study batches to be submitted in batch, some of which have been submitted by other IC.", 3, ApiResponseCodeEnum.NeedTips); } //获取确认的临床数据配置