Hello community! I'm working on an internal innovation effort at InterSystems considering our documentation/resources around upgrades. As part of this, I'd love to have your answers to any/all of the following questions, either via comment or (if you prefer your answers to be more private) direct message.

Thanks in advance!

What InterSystems products + versions are you running? ($zv is ideal.)

What makes you decide to upgrade?

What are your blockers to upgrading?

What is your process for evaluating and planning a possible upgrade?

4 12
0 404

FTP (File Transfer Protocol) is a network protocol for transmitting files over TCP/IP connections in a network (including the Internet) configured to transfer files via this protocol. In an FTP transaction, a file sender is called a local host. A file receiver involved in FTP is a remote host, and it is usually a server. Although many file transfers can be conducted using Hypertext Transfer Protocol (HTTP), FTP is still commonly used to transfer files behind the scenes for other applications, such as banking services.

4 0
1 502

Hi Community,

In this video you will learn about new features in InterSystems Healthshare Clinical Viewer and what's coming next:

Clinical Viewer & Navigation Application: New & Next 2022 @ Global Summit 2022

https://www.youtube.com/embed/ovcoCwrz0UI
[This is an embedded link, but you cannot view embedded content directly on the site because you have declined the cookies necessary to access it. To view embedded content, you would need to accept all cookies in your Cookies Settings]

0 0
0 238

This is the ninth in a series of releases that are part of the developer preview program for 2022.2 Future preview releases are expected to be updated biweekly and we will add features as they are ready. Please share your feedback through the Developer Community so we can build a better product together.

0 2
1 232
Article
· Oct 11, 2022 2m read
ZPM Simple Implementation Cookbook

ZPM is designed to work with applications and modules for InterSystems IRIS Data Platform. It consists of two components, the ZPN Client which is a CLI to manage modules, and The Registry which is a database of modules and meta-information. We can use ZPM to search, install, upgrade, remove and publish modules. With ZPM you can install ObjectScript classes, Frontend applications, Interoperability productions, IRIS BI solutions, IRIS Datasets or any files such as Embedded Python wheels.

Today this cookbook will go through 3 sections:

19 10
10 860

Hi Community!

We'd like to invite you to join our next contest to share your FHIR knowledge:

🏆 InterSystems IRIS for Health Contest: FHIR for Women's Health 🏆

