go to post Padmaja Konduru · Oct 19, 2023 Hi Luis, I have run the command as mentioned in the document "C:\InterSystems\IRIS\bin>irispip install --target C:\InterSystems\IRIS\mgr\python numpy" and it created package in IRIS installation path C:\InterSystems\HealthConnect\mgr\python but library classes not installed in Studio. I am not sure about how to import Python classes into %SYSTEM/%SYS package. I am planning to use [Language=python] and import python code into object script.
go to post Padmaja Konduru · Oct 5, 2023 You can declare the Property to %Stream.GlobalCharacter and you can use code function and Write the content in the variable example are the below commands. It works for me. Example: Property Content As %Stream.GlobalCharacter; Transformation in DTL :Do target.Content.Write( source.ClinicalReport.content)
go to post Padmaja Konduru · Oct 3, 2023 Hi Prasanth, you can refer the below links for your solution which helps to read text and decode the content. https://community.intersystems.com/post/extract-text-file
go to post Padmaja Konduru · Sep 5, 2023 you can go through learning link - https://learning.intersystems.com/course/view.php?name=FHIRStarterDemo
go to post Padmaja Konduru · Jul 19, 2023 https://community.intersystems.com/post/lets-write-angular-1x-app-cach%C...
go to post Padmaja Konduru · Jul 19, 2023 https://community.intersystems.com/post/getting-angular-ui-your-intersys...
go to post Padmaja Konduru · Jul 18, 2023 https://community.intersystems.com/post/function-check-if-string-json-ob... another article to validate JSON string
go to post Padmaja Konduru · Jul 18, 2023 This article give you an idea https://community.intersystems.com/post/json-schema-applied-intersystems...
go to post Padmaja Konduru · Jul 4, 2023 I have tried using default Settings property WebServiceURL for the operation and commented the Location Parameter in Proxy Class. It worked. Thanks
go to post Padmaja Konduru · May 19, 2023 You can try the below command instead of Set tempStream= test.document do tempStream.write(test.document)
go to post Padmaja Konduru · Apr 23, 2023 https://docs.intersystems.com/healthconnect20191/csp/docbook/Doc.View.cl...
go to post Padmaja Konduru · Mar 21, 2023 Hi Prasanth, Can you try this, Do $System.Status.DisplayError(status)