Question Ashok Kumar · Nov 6 Stream Compression Not Applied to Some Text Hello Community, I have a stream property which uses %Stream.GlobalCharacter and I set some dummy texts like "a1a2a3a4a5a6a7...."(more than 1024 characters) in to that stream and the stream values are not compressed. However, The streams are compressed If I use the Lorem ipsum is a dummy or placeholder text or other text "This is part four of a long memo." which length is greater than 1024 #InterSystems IRIS #InterSystems IRIS for Health 1 3 0 51
Question Ashok Kumar · Oct 16 File generation issues while using $ZF(-100 asynchronously Hello Community, We use $ZF(-1 synchronous call to generate the pdf files. Now I want to change to asynchronously. So, I use $ZF(-100 with "/ASYNC" function. I use "/ASYNC" directly write $ZF(-100,"/ASYNC","notepad.exe") in windows/linux it throws the <NOTOPEN> error, However If I use $ZF(-100,"/ASYNC /SHELL","notepad.exe") it opens the notepad without issues. #InterSystems IRIS for Health 0 0 0 46
Article Ashok Kumar · Sep 13 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 4 3 0 175
Article Ashok Kumar · Sep 12 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 3 1 1 187
Article Ashok Kumar · Sep 2 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 2 0 1 143
Article Ashok Kumar · Sep 2 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 173
Question Ashok Kumar · Sep 2 <PROTECT> *Function not allowed in IRIS Native python Hello Community, I got the PROTECT error while running functions. But, I could able to call the classmethods and methods in class definition with classMethodObject, classMethodValue etc.. from python. without any errorspython code #Embedded Python #Python #InterSystems IRIS for Health 1 0 0 81
Article Ashok Kumar · Aug 30 3m read IRIS Native Python Hello Community #Python #InterSystems IRIS #InterSystems IRIS for Health 5 0 3 211
Question Ashok Kumar · Aug 28 PIP install iris to use in python source file Hello community, How to install the iris package installer for Python (pip) in python and import iris package in python source code. import iris class Solution(): iris.connection() thanks! #Embedded Python #Key Question #ObjectScript #ODBC #Python #InterSystems IRIS for Health 1 13 0 207
Question Ashok Kumar · Aug 4 Convert IRIS DynamicArray to Python list Hello Community, How to convert the IRIS %DynamicArray into python list. I got " <THROW>TestDyncArray+1^MyLearn.Pyth.NewClass1.1 *%Exception.PythonException <PYTHON EXCEPTION> 246 <class 'AttributeError'>: <unknown exception data>" error when passing array values to python class. #Python #InterSystems IRIS for Health 0 3 0 122
Question Ashok Kumar · Jul 20 Index Build uses SetMapSelectability Hello Community, #Databases #Indexing #Performance #SQL #InterSystems IRIS for Health 0 3 0 76
Question Ashok Kumar · Jul 14 Additional Cached Query generation while execution Hello Community, I've seen two cached queries are generated while executing a query. So, Why the additional query is generated and what is the use of it. #SQL #InterSystems IRIS #InterSystems IRIS for Health 0 3 0 67
Question Ashok Kumar · Jul 13 FHIR SQL Builder Access Issues Hello Community, I'm unable see the FHIR SQL builder /csp/fhirsql and /csp/fhirsql/api/ui endpoints in web application to access the FHIR SQL builder. I'm using community edition 2024.1 and it contains the "FHIR SQL Builder". #FHIR #REST API #SQL #HealthShare #InterSystems IRIS for Health #Health Connect 0 8 0 126
Question Ashok Kumar · Jul 4 JWT enabled FHIR Server web app access Hello Community, #FHIR #REST API #Security #InterSystems IRIS for Health 0 0 0 77
Question Ashok Kumar · Jul 3 HL7 message field display in Business Rules Hello Community I'm unable to view the HL7 message field in the Business rules of the latest version of IRIS while tying HL7. syntax ex: HL7.{PID:PatientName().givenname} Latest Rule editor Old Rule editor #Business Rules #Ensemble #InterSystems IRIS for Health 0 3 0 102
Question Ashok Kumar · May 15 FHIR Profile validation Java issues Hello Community, I'm trying to execute the FHIR R4 profile validation and got the below error. How to fix this below error http://localhost:52773/csp/healthshare/learn1/fhir/r4/Patient/$validate?profile=http://examples.com/fhir/StructureDefinition/aktestpatient|4.0.1 #FHIR #InterSystems IRIS 0 3 0 98
Announcement Ashok Kumar · May 15 Documentation New Look The InterSystems documentation new look is pretty awesome. The integrated pervious release documentation are single page is really useful. Dark mode and collapse the side bar option is cool! #InterSystems IRIS 8 0 0 88
Question Ashok Kumar · May 13 SQL LOAD DATA ISSUES Hello Community, I'm trying to load a file by execute this LOAD DATA SQL command in both studio and SQL-SMP I got the below error. #SQL #InterSystems IRIS 0 4 0 104
Question Ashok Kumar · Apr 26 SQL Cached Queries understanding Hello Community, I'm executing the same query with same column name but in different case. An unique cached query generated while query executed first time. The query preparser only normalize the keywords and send to the SQL engine generates the Hash. Eventually use the cached query next use. Now my question, The hash values are same for both of the queries. Then why it creates two cached queries. Query1: select * from MyLearn.Test where Name['Kev1' Query2: select * from MyLearn.Test where NamE['Kev1' #SQL #InterSystems IRIS 0 0 0 93
Question Ashok Kumar · Apr 20 OpenAPI property mismatch in Spec First approach IRIS documentation Hello Community, #InterSystems IRIS 0 2 0 113