This commit is contained in:
he
2023-09-22 17:34:09 +08:00
parent 2c119e900c
commit 6020248afc
2 changed files with 46 additions and 0 deletions
@@ -1038,6 +1038,30 @@ 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>
/// InstanceId
/// </summary>
public Guid? OtherInstanceId { get; set; }
/// <summary>
/// SeriesId
/// </summary>
public Guid? OtherSeriesId { get; set; }
/// <summary>
/// StudyId
/// </summary>
public Guid? OtherStudyId { get; set; }
public string? OtherMarkTool { get; set; }
public string? OtherPicturePath { get; set; }
public int? OtherNumberOfFrames { get; set; }
public string? OtherMeasureData { get; set; } = string.Empty;
}
public class GetReadingQuestionAndAnswerInDto
{