刘韬 2 years ago
parent
commit
19edd6b33d
1 changed files with 5 additions and 1 deletions
  1. 5 1
      DataFusion/src/com/zskk/control/ViewController.java

+ 5 - 1
DataFusion/src/com/zskk/control/ViewController.java

@@ -98,7 +98,7 @@ public class ViewController extends Controller {
 			this.renderText(e.toString());
 		}
 	}
-	
+	//调阅记录
 	public void dyjl2pacs() {
 		try {
 			DataService dService = ServiceFactory.getService(DataService.class);
@@ -346,6 +346,10 @@ public class ViewController extends Controller {
 				if (record == null) {
 					continue;
 				}
+				//2ct 3ct 4mr
+				if (record.getStr("IAET").equals("4")) {
+					continue;
+				}
 				Map<String, String> annex_params = new HashMap<>();
 				annex_params.put("institution_id", PropKit.get("institution_id"));
 				annex_params.put("type", "2");