|
@@ -217,8 +217,9 @@ public class InquiryInfoController {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- String url1 = "http://192.1.3.116:5446/landscape.html?lisJson="
|
|
|
+ String url1 = "http://192.1.3.116:5446/index.html?lisJson="
|
|
|
/*String url1 = "http://192.168.1.104:5446/landscape.html?lisJson="*/
|
|
|
+ + JSONObject.toJSONString(nlpRemote.getLabsJson())
|
|
|
+ "&diagJson=" + dn1
|
|
|
+ "&age=" + nlpRemote.getAge()
|
|
|
+ "&sex=" + (Integer.parseInt(nlpRemote.getSexType())==1?"男":"女")
|
|
@@ -229,8 +230,9 @@ public class InquiryInfoController {
|
|
|
+ "&otherJson=" + URLEncoder.encode(nlpRemote.getOtherJson(),"utf-8")
|
|
|
+ "&hospitalCode=" + nlpRemote.getHospitalCode();
|
|
|
|
|
|
- String url2 = "http://192.1.3.116:5446/landscapeMedical.html?lisJson="
|
|
|
+ String url2 = "http://192.1.3.116:5446/indexHorizontal.html?lisJson="
|
|
|
/*String url2 = "http://192.168.1.104:5446/landscapeMedical.html?lisJson="*/
|
|
|
+ + JSONObject.toJSONString(nlpRemote.getLabsJson())
|
|
|
+ "&diagJson=" + dn1
|
|
|
+ "&age=" + nlpRemote.getAge()
|
|
|
+ "&sex=" + (Integer.parseInt(nlpRemote.getSexType())==1?"男":"女")
|