上传Dicom影像
This commit is contained in:
@@ -3,6 +3,7 @@ using IRaCIS.Core.Domain.Share;
|
||||
using IRaCIS.Core.Application.Contracts.Dicom.DTO;
|
||||
using Newtonsoft.Json;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using IRaCIS.Core.Application.Service.Inspection.DTO;
|
||||
|
||||
namespace IRaCIS.Core.Application.Contracts
|
||||
{
|
||||
@@ -193,6 +194,11 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public string StudyInstanceUid { get; set; } = String.Empty;
|
||||
|
||||
|
||||
public string AuditInfo { get; set; }=string.Empty;
|
||||
|
||||
|
||||
|
||||
//public Guid TrialId { get; set; }
|
||||
//public Guid SiteId { get; set; }
|
||||
//public Guid SubjectId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user