@@ -52,7 +52,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||
public QuestionType? QuestionType { get; set; }
|
||||
|
||||
|
||||
public string? OrderMarkName { get; set; } = string.Empty;
|
||||
public string OrderMarkName { get; set; } = string.Empty;
|
||||
|
||||
public Guid? OtherInstanceId { get; set; }
|
||||
|
||||
@@ -60,12 +60,12 @@ namespace IRaCIS.Core.Domain.Models
|
||||
|
||||
public Guid? OtherStudyId { get; set; }
|
||||
|
||||
public string? OtherMarkTool { get; set; } = string.Empty;
|
||||
public string OtherMarkTool { get; set; } = string.Empty;
|
||||
|
||||
public string? OtherPicturePath { get; set; } = string.Empty;
|
||||
public string OtherPicturePath { get; set; } = string.Empty;
|
||||
|
||||
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