diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml index dcda22ad5..204f089af 100644 --- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml +++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml @@ -6706,6 +6706,13 @@ + + + 批量删除项目标准医学审核问题 + + + + 从系统里面选择问题添加到项目里面 @@ -9027,6 +9034,11 @@ 是否有阅片期 + + + 是否加急 + + 阅片平台 @@ -9347,6 +9359,11 @@ 肿瘤学阅片 原字段 IsClinicalReading + + + 是否加急 + + QC流程 0 不审,1 单审,2双审 diff --git a/IRaCIS.Core.Application/Resources/en-US.json b/IRaCIS.Core.Application/Resources/en-US.json index b65ee3846..829a4985c 100644 --- a/IRaCIS.Core.Application/Resources/en-US.json +++ b/IRaCIS.Core.Application/Resources/en-US.json @@ -371,7 +371,7 @@ "QCOperation_NoRecipient": "You are not the current recipient of the quality control task, no operation authority!", "QCOperation_QCImageTaskAlreadyReleased": "The image QC of the current visit has been released by the original recipient. You can get it by 'claime'.", "QCOperation_QCTaskNoAccess": "The image quality control task of the current visit has been claimed by other QC, so it is not allowed to claim.", - "QCOperation_QCConfigFirst": "Please configure the image QC question before claiming the image QC task.", + "QCOperation_QCConfigFirst": "Please configure the image QC questions before claiming any image QC work.", "QCOperation_NoQC": "The trial configuration of image QC was not check, and the QC Task was not be claimed.", "QCOperation_InitialAuditPassed": "The first review has passed, continue to receive can not be allowed.", "QCOperation_NoSingleAudit": "The trial is configured with single image QC , does not meet Submmit State: Submitted or Audit State: pending QC/ in QC, not allowed to collect.Please refresh the page.", diff --git a/IRaCIS.Core.Application/Service/Reading/MedicalAudit/ReadingMedicineQuestionService.cs b/IRaCIS.Core.Application/Service/Reading/MedicalAudit/ReadingMedicineQuestionService.cs index 430c41ef7..94fcf1e41 100644 --- a/IRaCIS.Core.Application/Service/Reading/MedicalAudit/ReadingMedicineQuestionService.cs +++ b/IRaCIS.Core.Application/Service/Reading/MedicalAudit/ReadingMedicineQuestionService.cs @@ -453,7 +453,7 @@ namespace IRaCIS.Core.Application.Service } /// - /// 批量删除医学审核问题 + /// 批量删除项目标准医学审核问题 /// /// ///