|
@@ -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");
|