|
@@ -59,7 +59,7 @@ public class ViewController extends Controller {
|
|
public void test() {
|
|
public void test() {
|
|
Map<String, String> params = new HashMap<String, String>();
|
|
Map<String, String> params = new HashMap<String, String>();
|
|
params.put("studyuid", "1.2.840.1424321.23532.201804071725566372");
|
|
params.put("studyuid", "1.2.840.1424321.23532.201804071725566372");
|
|
- String cotentString = doPost("http://10.84.138.254:8080/rest/dataReceive", params);
|
|
|
|
|
|
+ String cotentString = doPost("http://10.84.138.254:8080/rest/getReportByStudyuid", params);
|
|
renderText(cotentString);
|
|
renderText(cotentString);
|
|
}
|
|
}
|
|
|
|
|