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 (64)
  • Replies (408)
  • Mentions (145)
  • Official certification & Credly badges (11)
  • Global Masters badges (38)
  • Followers (28)
  • Following (6)
AllAccepted answers
    go to post
Luis Angel Pére... · Oct 18, 2024

Try to put together all the calls followed by the sync, all of them inside the scope and at the end, after the sync, the catchall.

0 0 https://dev.community.intersystems.com/post/help-needed-how-ensure-bpl-%3F%3F%3F%3F%3F-all-asynchronous-calls-proceeding%CC%BD%CD%93?page=2#comment-272721
    go to post
Luis Angel Pére... · Oct 18, 2024

Sync is your friend! Declare it after calls and configure it to wait for the answers. 

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

0 0 https://dev.community.intersystems.com/post/help-needed-how-ensure-bpl-%3F%3F%3F%3F%3F-all-asynchronous-calls-proceeding%CC%BD%CD%93?page=2#comment-272711
    go to post
Luis Angel Pére... · Oct 15, 2024

The problem with web applications is that sometimes the behaviour is a bit "stange", it's possible that the DTL page would be cached on explorer's memory and this makes it to work with errors.

1 0 https://dev.community.intersystems.com/post/business-process-designer-error-you-must-specify-response-message-class-order-build-call?page=2#comment-272551
    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://dev.community.intersystems.com/post/simple-way-compare-streams?page=2#comment-272341
    go to post
Luis Angel Pére... · Oct 10, 2024

Have you tried this? 

https://community.intersystems.com/post/how-do-you-change-namespaces-rou...

0 0 https://dev.community.intersystems.com/post/how-switch-namespaces-and-access-sys-namespace-openapi-generated-classmethod?page=2#comment-272321
    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://dev.community.intersystems.com/post/simple-way-compare-streams?page=2#comment-272316
    go to post
Luis Angel Pére... · Oct 8, 2024

Performance in what functionality? Interoperability? SQL queries? Database configuración?

0 0 https://dev.community.intersystems.com/post/performance-tuning-techniques-emmanuel-katto-uganda?page=2#comment-272116
    go to post
Luis Angel Pére... · Oct 4, 2024

To do async calls shouldn't be a problem: 

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

0 0 https://dev.community.intersystems.com/post/how-call-bo-other-bo?page=2#comment-271911
    go to post
Luis Angel Pére... · Sep 25, 2024

What functionality do you need that is not covered by the community license?

0 0 https://dev.community.intersystems.com/post/30-days-full-working-test-license?page=2#comment-270866
    go to post
Luis Angel Pére... · Sep 23, 2024

It's a pleasure @Tani Frankel ! Congratulations for your great exercise!
​​​

0 0 https://dev.community.intersystems.com/post/smart-fhir-app-sample-hands-exerciseworkshop-instructions?page=2#comment-270686
    go to post
Luis Angel Pére... · Sep 19, 2024

I think that @Laura Blázquez García is doing something similar to what you are asking for, using the DTLs of IRIS for Health to transform an ORU^R01 message into FHIR resources in a bundle, maybe you can send a message to her. 

0 0 https://dev.community.intersystems.com/post/fhir-sda-example?page=2#comment-270481
    go to post
Luis Angel Pére... · Sep 12, 2024

 

1 0 https://dev.community.intersystems.com/post/determine-jobprocess-state?page=2#comment-270116
    go to post
Luis Angel Pére... · Sep 12, 2024

Maybe dequeuing state is what you are looking for:

DEQ - Dequeue wait (currently unusued)

0 0 https://dev.community.intersystems.com/post/determine-jobprocess-state?page=2#comment-270086
    go to post
Luis Angel Pére... · Sep 10, 2024

Record Map is used to parse rows from CSV files into Objectscript objects, you can use DTLs or by code directly to get the fields from the HL7 message and save into a string variable. Something like:

set myString = request.GetValueAt("PID:3.4.1")

In this case request is an Enslib.HL7.Message variable.

0 0 https://dev.community.intersystems.com/post/record-map-transform-hl7-message-separated-string-stream?page=2#comment-269931
    go to post
Luis Angel Pére... · Sep 6, 2024

It's not working because the images looks like have been removed: https://containers.intersystems.com/contents

0 0 https://dev.community.intersystems.com/post/image-not-downloading?page=2#comment-269821
    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://dev.community.intersystems.com/post/error-querying-foreign-table-mysql?page=2#comment-269506
    go to post
Luis Angel Pére... · Aug 30, 2024

Does the file generated from pandoc (the initial output.pdf) readable?

0 0 https://dev.community.intersystems.com/post/create-pdf-and-transfer-it-rest?page=2#comment-269436
    go to post
Luis Angel Pére... · Aug 30, 2024

Don't forget to enable SSL connections for SuperServer!

0 0 https://dev.community.intersystems.com/post/developing-smart-fhir-applications-auth0-and-intersystems-iris-fhir-server-configuration?page=2#comment-269431
    go to post
Luis Angel Pére... · Aug 29, 2024

Well, it really simplifies the task of search and deep dive into hundred of community articles to get a specific piece of code, in my case, how to export SQL Gateway configurations:

https://community.intersystems.com/ask-dc-ai?question_id=251638

1 0 https://dev.community.intersystems.com/post/share-how-developer-community-ai-helped-you-your-chance-win?page=2#comment-269351
    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://dev.community.intersystems.com/post/fhir-response-data-message-class-questionissue?page=2#comment-269236
  • first
  • ‹ previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • next ›
  • last
Luis Angel Pérez Ramos
@LuisAngel.PérezRamos
Sales Engineer at InterSystems Iberia
MOD
Follow
Open Exchange profile

User statistics

Posts
64
Replies
408
Likes
441
Applications
21
Badges
38
Followers
28
People reached
25K
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