|
@@ -35,7 +35,7 @@ namespace LisPacsDataUpload
|
|
|
private string DicLis = AppDomain.CurrentDomain.BaseDirectory + "Lis\\";
|
|
|
|
|
|
private int zlhr = 0;// 是否为临生免
|
|
|
- private int lisSource = 1;// 1 中联lis 2 专业版临生免 3 三方lis
|
|
|
+ private int lisSource = 1;// 0中联老版lis 1 中联新版lis 2 专业版临生免 3 三方lis
|
|
|
private int open_multiple_upload_flag = 0;// 开启多个线程上传
|
|
|
private delegate void SetTextCallback(string text);
|
|
|
//在给textBox1.text赋值的地方调用以下方法即可
|
|
@@ -469,20 +469,7 @@ namespace LisPacsDataUpload
|
|
|
}
|
|
|
|
|
|
//最新调整 需要获取 原始pdf 文件 存在场景 有三方lis、中联lis 、 以及专业版临生免 的报告 三种
|
|
|
-
|
|
|
- if ()
|
|
|
- {
|
|
|
-
|
|
|
- }else if ()
|
|
|
- {
|
|
|
-
|
|
|
- }
|
|
|
- else
|
|
|
- {
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
//上传文件
|
|
|
string file_json = "{\"attachmentType\":\".pdf\",\"attachmentName\":\"检验报告\",\"businessType\":\"A001\",\"attachmentFile\":\"" + Tools.FileToBase64Str(res) + "\"}";
|
|
|
string file_vi = Tools.GuidTo16String();
|