IRC_NewDev
he 2024-03-08 11:49:25 +08:00
parent 7d9f4864d0
commit 6aa8628c0c
1 changed files with 0 additions and 30 deletions

View File

@ -770,36 +770,6 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public string RowMark { 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 CopyTableAnswerRowInfo : ReadingTableAnswerRowInfoBase