go to post Muhammad Waseem · Nov 23 Hi @Oliver Wilms, Iris-fhir-Client does not currently support the Epic FHIR sandbox server. It is designed to work with open FHIR servers. Epic FHIR sandbox servers require specific configurations/authentication methods that are outside the scope of what Iris-FHIR-Client supports at this time.
go to post Muhammad Waseem · Jan 1 Hi @Phillip Wu Just right click on server and navigate to edit settings. Click on edit settings Remove server settings from settings.jsonJust save the settings.Thanks
go to post Muhammad Waseem · Dec 28, 2023 Hi @Abhishek Raj Please check the below related documentation: https://docs.intersystems.com/irisforhealthlatest/csp/docbook/DocBook.UI...along with below online course:https://learning.intersystems.com/course/view.php?name=FHIRTransformationsHope it will help you. ThanksRegardsWaseem
go to post Muhammad Waseem · Mar 6, 2023 Looks like there are some restrictions while installing win32api with pipTry with pypiwin32 module as below: C:\Users\kurthofman> C:\InterSystems\IRIS\bin\irispip install --target C:\InterSystems\IRIS\mgr\python pypiwin32
go to post Muhammad Waseem · Feb 24, 2023 Looks like system is not recognizing class. Make sure class is compiled and class name is used correctly
go to post Muhammad Waseem · Feb 2, 2023 Please check the below link:https://community.intersystems.com/post/how-create-pdf-file-htmlThanks
go to post Muhammad Waseem · Feb 1, 2023 Hi @Jude Mukkadayil Please read the below documentation, this might be helpfulhttps://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls... Thanks
go to post Muhammad Waseem · Jan 24, 2023 Please check the below documentations: https://docs.intersystems.com/irislatest/csp/documatic/%25CSP.Documatic.... Thanks
go to post Muhammad Waseem · May 19, 2022 Hi @Christina Dykhouse Please read the below documentations :https://docs.intersystems.com/iris20212/csp/docbook/Doc.View.cls?KEY=PAG... QuickStart Learning material :https://learning.intersystems.com/course/view.php?name=Interop%20QSand following Online Course:https://learning.intersystems.com/course/view.php?id=1350Thanks
go to post Muhammad Waseem · Feb 10, 2022 Please check this article of @Yuri Marx https://community.intersystems.com/post/learning-path-beginners
go to post Muhammad Waseem · Jan 22, 2022 from local installation, follow below steps- From Menu select Terminal > New Terminal- Run irissession from installation directory (In my case its C:\InterSystems\IRISHealth\bin\) with instance name ("C:\InterSystems\IRISHealth\bin\irissession <instance name> ")e.g C:\InterSystems\IRISHealth\bin\irissession irishealth Thanks
go to post Muhammad Waseem · Jan 8, 2022 Hi Modify date format in your CSV to yyyy-mm-dd and then try. Thanks
go to post Muhammad Waseem · Dec 15, 2021 Hi @CROCKETT HOPE Values saved in database are not case sensitive.Thanks
go to post Muhammad Waseem · Oct 5, 2021 Please verify that the class is present in the list by clicking select new class magnifier Thanks
go to post Muhammad Waseem · Sep 25, 2021 Hi Mr. Omer Kindly try $ZCONVERT function to read the response: $ZCONVERT(dataObj.ErrorMessage,"I","UTF8") Thanks Thanks
go to post Muhammad Waseem · Sep 19, 2021 Hi, Have a look at the learning site: https://learning.intersystems.comPlease review below documentations as well:https://cedocs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=GCOS https://cedocs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=GORIENT Check this learning path:learning paths for what you want such as Building Your First Application with Caché and Learn Caché for Developers. Also check the video on how to start coding InterSystems Object Script with GitHub and VSCode on IRIS Community Edition. Thanks
go to post Muhammad Waseem · Sep 15, 2021 Hi @Davidson Espindola First date of every month will be 1 which you can concat with current month and year however for last month you can use LAST_DAY cache function by passing any date of desire month.SELECT LAST_DAY('2004-02-25') For details check below documentations: https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY...https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY... Thanks
go to post Muhammad Waseem · Sep 15, 2021 Hi, Are you using 32bit or 64bit ODBC and what is your operation system? Thanks
go to post Muhammad Waseem · Sep 14, 2021 Hi, Try to use table.refreshContents() function to clear selection.