修改QC 删除影像逻辑

This commit is contained in:
2022-11-14 16:06:14 +08:00
parent c477aed30c
commit 998a2177ff
5 changed files with 68 additions and 32 deletions
@@ -308,6 +308,7 @@ namespace IRaCIS.Core.Application.Contracts
public string TrialSiteCode { get; set; }
[DictionaryTranslateAttribute("Subject_Visit_Status")]
public SubjectStatus SubjectStatus { get; set; }
@@ -332,7 +333,7 @@ namespace IRaCIS.Core.Application.Contracts
public class UnionStudyExportDTO
{
public string Modalities { get; set; } = string.Empty;
public string Modality { get; set; } = string.Empty;
public DateTime? StudyTime { get; set; }
@@ -352,6 +353,10 @@ namespace IRaCIS.Core.Application.Contracts
[DictionaryTranslateAttribute("YesOrNo")]
public bool IsDicom { get; set; }
[DictionaryTranslateAttribute("CheckState")]
public CheckStateEnum CheckState { get; set; }
}
@@ -394,6 +399,11 @@ namespace IRaCIS.Core.Application.Contracts
public bool? IsCheckBack { get; set; }
public string CheckResult { get; set; } = String.Empty;
public string CheckDialogStr { get; set; }
public DateTime? CheckBackTime { get; set; }
}