Submit an application that uses InterSystems FHIR or InterSystems Healthcare Interoperability!

    Duration: November 14 - December 4, 2022

    Prizes: $13,500!

    >> Submit your application here <<

    7 7
    0 3.3K

    Hey Developers,

    Join us to review the latest additions to Health Insight and future product plans for analytics in HealthShare:

    Health Insight New and Next @ Global Summit 2022

    https://www.youtube.com/embed/A1LPBSEWRjQ
    [This is an embedded link, but you cannot view embedded content directly on the site because you have declined the cookies necessary to access it. To view embedded content, you would need to accept all cookies in your Cookies Settings]

    0 0
    0 136

    Hi all,

    I am currently wokring on integrating unit tests into a project. I am also attempting to test productions with the TestProductions class. This works great, but I noticed that no code coverage information is being gathered when I run the production tests?

    Am I doing something wrong (forgot to add something in the coverage.list for instance) or is TestProduction not intended for code coverage?

    Thanks!

    1 0
    1 182

    A simple production that enables FHIR transaction bundles to be loaded into InterSystems® FHIR® Server via Box and Dropbox. Using the included MFT Connection Components and a 14 liner Custom Business Process, this production will process your transaction bundles to FHIR Resources for immediate consumption with Harry Potter like wizardry. Great for Hackathons, Research and FHIR® Cocktail parties.

    7 2
    0 426

    Hi developers!

    Maybe you have to implement scenarios that don't require a FHIR repository, but forwarding FHIR requests, manage the responses and maybe run transformations or extract some values in between. Here you will find some examples that can be implemented using InterSystems IRIS For Health o HealthShare Health Connect.

    6 0
    1 362

    This is the eighth in a series of releases that are part of the developer preview program for 2022.2 Future preview releases are expected to be updated biweekly and we will add features as they are ready. Many updates, fixes and enhancements have been added in 2022.2, in SQL management, cloud integration, Kafka and JMS adapters, the SQL Loader, and other areas.

    1 0
    0 202

    Hi Developers,

    Python has a large and powerful ecosystem that contains thousands of libraries and packages available, especially in data science.

    Therefore, I wanted to have a first try in using a recent feature of IRIS called Embedded Python, to simply import a python library called datetime, generate data with a timestamp component and persist it in InterSystems IRIS for Health Data Platform. The same will work on IRIS Data Platform as well.

    4 5
    1 322

    Hey Community,

    Join us to have a look back at recent developments in care planning and coordination and a look forward at what is on the horizon:

    Unified Care Record: New & Next 2022 @ Global Summit 2022

    https://www.youtube.com/embed/8HFIJ1D5h-A
    [This is an embedded link, but you cannot view embedded content directly on the site because you have declined the cookies necessary to access it. To view embedded content, you would need to accept all cookies in your Cookies Settings]

    0 0
    0 124

    Hi Developers,

    Enjoy watching the new video on InterSystems Developers YouTube:

    Analytics with InterSystems New and Next 2022 @ Global Summit 2022

    https://www.youtube.com/embed/j8d8ffAcV7E
    [This is an embedded link, but you cannot view embedded content directly on the site because you have declined the cookies necessary to access it. To view embedded content, you would need to accept all cookies in your Cookies Settings]

    0 0
    0 132

    Trying to identify which records in the %SYS.Audit table are fails.

    Eg, as user "WORKER", I run an attempted a grant, the terminal returns:

    SQL> GRANT SELECT ON newschema.patients TO COORDINATOR
    [S1000][Iris ODBC][State : S1000][Native Code 112]
    [libirisodbc35.so]
    [SQLCODE: <-112>:<Access violation>]
    [Location: <ServerLoop>]
    [%msg: <User WORKER does not have required privileges to grant the privilege(s)>]
    [ISQL]ERROR: Could not SQLExecute

    but the record in the audit table gives

    0 2
    0 198

    Hey Community,

    We greatly appreciate all your feedback on the InterSystems Interoperability Contest! Please take a short survey and answer a few questions to help us improve our contests.

    👉 Quick survey: Interoperability Contest Survey 2022

    11 Best Questions to Ask in a Restaurant Survey (and how to ask them)

    Feel free to share your feedback in the comments of this post as well!

    0 0
    0 105

    Hi Community,


    In this article, I will introduce Python Flask Web Framework. Together we will create a minimal web application to connect to IRIS and get data from it.

    Below you can find the steps we will need to follow:

    • Step 1 : Introduction to Python Flask Web Framework
    • Step 2 : Installation of Flask module
    • Step 3 : Creation of web application using Flask
    • Step 4 : Use of HTML Templates
    • Step 5 : Installation of IRIS Python Native module
    • Step 6 : Establishment of a connection with IRIS
    • Step 7 : Transferring data from IRIS to Flask and displaying it

    So Let's start with step 1

    Step1-Introduction to Python Flask Web Framework

    Flask is a small and lightweight Python web framework that provides useful tools and features that make creating web applications in Python easier. It gives developers flexibility and is a more accessible framework for new developers since it allows to build a web application quickly using only a single Python file. Flask is also extensible and doesn’t requires a particular directory structure or complicated boilerplate code before getting started.


    For more details please view Flask Documentations

    2 2
    1 548

    Hi Community,

    Let's meet together at the online meetup with the winners of the InterSystems Interoperability Contest – a great opportunity to have a discussion with the InterSystems Experts team as well as our contestants.

    Winners' demo included!

    Date & Time: Thursday, September 22, 09:00 AM EDT

    >> Register here <<

    1 3
    1 192

    Hi Community!

    Are you in Dubai on October 10-13? Join us at the Global DevSlam conference for developers with 15,000 participants expected in person!

    📍Let's meet here: Hall 9, Stand № H9-E30

    🌟 We will host the event: "The hands-on workshop on InterSystems IRIS Data Platform"
    Speaker: @Guillaume Rongier, Sales Engineer at InterSystems
    October 10, 2pm - 3:30pm
    Register here

    ❕We have free promo passes for our Community Members, partners, and customers. Please drop me a line if you are willing to attend!

    5 4
    0 310

    Hi all.

    I'm currently looking at a use case where I need to take a Stream, and then encode the contents as a Base64 Stream. This is currently achieved with a snippet of code that has previously been placed in multiple classes within this particular environment, and relied on the dotnet gateway (which suffers with a bug in 2022.1, corrected 2022.1.1).

    0 4
    0 919

    This is the seventh in a series of releases that are part of the developer preview program for 2022.2 Future preview releases are expected to be updated biweekly and we will add features as they are ready. Many updates, fixes and enhancements have been added in 2022.2, in SQL management, cloud integration, Kafka and JMS adapters, the SQL Loader, and other areas.

    0 0
    0 150