修改上传

This commit is contained in:
2023-05-04 15:37:21 +08:00
parent f19febaa6e
commit f828a7d1e2
2 changed files with 3 additions and 10 deletions
@@ -217,12 +217,9 @@ namespace IRaCIS.Core.Application.Contracts
public class AddOrUpdateStudyDto
{
public Guid? Id { get; set; }
public string StudyId { get; set; } = string.Empty;
//public int Code { get; set; } = 0;
//public string StudyCode { get; set; } = string.Empty;
@@ -257,7 +254,6 @@ namespace IRaCIS.Core.Application.Contracts
public class AddOrUpdateSeriesDto
{
public Guid? Id { get; set; }
public string StudyInstanceUid { get; set; }
public string SeriesInstanceUid { get; set; }
public int SeriesNumber { get; set; }