|
@@ -72,7 +72,7 @@ public class ViewController extends Controller {
|
|
|
|
|
|
String diagnosis = xmlHelper.getString("//diagnosis");
|
|
|
|
|
|
- this.renderText(contentString);
|
|
|
+ this.renderText(phone+"~"+idcard+"~"+department);
|
|
|
}catch (Exception e) {
|
|
|
// TODO: handle exception
|
|
|
this.renderText(e.toString());
|