复制修改

IRC_NewDev
he 2024-12-25 16:40:15 +08:00
parent 6f775a3303
commit bf3d3be6c9
2 changed files with 3 additions and 28 deletions

View File

@ -111,32 +111,14 @@ namespace IRaCIS.Core.Application.ViewModel
public Guid VisitTaskId { get; set; } public Guid VisitTaskId { get; set; }
public Guid TrialId { get; set; }
public Guid QuestionId { get; set; } public Guid QuestionId { get; set; }
public Guid? InstanceId { get; set; }
public Guid? SeriesId { get; set; }
public Guid? StudyId { get; set; }
public string MarkTool { get; set; } = string.Empty;
public string PicturePath { get; set; } = string.Empty;
public int? NumberOfFrames { get; set; }
public string MeasureData { get; set; } = string.Empty;
public Guid? FirstAddTaskId { get; set; } public Guid? FirstAddTaskId { get; set; }
public QuestionType? QuestionType { get; set; } public QuestionType? QuestionType { get; set; }
public string OrderMarkName { get; set; } = string.Empty; public string OrderMarkName { get; set; } = string.Empty;
public Guid? OtherInstanceId { get; set; }
public Guid? OtherSeriesId { get; set; }
public Guid? OtherStudyId { get; set; }
/// <summary> /// <summary>
/// 表格问题标记 /// 表格问题标记
/// </summary> /// </summary>
@ -145,12 +127,7 @@ namespace IRaCIS.Core.Application.ViewModel
public Guid? TableQuestionId { get; set; } public Guid? TableQuestionId { get; set; }
public decimal? RowIndex { get; set; } public decimal? RowIndex { get; set; }
public string OtherMarkTool { get; set; } = string.Empty;
public string OtherPicturePath { get; set; } = string.Empty;
public int? OtherNumberOfFrames { get; set; }
public string OtherMeasureData { get; set; } = string.Empty;
} }
public class AddTaskLesionAnswerFromLastTaskOutDto public class AddTaskLesionAnswerFromLastTaskOutDto

View File

@ -384,8 +384,6 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
marks.ForEach(x => { marks.ForEach(x => {
x.VisitTaskId = visitTaskId; x.VisitTaskId = visitTaskId;
}); });
List<ReadingTableAnswerRowInfo> rowlist = new List<ReadingTableAnswerRowInfo>(); List<ReadingTableAnswerRowInfo> rowlist = new List<ReadingTableAnswerRowInfo>();