Article Ashok Kumar T · Jun 30 23m read FHIR Interoperability in InterSystems IRIS for Health Overview #FHIR #HL7 #Interoperability #InterSystems IRIS for Health 2 0 1 25
Article Ashok Kumar T · Feb 17 6m read JWT Creation and Integration in InterSystems IRIS What is JWT? JWT (JSON Web Token) is an open standard (RFC 7519) that offers a lightweight, compact, and self-contained method for securely transmitting information between two parties. It is commonly used in web applications for authentication, authorization, and information exchange. A JWT is typically composed of three parts: 1. JOSE (JSON Object Signing and Encryption) Header2. Payload3. Signature #API #Authentication #Encryption #JSON #OAuth2 #REST API #Security #HealthShare #InterSystems IRIS #InterSystems IRIS for Health 8 0 3 158
Article Ashok Kumar T · Feb 7 6m read IRIS %Status and Exceptions Part-2 In this article, exceptions are covered. Working with Exceptions Instead of returning a %Status response, you can raise and throw an Exception. You are then responsible for catching the exception and validating it. IRIS provides five main classes to handle exceptions effectively. Additionally, you can create custom exception class definition based on your needs. #Error Handling #Languages #Localization #ObjectScript #Python #SQL #HealthShare #InterSystems IRIS #InterSystems IRIS for Health 3 0 0 191
Article Ashok Kumar T · Feb 7 4m read IRIS %Status and Exceptions You may encounter errors during any point of program execution, and there are several ways to raise and handle these exceptions. In this article, we'll explore how exceptions are handled efficiently in IRIS. One of the most commonly used return types is %Status, which is used by methods to indicate success or failure. Let's begin by discussing %Status values. Working with %Status #Error Handling #Health Connect #HealthShare #InterSystems IRIS #InterSystems IRIS for Health 4 0 1 195
Article Ashok Kumar T · Sep 13, 2024 7m read Embedded python in InterSystems IRIS Part-2 In the previous article. Practices of class members and their execution within embedded Python. We will now turn our attention to the process of switching namespaces, accessing global variables , traversing and routine executions within embedded Python. #Embedded Python #ObjectScript #Python #InterSystems IRIS #InterSystems IRIS for Health 5 6 1 372
Article Ashok Kumar T · Sep 12, 2024 7m read Embedded python in InterSystems IRIS Hello Community, In this article, I will outline and illustrate the process of implementing ObjectScript within embedded Python. This discussion will also reference other articles related to embedded Python, as well as address questions that have been beneficial to my learning journey. As you may know, the integration of Python features within IRIS has been possible for quite some time. This article will focus on how to seamlessly incorporate ObjectScript with embedded Python. #Embedded Python #ObjectScript #Python #InterSystems IRIS #InterSystems IRIS for Health 6 1 1 352
Article Ashok Kumar T · Sep 2, 2024 4m read IRIS Native Python Part-2 In the preceding section, we explored the installation process and initiated the writing of the IRIS in native Python. We will now proceed to examine global traversal and engage with IRIS class objects. get: this function is used to get values from the traversal node. #ObjectScript #Python #InterSystems IRIS #InterSystems IRIS for Health 4 0 1 248
Article Ashok Kumar T · Sep 2, 2024 2m read configuration of Flexible Python Runtime Feature in IRIS 2024.2 Hello Community, This article aims to walk you through the process of setting up and utilizing the Flexible Python Runtime Feature for embedded Python. Prior to version 2024.2, Intersystems IRIS installer included a preinstalled version of Python, You can find the Python libraries and application files located in the \lib\python directory within your IRIS installation folder (for example, C:\InterSystems\IRIS20242\lib\python). #Embedded Python #InterSystems IRIS for Health 2 5 0 292
Article Ashok Kumar T · Aug 30, 2024 3m read IRIS Native Python Hello Community #Python #InterSystems IRIS #InterSystems IRIS for Health 9 7 5 471
Article Ashok Kumar T · Aug 31, 2023 2m read Utilize custom datatype class for User-defined DDL table Creation In this article, I am demonstrating how to create a table column(formerly known as properties) with your custom datatype classes by using User defined DDL. Properties are the crucial member of the persistent class definition. Datatypes are essential to define types of values that are stored in a table column. In general, the datatype names of SQL different from Intersystems datatypes, such as VARCHAR = %String. #Databases #Multi-model #Tutorial #HealthShare #InterSystems IRIS #InterSystems IRIS for Health 1 0 0 270
Article Ashok Kumar T · Aug 14, 2023 8m read Working with %JSON.Adaptor In this article, I walk through the %JSON.Adaptor class. #Best Practices #JSON #InterSystems IRIS #InterSystems IRIS for Health 12 2 6 1.2K