dir 准备修改

This commit is contained in:
2025-08-07 15:10:50 +08:00
parent 492312f595
commit 48d48b343e
10 changed files with 20214 additions and 15 deletions
+14
View File
@@ -77,4 +77,18 @@ public class DicomInstance : BaseFullDeleteAuditEntity, IEntitySeqId
public string WindowWidth { get; set; } = null!;
public bool IsReading { get; set; } = true;
#region DIR
public string SOPClassUID { get; set; }
public string MediaStorageSOPClassUID { get; set; }
public string TransferSytaxUID { get; set; }
public string MediaStorageSOPInstanceUID { get; set; }
#endregion
}
+7
View File
@@ -73,5 +73,12 @@ public class DicomSeries : BaseFullDeleteAuditEntity, IEntitySeqId
public string TriggerTime { get; set; } = null!;
public Guid? VisitTaskId { get; set; }
#region DIR
public string DicomSeriesDate { get; set; }
public string DicomSeriesTime { get; set; }
#endregion
}
+7
View File
@@ -102,4 +102,11 @@ public class DicomStudy : BaseFullDeleteAuditEntity, IEntitySeqId
public string Uploader { get; set; } = null!;
public string ModifyReason { get; set; }
#region DIR
public string DicomStudyDate { get; set; }
public string DicomStudyTime { get; set; }
#endregion
}