Question Evgeny Shvarov · May 13 Unittests in InterSystems IRIS Hi folks! Those who actively use unittests with ObjectScript know that they are methods of instance but not classmethods. Sometimes this is not very convenient. What I do now if I face that some test method fails I COPY(!) this method somewhere else as classmethod and run/debug it. Is there a handy way to call the particular unittest method in terminal? Why do we have unittest methods as instance methods? #ObjectScript #Testing #InterSystems IRIS 1 16 0 176
Question Evgeny Shvarov · Apr 9 Any chance I can provide a password to a vanilla iris docker instance? Hi folks! When I launch IRIS as a docker container instance, e.g. like this one: docker run --name iris-sql -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/iris-community And then try to connect to it e.g. via irissqlcli it says I need to change the password: #Development Environment #Docker #Security #Terminal #InterSystems IRIS 3 9 0 229
Question Evgeny Shvarov · Apr 3 How to list all the tables available in a current database? Hi developers! What is the way using SQL to list all the tables available in the current database/namespace? #SQL #InterSystems IRIS 0 4 0 179
Question Evgeny Shvarov · Mar 2 How Does InterSystems FHIR profile validation works? Hi folks! Examining FHIR profile validation with InterSystems FHIR server. FHIR profiles is a very useful feature of FHIR standard that helps an organization or solution to establish constraints to a very disperse FHIR standards that are relevant to a particular business solution. Learn more on FHIR profiles. I created a very simple FHIR profile with the following JSON: #FHIR #JSON #InterSystems IRIS for Health 0 2 0 109
Question Evgeny Shvarov · Feb 28 FHIR Transaction Bundles: how to properly form urn patient id? Hi folks! Researching FHIR bundle transactions. The idea is that you can post a bundle to a FHIR server with a set of resources. And you can send it as a transaction, so only all the resources will be published or neither. E.g. I send a bundle of two resources: patient and its observation. The observation resource should reference an existing patient. But it probably doesn't exist yet on the server and goes within the same bundle. For this purpose there is a way to have a temporary id in the bundle, to let resources reference ids. #FHIR #JSON #REST API #InterSystems IRIS for Health 0 5 0 68
Question Evgeny Shvarov · Feb 26 How can I know the patient id for a newly submitted Patient resource? Hi folks! Playing with InterSystems FHIR server. You can easily install it in IRIS for Health using FHIR template: zpm "install fhir-server" NB! For now the IPM command mentioned above works for a namespace called FHIRSERVER only. I have a FHIR server in a local docker container with endpoint: localhost:52773/fhir/r4 #FHIR #JSON #REST API #InterSystems IRIS for Health 0 14 0 180
Question Evgeny Shvarov · Feb 19 Passwordless mode for Dev Mode IRIS Hi folks! Lately (maybe last 2-3 years) I develop with IRIS exclusively in docker - so iris instance I use for compiling and running IRIS apps is local. And most every time I enter password for management portal and web-apps. The same password every time. Sounds familiar? #Development Environment #Docker #Security #InterSystems IRIS 1 8 0 273
Question Evgeny Shvarov · Jan 15 How to use Data Transformation in Interoperability Production? Hi Interoperability experts! I'm into interoperability now with data transformations and I wonder: how can I use DTLs? I've created one that transform Ens.Request into Ens.Response. How can I use it now in the production? I'm trying to add the business process expecting to see it available in the list but it seems it is not the case. Tried documentation and it doesn't say either what to do after creation the DTL. If it is obvious could you please help? #DTL #Interoperability #InterSystems IRIS 0 4 0 106
Question Evgeny Shvarov · Jan 15 CSV to CSV data transformation using Interoperability Hi folks! Have a question for those who are masters of interoperability. I have a basic task of having one CSV with some data. I need to transform one column in the initial dataset and get the new csv with the same form. What's the best approach with Interoperability? Should I user record mapper? Should I use streams, objects? What is the best practice? #CSV #Interoperability #Key Question #InterSystems IRIS 0 12 0 331
Question Evgeny Shvarov · Dec 24, 2022 How Can I Check That IRIS is IRIS for Health? Hi folks! What is the way to know if I'm on IRIS for Health not just IRIS? $ZV doesn't show any difference: IRISAPP>w $zv IRIS for UNIX (Ubuntu Server LTS for x86-64 Containers) 2022.2 (Build 368U) Fri Oct 21 2022 17:18:04 EDT #InterSystems IRIS for Health 0 3 1 206