@@ -2,7 +2,7 @@ namespace IRaCIS.Core.Domain.Models;
|
||||
|
||||
[Comment("影像 - 非dicom检查")]
|
||||
[Table("NoneDicomStudy")]
|
||||
public class NoneDicomStudy : BaseFullAuditEntity
|
||||
public class NoneDicomStudy : BaseFullDeleteAuditEntity
|
||||
{
|
||||
#region 导航属性
|
||||
[JsonIgnore]
|
||||
@@ -31,6 +31,12 @@ public class NoneDicomStudy : BaseFullAuditEntity
|
||||
|
||||
public DateTime ImageDate { get; set; }
|
||||
public string Description { get; set; } = string.Empty;
|
||||
|
||||
|
||||
public bool IsReading { get; set; } = true;
|
||||
|
||||
#region Video 暂时无用
|
||||
|
||||
public string VideoName { get; set; } = string.Empty;
|
||||
|
||||
public string VideoObjectName { get; set; } = string.Empty;
|
||||
@@ -39,5 +45,8 @@ public class NoneDicomStudy : BaseFullAuditEntity
|
||||
|
||||
public string VideoUrl { get; set; } = string.Empty;
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user