访视bug
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-05 16:57:53 +08:00
parent a8f6594142
commit 6fd239cf70
6 changed files with 46 additions and 33 deletions
@@ -244,6 +244,9 @@ namespace IRaCIS.Core.Application.Contracts
public string RecordPath { get; set; } = string.Empty;
public AddOrUpdateStudyDto Study { get; set; }
[NotDefault]
public Guid VisitTaskId { get; set; }
}
public class NewArchiveStudyCommand
@@ -397,7 +400,7 @@ namespace IRaCIS.Core.Application.Contracts
public string SubjectCode { get; set; }
}
public class IRTaskUploadedDicomStudyQuery
public class IRTaskUploadedDicomStudyQuery
{
public Guid VisitTaskId { get; set; }
}