Announcement Michael Lei · Nov 3, 2024 InterSystems 技术视频挑战 #Events #Video #IRIS contest #Developer Community Official 各位社区成员,大家好! 我们很高兴推出一种全新的方式让您展示创造力和技能! 这次,我们邀请您参加我们首次发起的视频挑战: 📹 InterSystems 技术视频挑战 📹 请在 2024 年 10 月 21 日到 11 月 10 日提交与 InterSystems IRIS 产品或服务相关的任何主题的视频。 🎁 人人有礼 + 主要奖品!
Article 姚 鑫 · Nov 3, 2024 2m read 第十章 本地进程间通信(管道) - 用于进程间通信的 OPEN 命令 #InterSystems IRIS for Health 第十章 本地进程间通信(管道) - 用于进程间通信的 OPEN 命令 用于进程间通信的 OPEN 命令 OPEN命令允许程序与 IRIS 外部的进程进行通信。 OPEN Arguments cpipename 管道名称 仅命令管道— “|CPIPE|”或"|CPIPE|xxxxxx" ,其中xxxxxx表示用户指定的唯一标识符。 program 程序 命令管道可以使用命令 shell 或不使用命令 shell(直接)执行程序。在大多数情况下,首选不使用命令 shell 执行。标准管道使用命令 shell 执行程序。
Question Herman Slagman · Nov 3, 2024 Python import Iris AccessDenied #Python #InterSystems IRIS I've enabled the CallIn service (unauthenticated), but I'm still getting 'ImportError: IrisStart failed: IRIS_ACCESSDENIED (-15)' Any clues? 5 Comments
Article 姚 鑫 · Nov 2, 2024 2m read 第九章 本地进程间通信(管道) #InterSystems IRIS for Health 第九章 本地进程间通信(管道) 本页介绍如何通过管道与 IRIS® 数据平台外部的进程建立通信。 介绍 可以通过管道在 IRIS 进程和外部 UNIX® 或 Windows 进程之间进行通信,就像在 UNIX® 或 Windows 操作系统级别一样。可以将输出发送到管道或从管道接收输入。管道为单向;不能同时读取和写入同一个程序。 当打开另一个程序的管道进行输出时,可以像写入顺序文件一样对其进行写入。然后程序使用编写的内容作为其输入流。当希望 IRIS 进程与外部进程共享资源时,此功能特别有用。 打开 IRIS 实用程序的管道 可以打开通往 IRIS 实用程序以及 UNIX® 或 Windows 进程的管道。在将管道用于实用程序 I/O 之前,系统管理员必须在 IRIS 系统上定义管道设备。
Announcement Anastasia Dyubaylo · Nov 2, 2024 InterSystems Open Exchange Applications Digest, October 2024 #Digest #Developer Community Official #Open Exchange Hello and welcome to the October 2024 Open Exchange Newsletter. General Stats: ✓ 4 new apps in October ✓ 424 downloads in October ✓ 998 applications all time ✓ 37,331 downloads all time ✓ 2,895 developers joined New Applications workshop-llm By Luis Angel Pérez Ramos FHIRValidation By Lin Zhu IRIS-MQTT for Manufacturing By Armin Forstner pxw-debug By Paul Waterman New Releases ks-iris-lib by Robert Barbiaux v1.0.1 Improved class reference documentation. Fix IPM package iris-datapipe by Alberto Fuentes v2.0.3 Multiple namespace support added v2.0.4 Improved search Added warnings to dashboard IPM in VS Code by John Murray v1.0.5 Support repositories requiring authentication (fix #1). Git for Shared Development Environments by Timothy Leavitt v2.6.0 Added Discards safeguarded by discard stash and warning modal (#455) Files in uncommitted queue in any namespace warn users when opened except for in VSCode (#370) Added link back to IRIS management portal from Settings, Git WebUI pages (#449) Added Import all and Import All (Force) to basic mode menu (#498) Improved behavior for commits when attribution settings are not configured (#450) Convert URLs in Sync output UI into clickable links (#497) Fixed Changed prompts in configure from 0/1 to no/yes (#461) Added warnings when user is using incompatible git version (#488) Fixed the back button navigation between WebUI and Settings page (#361) Fixed issues with HL7 file extension inconsistencies (#495) Basic mode Sync operation now imports items changed on the remote merge branch (#506) Fetch diff output uses correct remote branch (#509) Properly handle more cases of truncated filenames from git pull (#511) Made git-source-control backwards compatible with IRIS 2021.1 (#513) Sync, pull properly handle more change edge cases for import (#517, #496) "Status" menu item actually includes branch when IRIS version allows (#472) pxw-lib-sql by Paul Waterman v1.0.1 Load samples package automatically. DeepSeeWeb by Anton Gnibeda v4.0.13 map widget was rewritten: widget was rewritten to use GeoJSON as base format widget was simplified, for easy usage without need of complex configuration by default widget uses world GeoJSON, if no custom GeoJSON provided added auto-detection of markers mode, map can switch modes(polygons/markers) based on data provided popup was replaced with tooltip and tooltip now always visible during hovering tooltip now display all data for marker/polygon, no need to set up custom tooltip field(custom tooltip still supported) fixed issue when tooltip can be rendered offscreen, now tooltip always shown in bounds of widget frame improved performance added new design for tooltip some data properties no longer supported to use old map widget (will be removed in future versions) add oldmap=1 to query parameters Updated map documentation v4.0.14 fixed issue with filter popup goes offscreen (#342) selected filter values now shown on top of the values list (#345) Test Coverage Tool by Timothy Leavitt v4.0.4 Fixed 54: Defend against possible configuration-dependent SQL exceptions in mapping INT to MAC/CLS coverage Light-weight-EXCEL-download by Robert Cemper v1.1.0 Add demo data DC.Person as namespace SAMPLES is gone Add test guide - to use GitHub and Docker - add test guide + explanation of contenttype - add hint for browser requirements - explain screenshots from WIN 10 \, Office10 \, InterneteExplorer v1.1.1 fix IPM IRIS apiPub by Claudio Devecchi v1.1.74 bug fixes & improvements v1.1.75 bug fixes & improvements v1.1.76 Bug fixes & improvements iris-dataset-countries by Evgeny Shvarov v1.1.1 Add United Kingdom country codes v1.1.2 UK country Codes update iris-globals-contest by Oliver Wilms v0.0.14 Avoid error during import v0.0.15 Add ability to filter by Account or Merchant WebSocketIRIS.js by Robert Cemper v2.0.1 get REDME and content of Repo in sync operation verified character-slice-index by Robert Cemper v0.0.2 add video add IPM Most downloaded MDX2JSON By Eduard Lebedyuk DeepSeeWeb By Anton Gnibeda WebTerminal By Nikita Savchenko ssl-client By Evgeny Shvarov Git for Shared Development Environments By Timothy Leavitt iris-bi-utils By Evgeniy Potapov isc-rest By Timothy Leavitt isc-json By Timothy Leavitt vscode-per-namespace-settings By John Murray iris-cron-task By Evgeny Shvarov October, 2024Month at a GlanceInterSystems Open Exchange