Hey Community,
Here is a digest of the Developer Community videos on InterSystems Developers YouTube Channel in November 2023:
Here you can find announcements on videos related to InterSystems Data Platform.
Hey Community,
Here is a digest of the Developer Community videos on InterSystems Developers YouTube Channel in November 2023:
Hi Community,
Enjoy watching the new video on InterSystems Developers YouTube:
Based on the successful solution for my 2nd contribution to the Contest
I used an adapted version for this package. And have some findings I'd like to share.
Multiple communication steps over CPIPE may take time.
You won't recognize it on a fast machine. But a slower box with
Windows + Docker Desktop + your browser (and more) is neither
"Speedy Gonzales" nor a "Road Runner". 🙂
First observation you launch your OS command and see NO result
On the console, you just sit there and expect a reply.
Establishing the Connection to IRIS is a typical case.
Jour redirected Output is just empty.
Hi Developers,
Watch this video to learn about the Bulk FHIR server and client and the latest version of our Bulk FHIR implementation:
In my previous articles, I described my Command Line Extension to NativeAPI.
Of course, this is also available for any other NativeAPI package.
So I created this example as a demo for the actual Java Contest.
The package contains also an IRIS server in Docker for the demo
It is evident that it also works with any remote IRIS server.
You just have to provide it with my NativeAPI CommandLine Extension.
I think this demo is easy to follow and shows the essential features.
This is the related article to the package in Java Contest.
I decided to present a CRUD++ Global Editor based on IRIS Native API for Java.
++ because it’s a little bit more than just Create, Read, Update, Delete
Visualization of a global is always important to review results immediately.
Hey Community,
Click play and immerse yourself in our fresh video on InterSystems Developers YouTube:
⏯ Adaptive Analytics in Action - Two Customer Use Cases @ Global Summit 2023
Hi Community,
Watch this video to learn how to use the GitUI plugin in the HealthShare Health Connect Cloud user interface to make changes to your interfaces in the Management Portal and commit them directly to your source control workflow.
Hi Community,
Watch this video to learn how to use source control for your Health Connect Cloud interface development via the GitLab repository that comes with your deployment.
Hi Developers,
Hit play on the new video on InterSystems Developers YouTube:
⏯ Columnar Storage - The Lean Data Warehouse @ Global Summit 2023
Hey Community,
Here is a digest of the Developer Community videos on InterSystems Developers YouTube Channel in October 2023:
Hi Developers,
Tap to watch the brand new video on InterSystems Developers YouTube:
⏯ Using InterSystems Reports for Insight @ Global Summit 2023
Hey Community,
Enjoy watching the new video on InterSystems Developers YouTube:
Hi Developers,
Dive into the latest video on InterSystems Developers YouTube:
⏯ Working with Containers & InterSystems Technology @ Global Summit 2023
Hi Community,
Watch this video to learn how to improve care and reduce costs with the HealthShare Care Management Notifications Solution Pack, a fully managed cloud solution from InterSystems.
⏯ What is the HealthShare Care Management Notifications Solution Pack
🧑🏫 Course developer: @Kathryn.Lindsay. If you have any comments, please don't hesitate to tag her.
Hi Community,
Watch this video to learn how to combine FHIR, CDS Hooks, and the low-code Healthcare Rule Editor into an easy-to- use, powerful platform to help ensure information is delivered in the best possible way:
Attention all developers!
Get ready to revolutionize your testing process with iris-tripleSlash, the ultimate unit test solution.
Say goodbye to boring and repetitive unit testing and hello to effortless and efficient testing.
With iris-tripleSlash, you can easily generate unit test cases using the power of automatic documentation.
Hey Developers,
Enjoy watching the new video on InterSystems Developers YouTube:
⏯ How to Customize the InterSystems IRIS for Health FHIR Repository @ Global Summit 2023
Hey Community,
Here is a digest of the Developer Community videos on InterSystems Developers YouTube Channel in September 2023:
Hi Community,
Watch this video to learn how to leverage embedded (server-side) source control in a build pipeline using the git- source-control package and other additional tools:
⏯ Embedded Source Control with Git & Containers @ Global Summit 2023
Hey Developers,
Watch this video to learn how an InterSystems partner based in Ostfildern, Germany, made a simple switch to InterSystems IRIS and rolled it out to 2,500 end-users by using the in-place conversion:
⏯ Migrating to InterSystems IRIS Made Easy @ Global Summit 2023
Hey Developers,
Enjoy watching the new video on InterSystems Developers YouTube:
⏯ InterSystems Cloud Services - InterSystems IRIS SQL & IntegratedML @ Global Summit 2023
Hey Community,
Enjoy watching the new video on InterSystems Developers YouTube:
Hey Community,
Enjoy watching the new video on InterSystems Developers YouTube:
Hi Community,
Enjoy watching the new video on InterSystems Developers YouTube:
⏯ Getting to Know FHIR: The Best Explanation of FHIR They've Ever Heard @ Global Summit 2023
Hey Community,
Enjoy watching the new video on InterSystems Developers YouTube:
⏯ Best Practices for InterSystems IRIS System Performance in the Cloud @ Global Summit 2023
Hey Developers,
Watch this video to learn how to use Embedded Python using applications from the Open Exchange app gallery:
Hey Developers,
Enjoy watching the new video on InterSystems Developers YouTube:
Hi all! I just wanted to share a new video – the first in a series of three – addressing the migration from the InterSystems Private Web Server to an external web server. This video covers the process of installing a web server and upgrading your IRIS instance in a Linux/Unix environment. Two more videos on the way will show the process for a mirrored setup in Linux/Unix, and for a single instance in Windows.
In my previous articles, I described my Command Line Extension to NativeAPI.
Of course, this is also available for any other NativeAPI package.
So I created this example in Python as a demo.