|
@ -17,13 +17,11 @@ public class PhysicalExaminationService {
|
|
|
|
|
|
public String findExames(String key,String type, String examCode) {
|
|
|
//先获取key值
|
|
|
|
|
|
JSONObject params = new JSONObject();
|
|
|
params.put("key",key);
|
|
|
params.put("tp_type", type);
|
|
|
params.put("sh_id", examCode);
|
|
|
return HttpClientUtil.postBody(yuerenApi + "/findtest", params);
|
|
|
|
|
|
}
|
|
|
|
|
|
public String insertslip(String key,Patient patient) {
|