Question Evgeny Shvarov · Jun 29 JSON fields and Class properties - are they case sensitive? Hi noble devs! Just building a simple frontend->JSON->IRIS backend story, and figured that IRIS while importing via %JSON.Adaptor wants JSON fields to match property names, meaning even should match the case. Like: { name: "John", surname: "Doe"} will have issues while saving the dynamic object to a class Sample.Person with: #JSON #ObjectScript #HealthShare #InterSystems IRIS for Health #Health Connect #InterSystems IRIS 0 15 0 115
Question Evgeny Shvarov · Oct 30, 2023 FHIR client for InterSystems FHIR server Hi colleages! This is very easy to setup a FHIR server in InterSystems IRIS for Health. It could be even one IPM command with this package: USER>zpm "install fhir-server" But which FHIR portal could you recommend to use? I used to work with this one, which is very easy to install too: USER>zpm "install fhir-portal" but it doesn't work at the moment and I'm not sure if its main contributors @José Pereira and @Henrique Dias plan to support it. What do you use? What do you recommend? Ideally installable with IPM package manager. Thanks! #FHIR #InterSystems Package Manager (IPM) #InterSystems IRIS for Health 2 3 0 318
Question Evgeny Shvarov · Jun 18, 2023 What are The Business Operation's Messages Types? Hi devs! How one can understand the classnames of request and response messages of a given operation? E.g. when I build the data transformation, how do I know which message will come to the operation? #Development Environment #Interoperability #ObjectScript #InterSystems IRIS 2 15 0 466
Question Evgeny Shvarov · May 13, 2023 Debugging 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? And what is more important, a handy way to debug the test method? Why do we have unittest methods as instance methods? #Key Question #ObjectScript #Testing #InterSystems IRIS 1 25 0 675
Question Evgeny Shvarov · Feb 28, 2023 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 6 0 479