go to post Muhammad Waseem · Jun 4, 2022 I've added YouTube video and 2nd Article for iris-fhir-client app (https://openexchange.intersystems.com/package/iris-fhir-client) .So please consider it. Thanks
go to post Muhammad Waseem · Jun 2, 2022 @Michael Lei, I have created request for translation. 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 · Mar 10, 2022 Hi, You can use below code to get license information import iris // make sure to connect with %SYS namespace ref = iris.cls("SYS.Stats.Dashboard").Sample() content = { LicenseCurrent = ref.LicenseCurrent LicenseCurrentPct = ref.LicenseCurrentPct LicenseHigh = ref.LicenseHigh LicenseHighPct = ref.LicenseHighPct LicenseLimit = ref.LicenseLimit LicenseType = ref.LicenseType For more details kindly read the below article: https://community.intersystems.com/post/building-iris-responsive-dashboa... Thanks
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 22, 2022 Hi, If you are looking to connect to IRIS terminal from VS Code then first of all make sure docker container is running and then follow below steps: - From Menu select Terminal > New Terminal-Then Run this command to connect to IRIS terminaldocker-compose exec iris iris session iris Thanks
go to post Muhammad Waseem · Jan 17, 2022 Many thanks to DC for all of your support, It was great contest and I learned a lot, Congratulations to all winners.