diff --git a/IRaCIS.Core.Application/Service/QC/DTO/NoneDicomStudyViewModel.cs b/IRaCIS.Core.Application/Service/QC/DTO/NoneDicomStudyViewModel.cs index ae306ea91..aed1b7d87 100644 --- a/IRaCIS.Core.Application/Service/QC/DTO/NoneDicomStudyViewModel.cs +++ b/IRaCIS.Core.Application/Service/QC/DTO/NoneDicomStudyViewModel.cs @@ -8,25 +8,11 @@ using System.Collections.Generic; namespace IRaCIS.Core.Application.Contracts { /// NoneDicomStudyView 列表视图模型 - public class NoneDicomStudyView + public class NoneDicomStudyView:NoneDicomStudyAddOrEdit { public string CodeView { get; set; } public int Code {get;set;} - public Guid Id { get; set; } - - public DateTime CreateTime { get; set; } - public Guid CreateUserId { get; set; } - public Guid TrialId { get; set; } - public Guid SiteId { get; set; } - public Guid SubjectId { get; set; } - public Guid SubjectVisitId { get; set; } - public string BodyPart { get; set; } = string.Empty; - public string Modality { get; set; } = string.Empty; - public DateTime ImageDate { get; set; } - public DateTime UpdateTime { get; set; } - public Guid UpdateUserId { get; set; } - public string Description { get; set; } = string.Empty; - + public int FileCount { get; set; } public List NoneDicomStudyFileList { get; set; } = new List();