增加验证接口
This commit is contained in:
@@ -229,6 +229,30 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
}
|
||||
|
||||
public class TaskStudyAchivePreConfirmCommand
|
||||
{
|
||||
public List<string> StudyInstanceUidList { get; set; }
|
||||
|
||||
[NotDefault]
|
||||
public Guid SubjectId { get; set; }
|
||||
[NotDefault]
|
||||
public string SubjectCode { get; set; }
|
||||
|
||||
[NotDefault]
|
||||
public Guid TrialId { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class TaskStudyArchiveConfirmResult
|
||||
{
|
||||
public string StudyInstanceUid { get; set; }
|
||||
|
||||
public bool IsAllowUpload { get; set; }
|
||||
|
||||
public bool IsAllowReUpload { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class TaskArchiveStudyCommand
|
||||
{
|
||||
[NotDefault]
|
||||
|
||||
Reference in New Issue
Block a user