Merge branch 'Test_IRC_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
commit
68be1d8583
|
@ -426,6 +426,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||||
|
|
||||||
public class IRTaskUploadedDicomStudyQuery
|
public class IRTaskUploadedDicomStudyQuery
|
||||||
{
|
{
|
||||||
|
[NotDefault]
|
||||||
public Guid VisitTaskId { get; set; }
|
public Guid VisitTaskId { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -831,6 +831,11 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc
|
||||||
return ResponseOutput.Ok(result);
|
return ResponseOutput.Ok(result);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// dicom 影响后处理预览接口
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="inQuery"></param>
|
||||||
|
/// <returns></returns>
|
||||||
[HttpPost]
|
[HttpPost]
|
||||||
public async Task<IResponseOutput> GetTaskUploadedDicomStudyList(IRTaskUploadedDicomStudyQuery inQuery)
|
public async Task<IResponseOutput> GetTaskUploadedDicomStudyList(IRTaskUploadedDicomStudyQuery inQuery)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue