修改附加评估预提交

This commit is contained in:
2023-03-17 15:57:04 +08:00
parent 51aebaab21
commit 5b87b9719d
12 changed files with 229 additions and 268 deletions
@@ -386,17 +386,6 @@ namespace IRaCIS.Core.Application.Contracts.DTO
public string ModalityForEdit { get; set; } = string.Empty;
//public string PatientName { get; set; } = string.Empty;
//public string PatientAge { get; set; } = string.Empty;
//public string PatientSex { get; set; } = string.Empty;
//public string Comment { get; set; }
//public string QAComment { get; set; }
//public string UploaderFirstName { get; set; }
//public string UploaderLastName { get; set; }
}
@@ -425,7 +414,6 @@ namespace IRaCIS.Core.Application.Contracts.DTO
public bool IsDeleted { get; set; }
//public bool IsDicomData { get; set; } = true;
public Guid[] InstanceList = new Guid[0];