go to post Muhammad Waseem · 11 hr ago Thanks @Irène Mykhailova for the sharing.This year’s event was an incredible opportunity to meet community heroes, explore cutting-edge technologies, forge meaningful connections, and exchange ideas with industry leaders.
go to post Muhammad Waseem · Jun 25 Congratulations @Dmitry Maslennikov! Your tireless commitment and innovative contributions to the community are remarkable.
go to post Muhammad Waseem · Jun 10 Nice article! Thanks for the clear explanation and practical insights!
go to post Muhammad Waseem · Jun 6 👋 Hello everyone! I'm Muhammad Waseem, currently working as a Technical Consultant specializing in healthcare data transformation, clinical trials systems, and AI-driven applications using InterSystems IRIS. I’ve been part of the InterSystems Global Summit for several years now, and I’m excited to be attending READY 2025 as well!I’m particularly focused on projects involving FHIR, HL7, and RAG-based solutions using vector search. Looking forward to connecting, learning, and sharing ideas with this amazing community! Let’s connect on LinkedIn:🔗 linkedin.com/in/muhammad-waseem-21259020
go to post Muhammad Waseem · May 1 code below might help: import iris # sql statement sql = "SELECT ID, Name, Age FROM Sample.Person WHERE Age = ?" result = iris.sql.exec(sql, Myage) for row in result: ## Unpack tuple directly id, name, age = row #Access by index (0-based in this case) name = row[1] # Name is 2nd column (index 1) # Print values print(f"ID: {id}, Name: {name}, Age: {age}")
go to post Muhammad Waseem · Apr 7 Congrats to all the winners! Amazing stuff—so much to learn from you all!
go to post Muhammad Waseem · Apr 5 Thanks @Evgeny Shvarov for sharing the Technological Bonuses Results.Note that the iris-AgenticAI application now supports Vector Search, and the second article is also published.
go to post Muhammad Waseem · Mar 10 Congratulations to all the winners and participants. Your articles were truly inspiring and showcased exceptional creativity and insight.
go to post Muhammad Waseem · Mar 6 I found that the issue was actually related to the Python installation itself. After resolving the installation problem, the application is now working fine. Thank you all for your help and support
go to post Muhammad Waseem · Mar 2 IRIS for Windows (x86-64) 2024.2 (Build 247U) Tue Jul 16 2024 09:57:03 EDT [Health:7.2.0-3.m2024.1.2]
go to post Muhammad Waseem · Mar 2 Hi @Guillaume Rongier I am getting the following error while calling iop on WindowsD:\temp\iop>iop -startWARNING:root:Error importing pythonint312: irisinit failedWARNING:root:Embedded Python not availableTraceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "D:\temp\iop\.venv\Scripts\iop.exe\__main__.py", line 4, in <module> File "d:\temp\iop\.venv\Lib\site-packages\iop\__init__.py", line 1, in <module> from iop._business_operation import _BusinessOperation File "d:\temp\iop\.venv\Lib\site-packages\iop\_business_operation.py", line 3, in <module> from iop._business_host import _BusinessHost File "d:\temp\iop\.venv\Lib\site-packages\iop\_business_host.py", line 8, in <module> from iop._decorators import input_serializer_param, output_deserializer File "d:\temp\iop\.venv\Lib\site-packages\iop\_decorators.py", line 3, in <module> from iop._dispatch import dispatch_deserializer, dispatch_serializer File "d:\temp\iop\.venv\Lib\site-packages\iop\_dispatch.py", line 15, in <module> def serialize_pickle_message(message: Any) -> iris.cls: ^^^^^^^^AttributeError: module 'iris' has no attribute 'cls'
go to post Muhammad Waseem · Feb 28 Hi @Enrico Parisi, Thank you for your valuable feedback! I appreciate you pointing that out. I have reviewed the relevant documentation and have updated the article.
go to post Muhammad Waseem · Jan 28 Congratulations to all, and thanks to the community for this recognition and all the support.