Compare commits
No commits in common. "65de94079a49519cf1af0d559d8dad3170507c8f" and "84e2e14b731fb9f234536d5f8073a141fa25480d" have entirely different histories.
65de94079a
...
84e2e14b73
|
|
@ -42,7 +42,6 @@ namespace IRaCIS.Core.Application.Contracts
|
||||||
//[JsonIgnore]
|
//[JsonIgnore]
|
||||||
//public int NoneDicomCode { get; set; }
|
//public int NoneDicomCode { get; set; }
|
||||||
|
|
||||||
public string RecordPath { get; set; } = string.Empty;
|
|
||||||
public bool IsDicom { get; set; }
|
public bool IsDicom { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -499,7 +499,7 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc
|
||||||
ArchiveFinishedTime = t.ArchiveFinishedTime,
|
ArchiveFinishedTime = t.ArchiveFinishedTime,
|
||||||
|
|
||||||
|
|
||||||
RecordPath=t.RecordPath,
|
|
||||||
|
|
||||||
IsDicomReUpload = t.IsDicomReUpload,
|
IsDicomReUpload = t.IsDicomReUpload,
|
||||||
StudyId = t.Id,
|
StudyId = t.Id,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue