Hi @Martin Arnold,
The below article might be helpful in this regard:
https://community.intersystems.com/post/introduction-docker
Thanks
- Log in to post comments
Hi @Martin Arnold,
The below article might be helpful in this regard:
https://community.intersystems.com/post/introduction-docker
Thanks
Nice release, Like tending posts and notifications
Yes, I thought about it during my irisChatGPT app. A nice feature to have.
Thanks
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
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
Thanks @Iryna Mologa
Great News, Thanks @Anastasia Dyubaylo
Thanks @Shareek Ahamed
Nice enhancements 👍
Thanks @Evgeny Shvarov
Thanks @Vadim Aniskin
Thanks @Luis Angel Pérez Ramos
Thanks @Irène Mykhailova, Nice coverage 👍
Thanks community
Hi @Heloisa Paiva, Nice article and well explained.
Congratulations everyone!
It's an honor to be part of this community, which always provides opportunities to learn and enhance skills.
Thanks
Thanks @Luca Ravazzolo
Thanks @Michael Lei, Do you mean to publish this article on CN DC? if so then I already requested the translation.
Thanks @Guillaume Rongier
Thanks community for the recognition.
Thanks @samseer mannisseri
Congratulation to all the winners and participants 👏👏
Thanks organizers for providing this amazing opportunity to participate
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
Hi @Maria Gladkov, Nice article and very well explained. Thanks
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
Please check my below article about resource validation.
https://community.intersystems.com/post/creating-and-validating-any-hl7…
Thanks
Thanks @Olga Zavrazhnova for the arrangement of Community Roundtable and for the updates
Right @Juanito Doolub, Thanks
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
I think you have to include patient identifier(id) in patient resource