|
@@ -83,7 +83,8 @@ public class ViewController extends Controller {
|
|
|
|
|
|
String diagnosis = xmlHelper.getString("//diagnosis");
|
|
|
aaString = phone+"~"+idcard+"~"+department+aaString;
|
|
|
- this.renderText(department+"~"+clinicaldoctor+"~"+reportdate+"~"+description+"~"+impression+"~"+reportdoctor+"~"+reviewdoctor+"~"+phone+"~"+idcard+"~"+diagnosis);
|
|
|
+// this.renderText(department+"~"+clinicaldoctor+"~"+reportdate+"~"+description+"~"+impression+"~"+reportdoctor+"~"+reviewdoctor+"~"+phone+"~"+idcard+"~"+diagnosis);
|
|
|
+ this.renderText(phone==null?"1":"2" + parseStringToDate(reportdate).toString());
|
|
|
Map<String, String> params = new HashMap<>();
|
|
|
params.put("exam_id", "cnb5089doo6pm476");
|
|
|
// 报告医生姓名
|