@@ -306,8 +306,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
|
||||
public decimal FristAddTaskNum { get; set; }
|
||||
|
||||
public string? OtherMeasureData { get; set; } = string.Empty;
|
||||
public string MeasureData { get; set; }
|
||||
public string OtherMeasureData { get; set; } = string.Empty;
|
||||
public string MeasureData { get; set; } = string.Empty;
|
||||
|
||||
public List<TableQuestionInfo> TableQuestionList { get; set; } = new List<TableQuestionInfo>();
|
||||
}
|
||||
|
||||
@@ -37,7 +37,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
/// <summary>
|
||||
/// 文件类型
|
||||
/// </summary>
|
||||
public string? FileType { get; set; }
|
||||
public string FileType { get; set; }=string.Empty;
|
||||
public Guid QuestionId { get; set; }
|
||||
|
||||
public Guid TableQuestionId { get; set; }
|
||||
@@ -1096,7 +1096,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
public string MeasureData { get; set; }
|
||||
|
||||
|
||||
public string? OtherMeasureData { get; set; }
|
||||
public string OtherMeasureData { get; set; }
|
||||
public int ShowOrder { get; set; }
|
||||
|
||||
|
||||
@@ -1119,9 +1119,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
/// </summary>
|
||||
public Guid? OtherStudyId { get; set; }
|
||||
|
||||
public string? OtherMarkTool { get; set; }
|
||||
public string OtherMarkTool { get; set; }
|
||||
|
||||
public string? OtherPicturePath { get; set; }
|
||||
public string OtherPicturePath { get; set; }
|
||||
|
||||
public int? OtherNumberOfFrames { get; set; }
|
||||
|
||||
@@ -1187,7 +1187,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
|
||||
public QuestionType? QuestionType { get; set; }
|
||||
|
||||
public string? OrderMarkName { get; set; } = string.Empty;
|
||||
public string OrderMarkName { get; set; } = string.Empty;
|
||||
|
||||
|
||||
/// <summary>
|
||||
@@ -1205,12 +1205,12 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
/// </summary>
|
||||
public Guid? OtherStudyId { get; set; }
|
||||
|
||||
public string? OtherMarkTool { get; set; }
|
||||
public string OtherMarkTool { get; set; }
|
||||
|
||||
public string? OtherPicturePath { get; set; }
|
||||
public string OtherPicturePath { get; set; }
|
||||
|
||||
public int? OtherNumberOfFrames { get; set; }
|
||||
public string? OtherMeasureData { get; set; } = string.Empty;
|
||||
public string OtherMeasureData { get; set; } = string.Empty;
|
||||
}
|
||||
public class GetReadingQuestionAndAnswerInDto
|
||||
{
|
||||
@@ -1626,7 +1626,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
/// <summary>
|
||||
/// 文件类型
|
||||
/// </summary>
|
||||
public string? FileType { get; set; }
|
||||
public string FileType { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// 字典code
|
||||
@@ -2165,14 +2165,14 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
/// <summary>
|
||||
/// 标记工具
|
||||
/// </summary>
|
||||
public string? MarkTool { get; set; }
|
||||
public string MarkTool { get; set; }
|
||||
|
||||
public decimal RowIndex { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 截图地址
|
||||
/// </summary>
|
||||
public string? PicturePath { get; set; }
|
||||
public string PicturePath { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 任务Id
|
||||
@@ -2184,9 +2184,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
/// </summary>
|
||||
public Guid TrialId { get; set; }
|
||||
|
||||
public string? MeasureData { get; set; }
|
||||
public string MeasureData { get; set; }
|
||||
|
||||
public string? OtherMeasureData { get; set; }
|
||||
public string OtherMeasureData { get; set; }
|
||||
|
||||
public Guid? SeriesId { get; set; }
|
||||
|
||||
@@ -2212,7 +2212,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
|
||||
public decimal? WL { get; set; }
|
||||
|
||||
public string? BlindName { get; set; }
|
||||
public string BlindName { get; set; }
|
||||
|
||||
public bool IsDicomReading { get; set; } = true;
|
||||
|
||||
@@ -2232,9 +2232,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
/// </summary>
|
||||
public Guid? OtherStudyId { get; set; }
|
||||
|
||||
public string? OtherMarkTool { get; set; }
|
||||
public string OtherMarkTool { get; set; }
|
||||
|
||||
public string? OtherPicturePath { get; set; }
|
||||
public string OtherPicturePath { get; set; }
|
||||
|
||||
public int? OtherNumberOfFrames { get; set; }
|
||||
|
||||
|
||||
@@ -383,7 +383,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
/// <summary>
|
||||
/// 文件类型
|
||||
/// </summary>
|
||||
public string? FileType { get; set; }
|
||||
public string FileType { get; set; }=string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// 自定义单位
|
||||
@@ -507,7 +507,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
/// <summary>
|
||||
/// 文件类型
|
||||
/// </summary>
|
||||
public string? FileType { get; set; }
|
||||
public string FileType { get; set; } = string.Empty;
|
||||
public Guid? Id { get; set; }
|
||||
public Guid ReadingQuestionId { get; set; }
|
||||
public string Type { get; set; } = string.Empty;
|
||||
@@ -1080,7 +1080,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
/// <summary>
|
||||
/// 文件类型
|
||||
/// </summary>
|
||||
public string? FileType { get; set; }
|
||||
public string FileType { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// 数据来源
|
||||
@@ -1159,7 +1159,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
/// <summary>
|
||||
/// 文件类型
|
||||
/// </summary>
|
||||
public string? FileType { get; set; }
|
||||
public string FileType { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// Id
|
||||
@@ -1680,7 +1680,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
/// <summary>
|
||||
/// 文件类型
|
||||
/// </summary>
|
||||
public string? FileType { get; set; }
|
||||
public string FileType { get; set; }=string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// 数据来源
|
||||
@@ -2076,7 +2076,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
/// <summary>
|
||||
/// 文件类型
|
||||
/// </summary>
|
||||
public string? FileType { get; set; }
|
||||
public string FileType { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// 自定义单位
|
||||
|
||||
Reference in New Issue
Block a user