Learning Documentation Community Open Exchange Global Masters Certification Partner Directory Ideas Portal
Developer Community
  • Posts
    • InterSystems Official
    • Articles
    • Questions
    • Announcements
    • Discussions
    • Tags
  • Events
    • Tech Article Contest
    • Programming Contest
    • InterSystems Ideas Contest
    • Event Calendar
  • Products
    • InterSystems IRIS
    • InterSystems IRIS for Health
    • HealthShare
    • TrakCare
    • Caché
    • Ensemble
    • InterSystems Analytics (DeepSee)
    • InterSystems Text Analytics (iKnow)
  • Jobs
    • Job Opportunity
    • Job Wanted
  • Members
  • About
    • About Us
    • FAQ
    • Feedback
    • Report an Issue
    • Share an Idea
    • Code of Conduct
    • Contact Us

EN

Search by posts, members, tags
Language
EN|
ESPTJPCNFREN
New post
  • Profile page
  • Posts (574)
  • Replies (3,146)
  • Mentions (562)
  • Official certification & Credly badges (4)
  • Global Masters badges (15)
  • Followers (62)
  • Following (38)
AllAccepted answers
    go to post
Evgeny Shvarov · Mar 29, 2023

Thanks @Guillaume Rongier !

0 0 https://community.intersystems.com/post/how-can-i-know-patient-id-newly-submitted-patient-resource?page=28#comment-219876
    go to post
Evgeny Shvarov · Mar 29, 2023

Do you mind to Release on Open Exchange? Please?

0 0 https://community.intersystems.com/post/objectscriptquality-vscode-mac-m1m2?page=28#comment-219871
    go to post
Evgeny Shvarov · Mar 28, 2023

You can try %MONLBL to dig into the performance. The related article by @Sergei Sarkisian 

0 0 https://community.intersystems.com/post/read-only-cls?page=28#comment-219791
    go to post
Evgeny Shvarov · Mar 25, 2023

Great example, @Alberto Fuentes !

Curious, what makes this method DeliverToSubscriber being called in Operation?

0 0 https://community.intersystems.com/post/publish-subscriber-example-iris?page=28#comment-219631
    go to post
Evgeny Shvarov · Mar 24, 2023

Thanks @Julian Matthews ! Very important! Do you have any sample app that demonstrates the approach?

0 0 https://community.intersystems.com/post/tutorial-creating-hl7-tcp-operation-granular-error-handling?page=28#comment-219591
    go to post
Evgeny Shvarov · Mar 24, 2023

Yes. That’s why it is called Embedded Python

0 0 https://community.intersystems.com/post/embedded-python-virtual-environement-venv?page=28#comment-219586
    go to post
Evgeny Shvarov · Mar 24, 2023

If you go with IPM+Git-source-control you can use wildcards as "MyApp.PKG" which will consider included all the classes in MyApp class package.

0 0 https://community.intersystems.com/post/git-shared-development-environments?page=28#comment-219566
    go to post
Evgeny Shvarov · Mar 24, 2023

Yay!

This time you can develop the solution for the contest in ANY language that understands SQL!

Python, java, .NET, js, C++, Rust, Go, ObjectScript - anything!

Looking forward!

3 0 https://community.intersystems.com/post/intersystems-iris-cloud-sql-and-integratedml-contest?page=28#comment-219536
    go to post
Evgeny Shvarov · Mar 20, 2023

Hi @water huang . I notice you use a dot syntax to work with stack levels. ObjectScript has {} for this purpose which seems much more effective.

1 0 https://community.intersystems.com/post/tutorial-real-practice-china-hosipital-infomatics-construction-how-autobackup-your-code-auto?page=28#comment-218796
    go to post
Evgeny Shvarov · Mar 20, 2023

It looks like you try to reinvent git. Why? Here is the default iris template that has everything related source control out-of-the-box.

0 0 https://community.intersystems.com/post/tutorial-real-practice-china-hosipital-infomatics-construction-how-autobackup-your-code-auto?page=28#comment-218791
    go to post
