修改添加pacs 影像
This commit is contained in:
@@ -264,7 +264,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public bool IsCriticalSequence { get; set; } = false;
|
||||
|
||||
public int SeriesCount =>SeriesList.Count;
|
||||
public int SeriesCount => SeriesList.Count;
|
||||
public int InstanceCount { get; set; }
|
||||
|
||||
public bool IsDicom { get; set; } = true;
|
||||
@@ -369,6 +369,16 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
public List<string> SOPInstanceUIDList { get; set; }
|
||||
}
|
||||
|
||||
public class VerifySCPStudyUploadResult
|
||||
{
|
||||
public Guid SCPStudyId { get; set; }
|
||||
|
||||
public string ErrorMesseage { get; set; } = String.Empty;
|
||||
|
||||
public bool AllowUpload { get; set; } = false;
|
||||
|
||||
public bool AllowReUpload { get; set; } = false;
|
||||
}
|
||||
|
||||
public class VerifyStudyUploadResult
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user