|
|
|
@ -1,9 +1,7 @@
|
|
|
|
|
package com.docus.bgts.controller;
|
|
|
|
|
|
|
|
|
|
import com.docus.bgts.entity.CommonResult;
|
|
|
|
|
import com.docus.bgts.facade.IAfCollectTaskService;
|
|
|
|
|
import com.docus.bgts.facade.IBgtsService;
|
|
|
|
|
import com.docus.bgts.service.CheckIntegrityService;
|
|
|
|
|
import io.swagger.annotations.Api;
|
|
|
|
|
import io.swagger.annotations.ApiImplicitParam;
|
|
|
|
|
import io.swagger.annotations.ApiImplicitParams;
|
|
|
|
@ -24,15 +22,9 @@ import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
@RequestMapping("/seal/collect")
|
|
|
|
|
@Slf4j
|
|
|
|
|
public class SealReportCollectController {
|
|
|
|
|
@Autowired
|
|
|
|
|
CheckIntegrityService checkIntegrityService;
|
|
|
|
|
|
|
|
|
|
@Autowired
|
|
|
|
|
IBgtsService bgtsService;
|
|
|
|
|
|
|
|
|
|
@Autowired
|
|
|
|
|
IAfCollectTaskService afCollectTaskService;
|
|
|
|
|
|
|
|
|
|
@ApiOperation("封存病案Pacs采集接口")
|
|
|
|
|
@ApiImplicitParams({
|
|
|
|
|
@ApiImplicitParam(name = "sealId", value = "t_seal 的seal_id,封存id", required = true, dataTypeClass = String.class)
|
|
|
|
|