@@ -68,9 +68,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; }
|
||||
|
||||
@@ -159,7 +159,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||
|
||||
|
||||
|
||||
public string? OtherMeasureData { get; set; } = string.Empty;
|
||||
public string OtherMeasureData { get; set; } = string.Empty;
|
||||
|
||||
|
||||
//病灶编号
|
||||
|
||||
Reference in New Issue
Block a user