修改oss 配置
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-03 13:02:40 +08:00
parent 01ee530e38
commit a5ef0fc902
8 changed files with 79 additions and 41 deletions
@@ -62,6 +62,11 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc.DTO
}
public class SubjectCRCImageUploadedStudyDto: SubjectCRCImageUploadedDto
{
public bool IsDicom => DicomStudyList.Count() > 0;
}
public class SubjectCRCImageUploadedDto
{
public Guid VisitTaskId { get; set; }
@@ -79,6 +84,7 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc.DTO
public Guid? SourceSubjectVisitId { get; set; }
public List<DicomStudyBasicInfo> DicomStudyList { get; set; }
public List<NoneDicomStudyBasicInfo> NoneDicomStudyList { get; set; }
@@ -125,7 +131,7 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc.DTO
public string Description { get; set; } = string.Empty;
}
}
@@ -415,7 +415,7 @@ namespace IRaCIS.Core.Application.Contracts
public List<Guid> NoneDicomStudyIdList { get; set; }
}
public class IRReadingDownloadQuery
public class IRReadingDownloadQuery:SortInput
{
[NotDefault]
public Guid SubjectId { get; set; }