修改添加pacs 影像
This commit is contained in:
@@ -256,9 +256,9 @@ namespace IRaCIS.Application.Contracts
|
||||
|
||||
public string? TrialSiteCode { get; set; }
|
||||
|
||||
public string? TrialSiteName { get; set; }
|
||||
public string? TrialSiteName { get; set; }
|
||||
|
||||
public string? TrialSiteAliasName { get; set; }
|
||||
public string? TrialSiteAliasName { get; set; }
|
||||
}
|
||||
|
||||
|
||||
@@ -382,7 +382,7 @@ namespace IRaCIS.Application.Contracts
|
||||
|
||||
}
|
||||
|
||||
public class SubmitVisitStudyBindingCommand
|
||||
public class VerifyPacsImageCommand
|
||||
{
|
||||
[NotDefault]
|
||||
public Guid TrialId { get; set; }
|
||||
@@ -396,6 +396,13 @@ namespace IRaCIS.Application.Contracts
|
||||
public List<Guid> SCPStudyIdList { get; set; }
|
||||
}
|
||||
|
||||
public class SubmitVisitStudyBindingCommand: VerifyPacsImageCommand
|
||||
{
|
||||
|
||||
|
||||
public List<Guid> ReUploadSCPStudyIdList { get; set; }
|
||||
}
|
||||
|
||||
public class SubjectVisitSelectQuery
|
||||
{
|
||||
[NotDefault]
|
||||
|
||||
Reference in New Issue
Block a user