Muhammad Waseem · Jul 10, 2023 go to post

Congratulation to all the winners and organizers 👏
It was a great contest with a lot of learnings. I heard first time about langchain in this contest  

Muhammad Waseem · Jul 7, 2023 go to post

Hi @Evgeny Shvarov 
Thanks for publishing the bonuses.
Please note that  I have added FHIR SQL Builder functionality in my new release of irisChatGPT application. So pls consider it.
Thanks

Muhammad Waseem · Apr 24, 2023 go to post

Congratulations everyone! 
It's an honor to be part of this community, which always provides opportunities to learn and enhance skills.
Thanks
 

Muhammad Waseem · Apr 3, 2023 go to post

Congratulation to all the winners and participants 👏👏
Thanks organizers for providing this amazing opportunity to participate

Muhammad Waseem · Apr 3, 2023 go to post

Hi @Evgeny Shvarov,
List of Tables can be listed by using the below query against all or specific schema:

SELECT TOP 5 * FROM INFORMATION_SCHEMA.TABLES
--WHERE TABLE_NAME LIKE '%CSP%'


While Columns details can be listed by using the below query:

SELECT TOP 5 * FROM INFORMATION_SCHEMA.COLUMNS
--WHERE TABLE_NAME LIKE '%CSP%'
--AND TABLE_SCHEMA LIKE '%CSP%'

Thanks

Muhammad Waseem · Mar 6, 2023 go to post

Looks like there are some restrictions while installing win32api with pip
Try with pypiwin32 module as below: 
C:\Users\kurthofman> C:\InterSystems\IRIS\bin\irispip install --target C:\InterSystems\IRIS\mgr\python pypiwin32

Muhammad Waseem · Feb 27, 2023 go to post

As @Tani Frankel mentioned, The newly created resource id should be part of response location key value as below:
HTTP:/1.1 201 Created
Location : localhost:52773/fhir/Patient/122