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 (65)
  • 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... · Jul 31, 2024

Description of assign action from the official documentation: 

Assigns values to properties in the business process execution context.

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

This means that assign only works in the context of a business process, you can't modify the original message received.

0 0 https://community.intersystems.com/post/assign-action-not-working-hl7-production-ruleset?page=4#comment-267536
    go to post
Luis Angel Pére... · Jul 31, 2024

IRIS 2024.1 has no web server (but community version has). The fastest way to configure a web server is to install an IIS or Apache before to the IRIS installation and IRIS will detect and configure it.

0 0 https://community.intersystems.com/post/visual-studio-fail-connect-my-local-iris-error-message-not-found?page=4#comment-267531
    go to post
Luis Angel Pére... · Jul 25, 2024

But it depends of your IRIS version. For previous versions only 8 and 11 were supported.

0 0 https://community.intersystems.com/post/java-21-support?page=4#comment-267066
    go to post
Luis Angel Pére... · Jul 25, 2024

It's supported, in theory: 

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

0 0 https://community.intersystems.com/post/java-21-support?page=4#comment-267061
    go to post
Luis Angel Pére... · Jul 21, 2024

It looks like a problem of permissions of the user.

0 0 https://community.intersystems.com/post/installed-iris-health-unable-create-anything-due-5002-error?page=4#comment-266546
    go to post
Luis Angel Pére... · Jul 21, 2024

Is there any error in messages.log file (under mgr folder)? 

0 0 https://community.intersystems.com/post/iris-health-developer-version-interoperability-production-page-freezing?page=4#comment-266541
    go to post
Luis Angel Pére... · Jul 16, 2024

Did you try what @Marc Mundt told you? Check if there is a process that is using the port dedicated for the JDBC conenction (in your warning the port 5003).

0 0 https://community.intersystems.com/post/failed-start-gateway-server-error-5023-remote-gateway-error-communication-failure-port-5000?page=4#comment-266106
    go to post
Luis Angel Pére... · Jul 15, 2024

Hi! @Learning by_passion 
Take a look to this  page of the official documentation:

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

0 0 https://community.intersystems.com/post/i-need-iso-timezone-date-format?page=4#comment-265926
    go to post
Luis Angel Pére... · Jun 12, 2024

Have you tried asking to ChatGPT? 

0 0 https://community.intersystems.com/post/x12-832-4010-sef-or-xsd-file?page=4#comment-263321
    go to post
Luis Angel Pére... · Jun 12, 2024

The only way to insert info into a different database is to configure a sql gateway connection by JDBC and execute the SQL with the insert.

0 0 https://community.intersystems.com/post/how-insert-data-third-party-database%EF%BC%9F?page=4#comment-263316
    go to post
Luis Angel Pére... · Jun 12, 2024

Just the first line?

set str=##class(%Stream.FileCharacter).%New()
do str.LinkToFile("c:\myfolder\file.csv")
set $listbuild(VALUE1,VALUE2,VALUE3)=$listfromstring(str.ReadLine())
0 0 https://community.intersystems.com/post/how-read-file?page=4#comment-263306
    go to post
Luis Angel Pére... · Jun 12, 2024

%Stream.FileBinaryGzip extends %Stream.FileBinary, so they are practically equals, the only difference is the gzip compression and maybe a read process a bit slower with Gzip than just with FileBinary (and this is more a feeling than a fact).

0 0 https://community.intersystems.com/post/difference-between-streamfilebinary-and-streamfilebinarygzip?page=4#comment-263261
    go to post
Luis Angel Pére... · Jun 10, 2024

Hi @Michael Wood ! What is the type of context.FHIRResponse.Body? Interoperability with FHIR usually works with HS.FHIRServer.Interop.Response class in wich the JSON FHIR is saved as a Stream.

Could you tell us something else about what are you doing?

0 0 https://community.intersystems.com/post/api-response-truncating?page=4#comment-263116
    go to post
Luis Angel Pére... · Jun 7, 2024

I'm assuming that every new patient received in a HL7 message has to be created as IRIS user so in the BP I'm creating the user and assigning it to the new task.

1 0 https://community.intersystems.com/post/tasks-flow-intersystems-iris-workflow-engine-connecting-external-applications?page=4#comment-263081
    go to post
Luis Angel Pére... · Jun 7, 2024

Hi @Eduard Lebedyuk! The task is assigned in the BP to the user informed in the HL7 message when it's created.

​​

1 0 https://community.intersystems.com/post/tasks-flow-intersystems-iris-workflow-engine-connecting-external-applications?page=4#comment-263071
    go to post
Luis Angel Pére... · May 31, 2024

Check this doc:

https://docs.intersystems.com/iris20241/csp/docbook/Doc.View.cls?KEY=ROA...

0 0 https://community.intersystems.com/post/authentication-api?page=4#comment-262611
    go to post
Luis Angel Pére... · May 18, 2024

Reading the returned error it looks like that java 11 is mandatory.

0 0 https://community.intersystems.com/post/fhir-profile-validation-java-issues?page=4#comment-261901
    go to post
Luis Angel Pére... · May 16, 2024

You can find a short description about the function clicking on it:

0 0 https://community.intersystems.com/post/intersystems-class-dictionary?page=4#comment-261571
    go to post
Luis Angel Pére... · May 16, 2024

As the error says, you have to install the JDK 11 on your computer from here and configure JAVA_HOME system environment variable:

Perhaps you have already configured it but with newer version.

0 0 https://community.intersystems.com/post/fhir-profile-validation-java-issues?page=4#comment-261521
    go to post
Luis Angel Pére... · May 10, 2024

I asked the same: 

https://community.intersystems.com/post/visual-studio-soap-wizard

The answer is yes! Check the answer in the question.

1 0 https://community.intersystems.com/post/there-vscode-equivalent-studio-soap-wizard?page=4#comment-261051
  • first
  • ‹ previous
  • …
  • 3
  • 4
  • 5
  • 6
  • 7
  • …
  • next ›
  • last
Luis Angel Pérez Ramos
@LuisAngel.PérezRamos
Sales Engineer at InterSystems Iberia
MOD
Follow
Open Exchange profile

User statistics

Posts
65
Replies
421
Likes
460
Applications
22
Badges
38
Followers
28
People reached
27.2K
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