修改添加pacs 影像

This commit is contained in:
2024-08-20 17:58:24 +08:00
parent 1937804e47
commit aa9df5838c
5 changed files with 256 additions and 11 deletions
@@ -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]