[上传监控增加字段]

Uat_Study
hang 2024-01-16 11:20:50 +08:00
parent 7dcf73176c
commit 6e706c4fc9
2 changed files with 2 additions and 1 deletions

View File

@ -42,6 +42,7 @@ namespace IRaCIS.Core.Application.Contracts
//[JsonIgnore]
//public int NoneDicomCode { get; set; }
public string RecordPath { get; set; } = string.Empty;
public bool IsDicom { get; set; }
}

View File

@ -499,7 +499,7 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc
ArchiveFinishedTime = t.ArchiveFinishedTime,
RecordPath=t.RecordPath,
IsDicomReUpload = t.IsDicomReUpload,
StudyId = t.Id,