From 4f69b6067a02441b4a6930533ab453be46e72000 Mon Sep 17 00:00:00 2001
From: hang <872297557@qq.com>
Date: Mon, 9 May 2022 13:58:03 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=9D=9Edicom=E8=A7=86?=
=?UTF-8?q?=E5=9B=BE=E6=A8=A1=E5=9E=8B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Service/QC/DTO/NoneDicomStudyViewModel.cs | 18 ++----------------
1 file changed, 2 insertions(+), 16 deletions(-)
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();