go to post Prasanth Annamreddy · Apr 8 Hi Tani, Thanks for your details, While set up analysis part it is throwing "Connection Refused.
go to post Prasanth Annamreddy · Feb 27 Hi Christine, You can try this Set yesterday = $zdt($h-1,3)Write yesterday
go to post Prasanth Annamreddy · Feb 16 Hi Prasanth, Here is the link https://community.intersystems.com/post/implementing-basic-auth-rest-api use it for your requirement.
go to post Prasanth Annamreddy · Feb 15 Hi Joshua, It allows DNS name instead of multiple IP addresses.
go to post Prasanth Annamreddy · Feb 5 Hi Pierre, It looks the error showing class does not exist, Here NS is defined in Uppercase letters and using the class name in different. Can you try like this.. Set sc = ##class(BNA.Utils.Sql).SelectFirstColsInArray(query, .userIds)
go to post Prasanth Annamreddy · Jan 20 Hi Bing, I have defined the SessionApplication property for "HS.FHIRServer.API.Data.Request" object Set request.SessionApplication="/csp/healthshare/<namespace>/fhir/r4". BaseURL looks not referring ServiceIdIdx value. After I debug my code, added the command and tried. It worked for me.
go to post Prasanth Annamreddy · Jan 18 Hi Nimisha, Here is the link to follow the server setup in the VsCode, It helps to understand from beginning https://intersystems-community.github.io/vscode-objectscript/configuration/
go to post Prasanth Annamreddy · Dec 28, 2023 Hi Abhishek, Please check the below link to use the sample code for FHIR conversion https://github.com/grongierisc/iris-healthtoolkit-service.git
go to post Prasanth Annamreddy · Dec 21, 2023 You can try like Set len=$$$MaxStringLength instead of 1000. The above example reading text upto 1000 characters so message is truncated while printing the message.
go to post Prasanth Annamreddy · Nov 22, 2023 Hi All, Thank you for your support, I could able to find the issue and corrected. Now I can able to publish the data to FHIR repository URL. Thank you all for your thoughts,
go to post Prasanth Annamreddy · Nov 20, 2023 I tried to send the Patient resource to FHIR repository through HS.FHIRServer.API.Data.Request object and now the above error disappear but my request not send to the repository and see the Operation log displays and I can send the data from Postman. I couldn't see any request coming through from interface in HTTP Access log. ERROR #5770: Object open failed because 'ServiceIdIdx' key value of '' was not found error. Could you please suggest why this error occurs. #dim patient AS HS.FHIR.DTL.vR4.Model.Base.Resource #dim interopRequest AS HS.FHIRServer.Interop.Request Set apiRequest = ##class(HS.FHIRServer.API.Data.Request).%New() Set apiRequest.QueryString="" Set apiRequest.BaseURL="/csp/healthshare/fhirdemo/fhir/r4" Set apiRequest.RequestMethod="POST" Set apiRequest.RequestFormatCode="JSON" Set apiRequest.ResponseFormatCode="JSON" Set apiRequest.RequestPath="/Patient"
go to post Prasanth Annamreddy · Nov 15, 2023 Thank you for your reply. I have processed resources and tried it to setup. I got a clear idea now. Thank you soo much again.
go to post Prasanth Annamreddy · Oct 12, 2023 Thank you so much Jeffrey. It helps me and working as expected.
go to post Prasanth Annamreddy · Sep 25, 2023 It looks the result set not fully executed by the service and forcefully terminating the service. Hence it throws the error. Can you try to extend the execution time and see, still getting the error.
go to post Prasanth Annamreddy · Sep 14, 2023 https://community.intersystems.com/post/vscode-load-xml-and-convert-udl
go to post Prasanth Annamreddy · Sep 2, 2023 Thank you Eduard & Ashok! It helps me to understand the work flow.