|
@@ -561,6 +561,10 @@ public class CaServer implements Assertion {
|
|
|
return ResultVoUtil.success(true);
|
|
|
}
|
|
|
|
|
|
+ public static void main(String[] args) {
|
|
|
+ System.out.println(EmrServer.getPdfBase("927936636556216320"));
|
|
|
+ }
|
|
|
+
|
|
|
/**
|
|
|
* 扫码流程完成
|
|
|
*/
|
|
@@ -683,7 +687,7 @@ public class CaServer implements Assertion {
|
|
|
|
|
|
String pdfPath = tmpPath + ".pdf";
|
|
|
|
|
|
- String caPath = "/" + upload.getPatNo()
|
|
|
+ String caPath = "/emr" + "/" + upload.getPatNo()
|
|
|
+ "/" + upload.getTimes()
|
|
|
+ "/ca/" + upload.getFileName()
|
|
|
+ ".txt";
|