|
@@ -109,7 +109,9 @@ public class TestController {
|
|
|
public RespDTO<StandConvertCrfBatchDTO> testStandConvertBatch(@RequestBody List<StandConvertCrfVO> standConvertCrfVOList) {
|
|
|
return RespDTO.onSuc(testFacade.testStandConvertBatch(standConvertCrfVOList));
|
|
|
}
|
|
|
- @ApiOperation(value = "高危手术测试API[zhoutg]", notes = "类型,疾病: disease,症状: symptom,手术和操作:operation,药品: drug,实验室检查:lis,辅助检查:pacs, 辅助检查:vital")
|
|
|
+ @ApiOperation(value = "复杂高危手术测试API[zhoutg]",
|
|
|
+ notes = "idNum:指定行测试<br>" +
|
|
|
+ "sheetIndex:sheet的下标,默认为0,表示第一个sheet")
|
|
|
@PostMapping("/testHighRiskProcess")
|
|
|
public RespDTO<Map<String, Object>> testHighRiskProcess(@RequestParam("file") MultipartFile file, TestLineVO testLineVO) {
|
|
|
return RespDTO.onSuc(testFacade.testHighRiskProcess(file, testLineVO));
|