|
@@ -81,9 +81,6 @@ public class PatientMonitorController {
|
|
|
@Autowired
|
|
@Autowired
|
|
|
private WsPublishUtils wsPublishUtils;
|
|
private WsPublishUtils wsPublishUtils;
|
|
|
|
|
|
|
|
- @Autowired
|
|
|
|
|
- private LocalBusDeviceManualService manualService;
|
|
|
|
|
-
|
|
|
|
|
@Autowired
|
|
@Autowired
|
|
|
private LocalBusInfusionHistoryService infusionService;
|
|
private LocalBusInfusionHistoryService infusionService;
|
|
|
|
|
|
|
@@ -202,7 +199,6 @@ public class PatientMonitorController {
|
|
|
@ApiOperation(value = "从his或数据库中拉取数据病人数据")
|
|
@ApiOperation(value = "从his或数据库中拉取数据病人数据")
|
|
|
public R<BusClinicEntity> syn(@RequestAttribute("tenantId") @ApiParam(hidden = true) String tenantId, @Validated @RequestBody GetPatientInfoVo vo) {
|
|
public R<BusClinicEntity> syn(@RequestAttribute("tenantId") @ApiParam(hidden = true) String tenantId, @Validated @RequestBody GetPatientInfoVo vo) {
|
|
|
return R.success(patientClient.lookClinic(tenantId, vo.getPatientCode()));
|
|
return R.success(patientClient.lookClinic(tenantId, vo.getPatientCode()));
|
|
|
-// return patientClient.getPatientInfoFromHis(tenantId, vo.getPatientCode(), vo.getTimeout(), false, true);
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@PostMapping("/list/assist/{patientId}")
|
|
@PostMapping("/list/assist/{patientId}")
|
|
@@ -329,5 +325,4 @@ public class PatientMonitorController {
|
|
|
return R.success(patientClient.editAbnormalMark(source));
|
|
return R.success(patientClient.editAbnormalMark(source));
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
}
|
|
}
|