Evgeny Shvarov · Mar 18, 2023

Great instruction, Anastasia!

Maybe we could add a new(sic!) button into editor that will expect Youtube URL and will transform it into the embedded form and insert the fragment into the post?

Sounds easier than several operations?

1 0 https://community.intersystems.com/post/how-embed-video-your-post-intersystems-developer-community?page=28#comment-218706
    go to post
Evgeny Shvarov · Mar 18, 2023

We published a video on how to use it.

0 0 https://community.intersystems.com/post/passwordless-mode-dev-mode-iris?page=28#comment-218701
    go to post
Evgeny Shvarov · Mar 18, 2023

Do you have an example of importing csv into iris using dbt?

0 0 https://community.intersystems.com/post/load-data-does-not-insert-all-rows-and-leaves-no-message-failed-rows?page=28#comment-218696
    go to post
Evgeny Shvarov · Mar 18, 2023

Cool! Do you want to publish it on OEX? Please?

0 0 https://community.intersystems.com/post/how-can-you-test-access-iris-running-1972-linux?page=28#comment-218691
    go to post
Evgeny Shvarov · Mar 18, 2023

Hi @Tatiana Krupenya !

Thanks for the article! 

What is the way to establish connections to IRIS via DBeaver over the SSL?

0 0 https://community.intersystems.com/post/dbeaver-officially-supports-intersystems-iris?page=28#comment-218681
    go to post
Evgeny Shvarov · Mar 17, 2023

Hi @Joe Jones !

Take a look at the following sample app by @Guillaume Rongier  - it contains FHIR to HL7 transformation example, which is in fact JSON to HL7 also.
 

1 0 https://community.intersystems.com/post/how-read-json-file-and-convert-hl7-message?page=28#comment-218556
    go to post
Evgeny Shvarov · Mar 14, 2023

Hi @Jordan Everett !

You can debug in terminal using ZBreak And Break commands.

E.g. insert in the ObjectScript code a new line where you need to step-by-step debugging:

Break "L"

which means turn on interactive terminal debugging with line-by-line mode

and use "go" command to run the line of code.

1 0 https://community.intersystems.com/post/class-debugging-terminal?page=28#comment-218071
    go to post
Evgeny Shvarov · Mar 12, 2023

Thanks @Gertjan Klein , it is not that bad for the value it provides

0 0 https://community.intersystems.com/post/keep-your-docker-iris-images-shape?page=28#comment-217921
    go to post
Evgeny Shvarov · Mar 10, 2023

Also IPM enabled images are available.

you can use

FROM=intersystemsdc/iris-community:preview

to get the latest 2023.1 preview build with IPM onboard.

0 0 https://community.intersystems.com/post/announcing-developer-preview-3-intersystems-iris-iris-health-healthshare-health-connect-20231?page=28#comment-217911
    go to post
Evgeny Shvarov · Mar 10, 2023

Great stuff! 

If this increases the building time? How much?

0 0 https://community.intersystems.com/post/keep-your-docker-iris-images-shape?page=28#comment-217906
  • first
  • ‹ previous
  • …
  • 27
  • 28
  • 29
  • 30
  • 31
  • …
  • next ›
  • last
Evgeny Shvarov
@Evgeny.Shvarov
Senior Startups and Community Programs Manager at InterSystems Corporation
TEAM
Follow
Open Exchange profile

User statistics

Posts
574
Replies
3.1K
Likes
2K
Applications
54
Badges
15
Followers
62
People reached
334.5K
Accepted answers
230
  • Privacy & Terms
  • Guarantee
  • Section 508
  • Contest Terms
  • Cookies Settings
© 2025 InterSystems Corporation, Cambridge, MA. All rights reserved.

Log in or sign up

Log in or create a new account to continue

Log inSign up

Log in or sign up

Log in or create a new account to continue

Log inSign up

Log in or sign up

Log in or create a new account to continue

Log inSign up

Log in or sign up

Log in or create a new account to continue

Log inSign up