修改上传
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user