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 268
Question Ashok Kumar T · Sep 2, 2024 <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 7 0 190
Article Ashok Kumar T · Aug 30, 2024 3m read IRIS Native Python Hello Community #Python #InterSystems IRIS #InterSystems IRIS for Health 6 0 3 308
Question Ashok Kumar T · Aug 28, 2024 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 380
Question Ashok Kumar T · Aug 4, 2024 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 172
Question Ashok Kumar T · Jul 20, 2024 Index Build uses SetMapSelectability Hello Community, #Databases #Indexing #Performance #SQL #InterSystems IRIS for Health 0 3 0 122
Question Ashok Kumar T · Jul 14, 2024 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 96
Question Ashok Kumar T · Jul 13, 2024 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 176
Question Ashok Kumar T · Jul 4, 2024 JWT enabled FHIR Server web app access Hello Community, #FHIR #REST API #Security #InterSystems IRIS for Health 0 0 0 98
Question Ashok Kumar T · Jul 3, 2024 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 135
Question Ashok Kumar T · May 15, 2024 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 131
Announcement Ashok Kumar T · May 15, 2024 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 118
Question Ashok Kumar T · May 13, 2024 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 137
Question Ashok Kumar T · Apr 26, 2024 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 117
Question Ashok Kumar T · Apr 20, 2024 OpenAPI property mismatch in Spec First approach IRIS documentation Hello Community, #InterSystems IRIS 0 2 0 142
Question Ashok Kumar T · Jan 21, 2024 $Storage and Private global Hello Community, The process private global doesn't impact the $storage. But, Why the value has decreases at first time of initialization. #Globals #InterSystems IRIS #InterSystems IRIS for Health 0 4 0 219
Question Ashok Kumar T · Dec 21, 2023 Insert ListOfObject via SQL Hello Community, Generally we could insert the stream object through SQL for stream properties and insert the list values for list of %String property. So, Is there any way to achieve this insert for the list of objects property( ex: Property CodeTable As list of Sample.CodeTable) via SQL? #Relational Tables #SQL #InterSystems IRIS #InterSystems IRIS for Health 1 9 0 381
Question Ashok Kumar T · Dec 19, 2023 Grafana connectivity to local IRIS Hello Community, #System Alerting and Monitoring (SAM) #System Administration #InterSystems IRIS #InterSystems IRIS for Health 0 1 0 254
Question Ashok Kumar T · Dec 19, 2023 Is User Defined error will rid out after IRIS upgrade Hello Community,. I've updated the IRIS community form 2023.2 to 2023.3 and I didn't see the User defined(Sample) error messages in ^IRIS.Msg global even I verified in both pointer and data level. I re run the set x=##class(%MessageDictionary).Import("error.xml") After import I could see the pointers and data in ^IRIS.Msg Is the User defined error will reset from the server after IRIS upgrade? #Error Handling #InterSystems IRIS #InterSystems IRIS for Health 0 1 0 140
Question Ashok Kumar T · Dec 17, 2023 Remove the validation part in the disp class on spec-first approach by default Hello Community, Is there any way to avoid generating the built in validation inside the classmethod from the .disp class definition. I've added the resource with path parameter as integer in swagger 2.0 open API. The class method(in my case getRandom is the class method) inside .disp handles the integer validation by default. Is there a way to avoid/remove by default. default validations for Integer #REST API #InterSystems IRIS #InterSystems IRIS for Health 0 0 0 118