go to post Padmaja Konduru · Jul 4 Set time = "2024-07-04 13:58:43.628" W !,##class(Ens.Util.Time).ConvertDateTime(time,"%q(1)","%q(0)") 20240704135843
go to post Padmaja Konduru · Apr 15 Thank you Luis, I have updated query and it is working fine. Thank you so much for your response.
go to post Padmaja Konduru · Mar 11 You can find the details in the below link https://github.com/grongierisc/iris-healthtoolkit-service/blob/main/src/...
go to post Padmaja Konduru · Feb 16 Hi Prasanth, https://docs.intersystems.com/irisforhealthlatest/csp/docbook/DocBook.UI... the documentation given the details how to apply api-key to the FHIR repository. Set otherHeaders("X-API-Key") = "123" Do clientObj.SetOtherRequestHeaders(.otherHeaders)
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