Uat_Study
hang 2023-06-14 14:38:31 +08:00
commit c462dbb745
3 changed files with 19 additions and 2 deletions

View File

@ -6706,6 +6706,13 @@
</summary> </summary>
<returns></returns> <returns></returns>
</member> </member>
<member name="M:IRaCIS.Core.Application.Service.ReadingMedicineQuestionService.BatchDeteteCriterionMedicineQuestion(IRaCIS.Core.Application.ViewModel.BatchDeteteCriterionMedicineQuestionInDto)">
<summary>
批量删除项目标准医学审核问题
</summary>
<param name="inDto"></param>
<returns></returns>
</member>
<member name="M:IRaCIS.Core.Application.Service.ReadingMedicineQuestionService.AddTrialDataFromSystem(IRaCIS.Core.Application.ViewModel.AddTrialDataFromSystemInDto)"> <member name="M:IRaCIS.Core.Application.Service.ReadingMedicineQuestionService.AddTrialDataFromSystem(IRaCIS.Core.Application.ViewModel.AddTrialDataFromSystemInDto)">
<summary> <summary>
从系统里面选择问题添加到项目里面 从系统里面选择问题添加到项目里面
@ -9027,6 +9034,11 @@
是否有阅片期 是否有阅片期
</summary> </summary>
</member> </member>
<member name="P:IRaCIS.Core.Application.Contracts.GetTrialReadingInfoOutDto.IsUrgent">
<summary>
是否加急
</summary>
</member>
<member name="P:IRaCIS.Core.Application.Contracts.GetTrialReadingInfoOutDto.ImagePlatform"> <member name="P:IRaCIS.Core.Application.Contracts.GetTrialReadingInfoOutDto.ImagePlatform">
<summary> <summary>
阅片平台 阅片平台
@ -9347,6 +9359,11 @@
肿瘤学阅片 原字段 IsClinicalReading 肿瘤学阅片 原字段 IsClinicalReading
</summary> </summary>
</member> </member>
<member name="P:IRaCIS.Core.Application.Contracts.SetCriterionReadingInfoInDto.IsUrgent">
<summary>
是否加急
</summary>
</member>
<member name="P:IRaCIS.Core.Application.Contracts.TrialConfigDTO.QCProcessEnum"> <member name="P:IRaCIS.Core.Application.Contracts.TrialConfigDTO.QCProcessEnum">
<summary> <summary>
QC流程 0 不审1 单审2双审 QC流程 0 不审1 单审2双审

View File

@ -371,7 +371,7 @@
"QCOperation_NoRecipient": "You are not the current recipient of the quality control task, no operation authority!", "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_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_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_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_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.", "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.",

View File

@ -453,7 +453,7 @@ namespace IRaCIS.Core.Application.Service
} }
/// <summary> /// <summary>
/// 批量删除医学审核问题 /// 批量删除项目标准医学审核问题
/// </summary> /// </summary>
/// <param name="inDto"></param> /// <param name="inDto"></param>
/// <returns></returns> /// <returns></returns>