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
  • Profile page
  • Posts (66)
  • Replies (421)
  • Mentions (151)
  • Official certification & Credly badges (12)
  • Global Masters badges (38)
  • Followers (28)
  • Following (7)
AllAccepted answers
    go to post
Luis Angel Pére... · Feb 29, 2024

Here is the official documentation:

https://docs.intersystems.com/irisforhealthlatest/csp/docbook/DocBook.UI...

The type for ELEMENTQUALIFIED is Boolean (0 or 1).

0 0 https://community.intersystems.com/post/mismatched-definition-elementqualified-class-namespace?page=7#comment-253986
    go to post
Luis Angel Pére... · Feb 28, 2024

You are right! I copied the call to the BS from the Token message without review it.

0 0 https://community.intersystems.com/post/how-call-business-process-method?page=7#comment-253766
    go to post
Luis Angel Pére... · Feb 28, 2024

Hi Token! You need an interoperability production running with a business component with the same name that you are using to invoke it. The production has to be running on the same namespace.

0 0 https://community.intersystems.com/post/how-call-business-process-method?page=7#comment-253751
    go to post
Luis Angel Pére... · Feb 28, 2024

What do you mean with multiple Business Rules? you want to send your object throught more than one business rule? And send it where? To another business component?

0 0 https://community.intersystems.com/post/how-run-business-rules-single-cloned-objectenslibhl7message-and-send-it-rule-editor?page=7#comment-253741
    go to post
Luis Angel Pére... · Feb 28, 2024

Something like this:

set status = ##class(Ens.Director).CreateBusinessService("My.BusinessService", .instance)
set status = instance.SendRequestAsync("My.BusinessProcess", request, .response)
0 0 https://community.intersystems.com/post/how-call-business-process-method?page=7#comment-253726
    go to post
Luis Angel Pére... · Feb 27, 2024

Maybe this question from stackoverflow can help you:

https://stackoverflow.com/questions/68231387/starting-vs-code-hangs-with...

0 0 https://community.intersystems.com/post/has-anyone-connected-external-mysql-database-iris?page=7#comment-253676
    go to post
Luis Angel Pére... · Feb 26, 2024

You're welcome!

0 0 https://community.intersystems.com/post/has-anyone-connected-external-mysql-database-iris?page=7#comment-253571
    go to post
Luis Angel Pére... · Feb 25, 2024

I would get a bundle from patient X for each resource that you want to move and send a post for the patient Y with a bundle formed by the resources that you got modifying the reference to the patient Y.

1 0 https://community.intersystems.com/post/how-can-i-transer-data-one-patient-another?page=7#comment-253476
    go to post
Luis Angel Pére... · Feb 22, 2024

Here you can find an example about a jdbc connection, in the example is with MySQL, you only need to change the jar file and the class name.

0 0 https://community.intersystems.com/post/need-connect-ensemble-sql-server-management-studio-using-odbc-or-jdbc?page=7#comment-253401
    go to post
Luis Angel Pére... · Feb 22, 2024

Hi @Sheetal Kairawala ! Take a look to this article that I wrote:

​​​​​https://community.intersystems.com/post/connecting-mysql-database-busine...

3 1 https://community.intersystems.com/post/has-anyone-connected-external-mysql-database-iris?page=7#comment-253236
    go to post
Luis Angel Pére... · Feb 16, 2024

Is IRIS running properly?

0 0 https://community.intersystems.com/post/connect-iris-community-version-node-js?page=7#comment-252801
    go to post
Luis Angel Pére... · Feb 13, 2024

You can kill the process from the process manager of Windows looking for the id of process that you got from IRIS.

And from my experience with IntegratedML... Is not very fast but not so slow.

0 0 https://community.intersystems.com/post/stopping-integratedml-training-long-training-time?page=7#comment-252581
    go to post
Luis Angel Pére... · Feb 10, 2024

It seems like a problem with the web.config file:

https://stackoverflow.com/questions/53106327/web-config-error-handler-fo...

0 0 https://community.intersystems.com/post/content-type-change-iis?page=7#comment-252441
    go to post
Luis Angel Pére... · Feb 9, 2024

Thanks you very much!

0 0 https://community.intersystems.com/post/meet-global-masters-winners-january-2024?page=7#comment-252371
    go to post
Luis Angel Pére... · Feb 8, 2024

Have you tried setting the parameter as %JSONIGNORENULL?

https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls...

0 0 https://community.intersystems.com/post/deserialize-class-json-nodes-null?page=7#comment-252221
    go to post
Luis Angel Pére... · Feb 1, 2024

You can find more trainings related to interoperability and development in the same web. Our training team is doing a great job!

0 0 https://community.intersystems.com/post/where-hl7-data-and-how-access-after-data-coming-through-tcp-service?page=7#comment-251241
    go to post
Luis Angel Pére... · Feb 1, 2024

Well, WRC resolved the case, it was a bug of the HealthConnect-2023.1.0.235.1-lnxrh8x64 package.

0 0 https://community.intersystems.com/post/error-installing-health-connect-20231-redhat-86?page=7#comment-251131
    go to post
Luis Angel Pére... · Feb 1, 2024

You can join to the early access program to test the de-identifier functionality:

https://community.intersystems.com/post/sign-health-data-de-identifier-e...

1 0 https://community.intersystems.com/post/de-identify-phi?page=7#comment-251121
    go to post
Luis Angel Pére... · Jan 31, 2024

I suggest you to start with this training:

https://learning.intersystems.com/course/view.php?id=1350

It will solve most of your questions.

1 0 https://community.intersystems.com/post/where-hl7-data-and-how-access-after-data-coming-through-tcp-service?page=7#comment-251111
    go to post
Luis Angel Pére... · Jan 31, 2024

The Red Hat version is 8.6

0 0 https://community.intersystems.com/post/error-installing-health-connect-20231-redhat-86?page=7#comment-251021
  • first
  • ‹ previous
  • …
  • 6
  • 7
  • 8
  • 9
  • 10
  • …
  • next ›
  • last
Luis Angel Pérez Ramos
@LuisAngel.PérezRamos
Sales Engineer at InterSystems Iberia
MOD
Follow
Open Exchange profile

User statistics

Posts
66
Replies
421
Likes
467
Applications
22
Badges
38
Followers
28
People reached
27.6K
Accepted answers
77
  • 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