修改QC 删除影像逻辑
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user