修改稽查

This commit is contained in:
2022-12-07 15:14:07 +08:00
parent 39f8d62236
commit afd356de17
3 changed files with 32 additions and 8 deletions
@@ -2465,6 +2465,11 @@
标准类型
</summary>
</member>
<member name="P:IRaCIS.Core.Application.Service.Reading.Dto.GetReadingTaskDto.IseCRFShowInDicomReading">
<summary>
eCRF报告是否显示在图像页面
</summary>
</member>
<member name="P:IRaCIS.Core.Application.Service.Reading.Dto.GetReadingTaskDto.IsReadingTaskViewInOrder">
<summary>
任务展示访视 读片任务显示是否顺序
@@ -833,11 +833,22 @@ namespace IRaCIS.Application.Services
#region 访 - Dicom
/// <summary>
/// 修改Dicom阅片问题
/// 保存影像质量
/// </summary>
/// <param name="inDto"></param>
/// <returns></returns>
[HttpPost("{type:int}")]
[HttpPost]
public async Task<IResponseOutput> SaveImageQuality(ChangeDicomReadingQuestionAnswerInDto inDto)
{
return await ChangeDicomReadingQuestionAnswer(inDto);
}
/// <summary>
/// 修改肿瘤学评估结果
/// </summary>
/// <param name="inDto"></param>
/// <returns></returns>
[HttpPost]
public async Task<IResponseOutput> ChangeDicomReadingQuestionAnswer(ChangeDicomReadingQuestionAnswerInDto inDto)
{
await VerifyTaskIsSign(inDto.VisitTaskId);
@@ -862,6 +873,10 @@ namespace IRaCIS.Application.Services
}
/// <summary>
/// 删除表格行数据
/// </summary>