@@ -613,7 +613,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
|||||||
{
|
{
|
||||||
public Guid Id { get; set; }
|
public Guid Id { get; set; }
|
||||||
|
|
||||||
public string Answer { get; set; }
|
public string Answer { get; set; } = string.Empty;
|
||||||
}
|
}
|
||||||
public class DicomReadingQuestionAnswer : ReadingQuestionTrial
|
public class DicomReadingQuestionAnswer : ReadingQuestionTrial
|
||||||
{
|
{
|
||||||
@@ -1205,9 +1205,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public Guid? OtherStudyId { get; set; }
|
public Guid? OtherStudyId { get; set; }
|
||||||
|
|
||||||
public string OtherMarkTool { get; set; }
|
public string OtherMarkTool { get; set; } = string.Empty;
|
||||||
|
|
||||||
public string OtherPicturePath { get; set; }
|
public string OtherPicturePath { get; set; } = string.Empty;
|
||||||
|
|
||||||
public int? OtherNumberOfFrames { get; set; }
|
public int? OtherNumberOfFrames { get; set; }
|
||||||
public string OtherMeasureData { get; set; } = string.Empty;
|
public string OtherMeasureData { get; set; } = string.Empty;
|
||||||
|
|||||||
Reference in New Issue
Block a user