|
|
@@ -12,6 +12,7 @@ import org.springframework.http.*;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
import org.springframework.web.client.RestTemplate;
|
|
|
|
|
|
+import java.io.IOException;
|
|
|
import java.util.*;
|
|
|
|
|
|
|
|
|
@@ -28,7 +29,7 @@ public class VitalSignsServiceImpl implements VitalSignsService {
|
|
|
@Autowired
|
|
|
private ThinkVitalSignsServiceImpl thinkVitalSignsService;
|
|
|
@Override
|
|
|
- public String handleVitalSigns(Map<String, Object> vitalSignsData) {
|
|
|
+ public String handleVitalSigns(Map<String, Object> vitalSignsData) throws IOException {
|
|
|
StringBuilder stringBuilder = new StringBuilder();
|
|
|
// 查询所有病历记录
|
|
|
Map<String, Object> queryMap = new HashMap<>();
|