修改一版
This commit is contained in:
@@ -396,6 +396,8 @@ namespace IRaCIS.Core.API.Controllers
|
||||
/// <summary>
|
||||
/// 上传阅片临床数据
|
||||
/// </summary>
|
||||
/// <param name="trialId"></param
|
||||
/// <param name="subjectId"></param>
|
||||
/// <param name="readingId"></param>
|
||||
/// <returns></returns>
|
||||
[HttpPost("ClinicalData/UploadClinicalData/{trialId:guid}/{subjectId:guid}/{readingId:guid}")]
|
||||
@@ -419,7 +421,7 @@ namespace IRaCIS.Core.API.Controllers
|
||||
Path = relativePath
|
||||
|
||||
});
|
||||
return fileName;
|
||||
return serverFilePath;
|
||||
});
|
||||
|
||||
return ResponseOutput.Ok(fileDtos);
|
||||
|
||||
@@ -178,13 +178,7 @@
|
||||
<param name="subjectVisitId"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:IRaCIS.Core.API.Controllers.StudyController.UploadReadClinicalData(System.Guid,System.Guid,System.Guid)">
|
||||
<summary>
|
||||
上传阅片临床数据
|
||||
</summary>
|
||||
<param name="readingId"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<!-- Badly formed XML comment ignored for member "M:IRaCIS.Core.API.Controllers.StudyController.UploadReadClinicalData(System.Guid,System.Guid,System.Guid)" -->
|
||||
<member name="M:IRaCIS.Core.API.Controllers.StudyController.UploadNoneDicomFile(Microsoft.AspNetCore.Http.IFormCollection,System.Guid,System.Guid)">
|
||||
<summary>
|
||||
上传非Dicom 文件 支持压缩包 多文件上传
|
||||
|
||||
Reference in New Issue
Block a user