@@ -60,9 +60,9 @@ namespace IRaCIS.Core.Domain.Models
|
||||
|
||||
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 string? OtherMeasureData { get; set; } = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user