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... · Apr 22

You can see here what is each version:

https://docs.intersystems.com/iris20251/csp/docbook/Doc.View.cls?KEY=PAG...

1 0 https://community.intersystems.com/post/confusing-container-tags-containersintersystemscom#comment-280576
    go to post
Luis Angel Pére... · Mar 25

https://es.community.intersystems.com/post/%C2%BFc%C3%B3mo-tokenizar-un-...

0 0 https://community.intersystems.com/post/how-tokenize-text-using-sentencetransformer#comment-280172
    go to post
Luis Angel Pére... · Mar 11

Maybe this doc can help you:

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

0 0 https://community.intersystems.com/post/docker-iriscommunity-mount#comment-279960
    go to post
Luis Angel Pére... · Feb 14

Have you tried to merge the pdf using Embedded Python? In IRIS 2023 is already available, you only require to install the pypdf library in your instance to use it.

You can find an example of pdf merge using python here.

0 0 https://community.intersystems.com/post/intersystems-reports-logi-reports-does-it-merge-multiple-pdfs#comment-279499
    go to post
Luis Angel Pére... · Jan 24

You can get the latest version from here:

https://containers.intersystems.com/contents?family=InterSystems%20IRIS%...

3 0 https://community.intersystems.com/post/we-are-looking-access-some-iris-database-test-our-dataailink-system#comment-279153
    go to post
Luis Angel Pére... · Oct 28, 2024

Hi @Kurro Lopez 

Did you follow step by step this documentation?

1 0 https://community.intersystems.com/post/rename-namespace-has-removed-all-my-code#comment-273306
    go to post
Luis Angel Pére... · Oct 10, 2024

It's really easy, to declare a dynamic object you just need: 

set dynamicObject = {}
do dynamicObject.%Set(...)

https://docs.intersystems.com/csp/docbook/Doc.View.cls?FIND=CLASSES+%25L...

0 0 https://community.intersystems.com/post/simple-way-compare-streams#comment-272341
    go to post
Luis Angel Pére... · Oct 10, 2024

Well, not sure if this would work but maybe you can set the stream into a dynamic object using the stream>base64 transformation and compare base64 Vs base64.

https://docs.intersystems.com/iris20242/csp/documatic/%25CSP.Documatic.c...

0 0 https://community.intersystems.com/post/simple-way-compare-streams#comment-272316
    go to post
Luis Angel Pére... · Sep 2, 2024

@Michael Golden gave me the solution!

CREATE FOREIGN SERVER server-name FOREIGN DATA WRAPPER jdbc CONNECTION 'mysqlconnection' NODELIMITEDIDS
0 0 https://community.intersystems.com/post/error-querying-foreign-table-mysql#comment-269506
    go to post
Luis Angel Pére... · Aug 28, 2024

Some time ago I wrote some articles doing something similar to what you are trying now:

https://community.intersystems.com/post/using-fhir-adapter-offer-fhir-se...

0 0 https://community.intersystems.com/post/fhir-response-data-message-class-questionissue#comment-269236
    go to post
Luis Angel Pére... · Aug 28, 2024

I install it directly from the intersystems_irispython-3.2.0-py3-none-any.whl file (here):

pip install intersystems_irispython-3.2.0-py3-none-any.whl

0 0 https://community.intersystems.com/post/pip-install-iris-use-python-source-file#comment-269231
    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#comment-267536
    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#comment-263316
    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#comment-263261
    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#comment-261051
    go to post
Luis Angel Pére... · Apr 25, 2024

Have you defined the target config name?

0 0 https://community.intersystems.com/post/how-configure-incoming-soap-service-management-portal#comment-259896
    go to post
Luis Angel Pére... · Apr 12, 2024

The documentation is pretty clear, you have to include the external table as a subquery:

FROM Sample.Person,(SELECT * FROM Mylink.Person)

That means that you have to modify your view to use the external table in that way. 

0 0 https://community.intersystems.com/post/select-view-throwing-error-references-sql-connection-must-constitute-whole-subquery#comment-258691
    go to post
Luis Angel Pére... · Apr 12, 2024

You can create your own HL7 schema to include the NTE segment for the ADT message, you will be able to configure the FileService to get HL7 messages based on your custom schema:

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

1 0 https://community.intersystems.com/post/unable-process-nte-segment-adt-message-during-file-pass-thru#comment-258681
    go to post
Luis Angel Pére... · Apr 10, 2024

Have you checked this comment? 

https://community.intersystems.com/post/encoding-base64-stream-chunk-siz...

0 0 https://community.intersystems.com/post/convert-streamglobalbinary-base64#comment-258406
    go to post
Luis Angel Pére... · Mar 14, 2024

PUT and DELETE works, but you have to use as id the generated by FHIR server, you can't use MRN or any other type of id.

0 0 https://community.intersystems.com/post/how-send-put-using-hsfhirdtlutilhcsda3fhirprocess#comment-255471
  • 1
  • 2
  • 3
  • 4
  • 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.3K
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