修改
This commit is contained in:
@@ -1920,6 +1920,20 @@
|
||||
<param name="inDto"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:IRaCIS.Core.Application.Service.ReadingCalculate.LuganoCalculateService.GetSuvMaxFocus(IRaCIS.Core.Application.Service.Reading.Dto.ReadingCalculateDto)">
|
||||
<summary>
|
||||
SuvMax所在病灶
|
||||
</summary>
|
||||
<param name="inDto"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:IRaCIS.Core.Application.Service.ReadingCalculate.LuganoCalculateService.GetSuvMax(IRaCIS.Core.Application.Service.Reading.Dto.ReadingCalculateDto)">
|
||||
<summary>
|
||||
最大sum
|
||||
</summary>
|
||||
<param name="inDto"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:IRaCIS.Core.Application.Service.ReadingCalculate.LuganoCalculateService.GetImgOncology(IRaCIS.Core.Application.Service.Reading.Dto.ReadingCalculateDto)">
|
||||
<summary>
|
||||
影像学整体肿瘤评估
|
||||
@@ -4204,6 +4218,11 @@
|
||||
病灶类型
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:IRaCIS.Core.Application.Service.Reading.Dto.QuestionInfo.OrderMark">
|
||||
<summary>
|
||||
序号标记
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:IRaCIS.Core.Application.Service.Reading.Dto.TableQuestionInfo.Answer">
|
||||
<summary>
|
||||
答案
|
||||
@@ -5054,6 +5073,21 @@
|
||||
MeasureData
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:IRaCIS.Core.Application.Service.Reading.Dto.QuestionMarkInfo.OtherInstanceId">
|
||||
<summary>
|
||||
InstanceId
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:IRaCIS.Core.Application.Service.Reading.Dto.QuestionMarkInfo.OtherSeriesId">
|
||||
<summary>
|
||||
SeriesId
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:IRaCIS.Core.Application.Service.Reading.Dto.QuestionMarkInfo.OtherStudyId">
|
||||
<summary>
|
||||
StudyId
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:IRaCIS.Core.Application.Service.Reading.Dto.GetReadingQuestionAndAnswerInDto.QuestionClassify">
|
||||
<summary>
|
||||
问题分类
|
||||
|
||||
@@ -1920,21 +1920,21 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
|
||||
public int? NumberOfFrames { get; set; }
|
||||
|
||||
public string? FromMark { get; set; }
|
||||
public string FromMark { get; set; } = string.Empty;
|
||||
|
||||
public string? ReportMark { get; set; }
|
||||
public string ReportMark { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// 标记工具
|
||||
/// </summary>
|
||||
public string? MarkTool { get; set; }
|
||||
public string MarkTool { get; set; } = string.Empty;
|
||||
|
||||
public decimal RowIndex { get; set; }
|
||||
public decimal RowIndex { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 截图地址
|
||||
/// </summary>
|
||||
public string? PicturePath { get; set; }
|
||||
public string PicturePath { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// 任务Id
|
||||
@@ -1946,9 +1946,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
/// </summary>
|
||||
public Guid TrialId { get; set; }
|
||||
|
||||
public string? MeasureData { get; set; }
|
||||
public string MeasureData { get; set; } = string.Empty;
|
||||
|
||||
public string? OtherMeasureData { get; set; } = string.Empty;
|
||||
public string? OtherMeasureData { get; set; } = string.Empty;
|
||||
|
||||
public Guid? SeriesId { get; set; }
|
||||
|
||||
@@ -1966,7 +1966,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
}
|
||||
}
|
||||
|
||||
public bool? IsCanEditPosition { get; set; } = false;
|
||||
public bool IsCanEditPosition { get; set; } = false;
|
||||
|
||||
public decimal FristAddTaskNum { get; set; } = 0;
|
||||
|
||||
@@ -1974,7 +1974,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
|
||||
public decimal? WL { get; set; }
|
||||
|
||||
public string? BlindName { get; set; } = string.Empty;
|
||||
public string BlindName { get; set; } = string.Empty;
|
||||
|
||||
public bool IsDicomReading { get; set; } = true;
|
||||
|
||||
|
||||
@@ -2061,7 +2061,7 @@ namespace IRaCIS.Application.Services
|
||||
|
||||
else
|
||||
{
|
||||
await _readingTableAnswerRowInfoRepository.UpdateFromDTOAsync(inDto) ;
|
||||
await _readingTableAnswerRowInfoRepository.NotUpdateEmptyAsync(inDto) ;
|
||||
|
||||
|
||||
foreach (var item in inDto.AnswerList)
|
||||
|
||||
Reference in New Issue
Block a user