修改非dicom视图模型
parent
b0e7aadd76
commit
4f69b6067a
|
@ -8,24 +8,10 @@ using System.Collections.Generic;
|
||||||
namespace IRaCIS.Core.Application.Contracts
|
namespace IRaCIS.Core.Application.Contracts
|
||||||
{
|
{
|
||||||
/// <summary> NoneDicomStudyView 列表视图模型 </summary>
|
/// <summary> NoneDicomStudyView 列表视图模型 </summary>
|
||||||
public class NoneDicomStudyView
|
public class NoneDicomStudyView:NoneDicomStudyAddOrEdit
|
||||||
{
|
{
|
||||||
public string CodeView { get; set; }
|
public string CodeView { get; set; }
|
||||||
public int Code {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 int FileCount { get; set; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue