@@ -14,9 +14,13 @@ public class ReadingNoneDicomMark : BaseAddAuditEntity
|
||||
|
||||
public Guid? StudyId { get; set; }
|
||||
public Guid? NoneDicomFileId { get; set; }
|
||||
|
||||
|
||||
[StringLength(1000)]
|
||||
public string Path { get; set; }
|
||||
|
||||
[StringLength(1000)]
|
||||
public string PicturePath { get; set; } = string.Empty;
|
||||
|
||||
[MaxLength]
|
||||
public string MeasureData { get; set; } = string.Empty;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user