修改非dicom视图模型

Uat_Study
hang 2022-05-09 13:58:03 +08:00
parent b0e7aadd76
commit 4f69b6067a
1 changed files with 2 additions and 16 deletions

View File

@ -8,25 +8,11 @@ using System.Collections.Generic;
namespace IRaCIS.Core.Application.Contracts
{
/// <summary> NoneDicomStudyView 列表视图模型 </summary>
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<NoneDicomStudyFileView> NoneDicomStudyFileList { get; set; } = new List<NoneDicomStudyFileView>();