Article Tani Frankel · Jan 19 1m read 2024.3 HTTP Interoperability Highlight - New Outbound OAuth 2.0 Settings In your Interoperability Production you could always have a Business Operation that is an HTTP client, that uses OAuth 2.0 for authentication, but you had to customize the Operation for this authentication methodology. Since v2024.3, which was lately released, there is a new capability, providing new settings, to handle this more easily. #Authentication #Business Operation #Interoperability #OAuth2 #REST API #InterSystems IRIS #InterSystems IRIS for Health #Health Connect 4 0 0 39
Article Tani Frankel · Jan 14 6m read The Power of Embedded Python in Interoperability - a mongoDB CDC Use-Case Using embedded Python while building your InterSystems-based solution can add very powerful and deep capabilities to your toolbox. I'd like to share one sample use-case I encountered - enabling a CDC (Change Data Capture) for a mongoDB Collection - capturing those changes, digesting them through an Interoperability flow, and eventually updating an EMR via a REST API. #Embedded Python #Interoperability #Python #InterSystems IRIS #Health Connect #InterSystems IRIS for Health Open Exchange app 7 0 0 198
Article Tani Frankel · Jan 10 1m read 2024.3 Auditing Highlight - Finer-grained SQL Statement Events Auditing is a critical capability ensuring the security of your server, and for quite a while ago we have included the ability to audit SQL statements run on the server. With v2024.3 out already we're providing finer-grained options for defining these events to audit. #Security #SQL #InterSystems IRIS #Health Connect #InterSystems IRIS for Health 7 0 0 144
Article Tani Frankel · Jan 8 1m read 2024.3 Interoperability Highlight - New Option to Resend Message from within Visual Trace The ability to resend messages easily has always been a strong feature of our Interoperability capabilities. With v2024.3 coming out soon (available already now as Developer Preview) out already we've made this even easier! #Interoperability #Message Search #Release #Tips & Tricks #InterSystems IRIS #Health Connect #InterSystems IRIS for Health 15 2 0 261
Article Tani Frankel · Jan 8 1m read What Version is My Image? If you want to find out what exact version your Docker image is (and since the latest image tagging scheme you cannot just rely on the image tag; and assuming you don't want to actually run it just in order to find out) you can run this docker command: #DevOps #Docker #Release #HealthShare #InterSystems IRIS #InterSystems IRIS for Health 6 0 1 78
Article Tani Frankel · Nov 17, 2024 1m read 2024.3 FHIR Highlight - New Supported FHIR Search Modifiers and Search Result Parameter The InterSystems IRIS for Health v2024.3 is already available as a Developer Preview for some time, and I wanted to highlight new support related to FHIR Search that was introduced. #FHIR #InterSystems IRIS for Health #Health Connect 5 0 1 115
Article Tani Frankel · Sep 22, 2024 1m read SMART on FHIR app - Sample with Hands-on Exercise/Workshop Instructions Based on a great sample and workshop built by @Luis Angel Pérez Ramos (see related articles and related Open Exchange app), which included a local InterSystems IRIS for Health container (and desired setup), this sample presented here, adapted the workshop for using the InterSystems Cloud FHIR Server, and it's related setup. #Angular #Cloud #FHIR #OAuth2 #InterSystems IRIS for Health Open Exchange app 7 2 1 166
Article Tani Frankel · Feb 13, 2024 3m read VS Code Related Resources Following 2 local Webinars we had focused on VS Code ["Intro" and "Beyond Basics"; in Hebrew], I prepared for the participants some related links of relevant resources which we sent as a follow-up. Sharing them here as well for the benefit of the Community.You are all of course welcome to add more useful resources. #Debugging #Development Environment #InterSystems IRIS #InterSystems IRIS for Health #VSCode 7 1 5 494
Question Tani Frankel · Feb 1, 2024 OAuth Authentication for ODBC/JDBC? Is it possible to authenticate an xDBC (ODBC/JDBC) connection to InterSystems IRIS via (a 3rd party) OAuth server? For REST APIs this is possible, but could this be achieved with OAuth? Out-of-the-box the ODBC/JDBC Drivers don't seem to have this option, but maybe some custom code could enable this? perhaps via Delegated Authentication and some OAuth classes customization, or some other way? Has anyone done this already and can share how it was implemented, or someone with some guideline suggestions? #Authentication #JDBC #OAuth2 #ODBC #Security #SQL #InterSystems IRIS 1 0 0 155
Article Tani Frankel · Jan 31, 2024 10m read The New FHIR Server Profile-based Validation New in version 2023.3 (of InterSystems IRIS for Health) is a capability to perform FHIR profile-based validation. (*) In this article I'll provide a basic overview of this capability. If FHIR is important to you, you should definitely try out this new feature, so read on. #Best Practices #FHIR #Interoperability #InterSystems IRIS for Health Open Exchange app 10 1 4 656
Question Tani Frankel · Feb 8, 2023 Configuration (CPF) Merge with Authentication Configuration Sample? Does anyone happen to have a sample Configuration (CPF) Merge file that includes Action parameters setting up authentication methods (e.g. #Authentication #Deployment #DevOps #Kubernetes #InterSystems IRIS #InterSystems IRIS for Health 1 2 0 215
Article Tani Frankel · Dec 8, 2022 1m read Privileged Routine Applications (PRA) and $ROLES After When creating a PRA (Privileged Routine Application; which by the way is not relevant just for Routines but also for Classes/Methods), it is important to make sure you include a new $ROLES, before calling #Access control #ObjectScript #Security #Tips & Tricks #Caché #Ensemble #HealthShare #InterSystems IRIS #InterSystems IRIS for Health 9 3 0 236
Question Tani Frankel · Dec 20, 2021 Couchbase Adapter? Dear Community Members, Has someone built some kind of Adapter (or other related components) to interact with Couchbase? Something sharable? What connection method did you choose - for example REST API / .Net or Java SDK? Thanks! #Interoperability #Ensemble #InterSystems IRIS #InterSystems IRIS for Health 0 2 0 231
Article Tani Frankel · May 23, 2021 1m read Interoperability Business Process (Less) Known Limitation (which could cause a difficult to interpret error) Some of you might not be aware of this "Known Issue/Limitation" when defining a BPL-based Business Process. And those who are not might have encountered this (somewhat "unpleasant" error): #Business Process (BPL) #Error Handling #Ensemble #InterSystems IRIS #InterSystems IRIS for Health 1 7 0 457
Article Tani Frankel · Apr 7, 2021 1m read VSCode Tips & Tricks - Open Class per Name In Studio you could open a class directly via it's name, without having to traverse the package tree with multiple clicks until arriving at the desired class. You would Ctrl + O or (File -> Open) and be able to simply type in the class name, for example: You press Enter, and viola - the class is opened. How do you achieve this in VSCode? #Development Environment #Tips & Tricks #VSCode #Caché #Ensemble #InterSystems IRIS #InterSystems IRIS for Health 5 1 0 633
Article Tani Frankel · Mar 18, 2021 1m read VSCode Tips & Tricks - Web Terminal How would you like to be able to access the Web Terminal directly from your VSCode? #Development Environment #Tips & Tricks #VSCode #Caché #Ensemble #InterSystems IRIS #InterSystems IRIS for Health 5 1 1 1.4K
Article Tani Frankel · Mar 18, 2021 2m read VSCode Tips & Tricks - SOAP Wizard Another VSCode "Tips & Tricks" entry - Do you want to see this option in VSCode? #Development Environment #Tips & Tricks #VSCode #Caché #Ensemble #InterSystems IRIS #InterSystems IRIS for Health 10 4 3 8.7K
Article Tani Frankel · Mar 17, 2021 3m read VSCode Tips & Tricks - Importing Servers' Details from the Windows Registry Greetings all, Need to connect your VSCode to an InterSystems Server? Heard of this option? #Development Environment #Tips & Tricks #Caché #Ensemble #InterSystems IRIS #InterSystems IRIS for Health #VSCode 6 1 2 577
Article Tani Frankel · Jan 19, 2021 2m read Document Database (DocDB) - Sample REST API Calls - Postman Collection For the benefit of those who want to use the Document Database (DocDB) capabilities within InterSystems IRIS, and specifically the REST API it provides, I put together a Postman Collection that provides samples for several basic calls. For example: #Data Model #Document Data Model (NoSQL) #Multi-model #REST API #InterSystems IRIS #InterSystems IRIS for Health Open Exchange app 1 0 0 777
Article Tani Frankel · Nov 25, 2020 2m read Virtual Summit FHIR Focus Sessions List For those that want to catch up on the FHIR-related content in our Virtual Summit 2020 I put together a list of the Focus Sessions: #FHIR #HL7 #HealthShare #InterSystems IRIS for Health 4 0 3 594