This commit is contained in:
he
2022-11-16 13:28:06 +08:00
parent 3aa26aa580
commit b65c82a20a
4 changed files with 76 additions and 5 deletions
@@ -5,6 +5,8 @@
public bool IsDicom { get; set; } = true;
public bool IsBeMark { get; set; } = false;
public Guid Id { get; set; }
public Guid StudyId { get; set; }
public string StudyInstanceUid { get; set; } = String.Empty;