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 (35)
  • Replies (74)
  • Mentions (4)
  • Official certification & Credly badges (0)
  • Global Masters badges (0)
  • Following (0)
  • Followers (0)
AllAccepted answers
    go to post
ED Coder · Jul 28, 2021

Thank you Jeffrey as always. We log all our data in the cache so pulling details based on that. 

0 0 https://community.intersystems.com/post/how-can-i-find-report-messages-processed-production#comment-162766
    go to post
ED Coder · Jul 28, 2021

Thank you Muhammad, will have a look. But our version is the old one not IRIS. 

0 0 https://community.intersystems.com/post/how-can-i-find-report-messages-processed-production#comment-162761
    go to post
ED Coder · May 6, 2021

Thank you Jeff, as always a clear explanation and detailed.

0 0 https://community.intersystems.com/post/how-can-i-add-two-values-segment-field-separated#comment-155126
    go to post
ED Coder · May 6, 2021

Thank you David, this worked for me.

0 0 https://community.intersystems.com/post/how-can-i-add-two-values-segment-field-separated#comment-155121
    go to post
ED Coder · Jan 30, 2021

thank you Nigel, so detailed, and very well explained. I appreciate that

0 0 https://community.intersystems.com/post/immediate-ack-message-going-across-ca-how-can-i-set-it-aa#comment-144111
    go to post
ED Coder · Jan 23, 2021

Thank You Timothy, for kindly taking the time to guide me. so clear explaination. Thank you

0 0 https://community.intersystems.com/post/zen-table-pane-can-i-update-row-table-pane#comment-143066
    go to post
ED Coder · Jan 22, 2021

Wow Wow Wow!! Thank You.

0 0 https://community.intersystems.com/post/immediate-ack-message-going-across-ca-how-can-i-set-it-aa#comment-143041
    go to post
ED Coder · Jan 9, 2021

Thank you for this Timothy. Goes a long way.. so clear and able to understand well. 

0 0 https://community.intersystems.com/post/zen-pages-how-update-table-pane-using-javascript-event-handler#comment-141831
    go to post
ED Coder · Jan 8, 2021

That worked a charm Timothy, thank you. Can I ask, if I want to add an additional date field, how can  I add a between clause in the createSearchResult set method? so

Where name starts with

And Somedate BETWEEN ?(datefilter1) and ?(datefilter2)

0 0 https://community.intersystems.com/post/zen-pages-how-update-table-pane-using-javascript-event-handler#comment-141746
    go to post
ED Coder · Jan 7, 2021

super. thank you for the best practice guidance

0 0 https://community.intersystems.com/post/how-get-value-zen-component#comment-141696
    go to post
ED Coder · Jan 6, 2021

You can get the value by : zenPage.getComponentById('dtfrom').value;

0 0 https://community.intersystems.com/post/how-get-value-zen-component#comment-141616
    go to post
ED Coder · Nov 25, 2020

Thank You Julius, very informative for me. Gives me an idea of the different ways I can implement the solution

0 0 https://community.intersystems.com/post/change-date-format-easier-way-objectscript#comment-138836
    go to post
ED Coder · Nov 25, 2020

Amazing idea. Thank you Julius.

0 0 https://community.intersystems.com/post/change-date-format-easier-way-objectscript#comment-138826
    go to post
ED Coder · Nov 12, 2020

Thank you so much Julian... Much appreciated.

0 0 https://community.intersystems.com/post/there-way-pass-acknowledgement-business-operation-business-service#comment-137651
    go to post
ED Coder · Nov 11, 2020

my input is EnsLib.HL7.Service.TCPService and my BO  - send is EnsLib.HL7.Operation.TCPOperation. Can I still use it? I see that my input has the option for ACk setting. Will your method work if I set it to Application?

0 0 https://community.intersystems.com/post/there-way-pass-acknowledgement-business-operation-business-service#comment-137526
    go to post
ED Coder · Nov 11, 2020

Thank you Eduard, but how do I set the SendRequestSync?

0 0 https://community.intersystems.com/post/there-way-pass-acknowledgement-business-operation-business-service#comment-137521
    go to post
ED Coder · Sep 18, 2020

Hi Kurro, once I make the change, should I be updating the segment?

I am doing a findSegment again? is that wrong?

Below is an example of the HL7 we get, it comes as a 0 , I want to replace it with "No code"

0 0 https://community.intersystems.com/post/unable-set-dg1-segment-after-cloning#comment-133606
    go to post
ED Coder · Sep 18, 2020

Hi Kurro, yes that is a typo, sorry. for some reason it isnt getting into the segment. Do you think I should first clear the segment and then set the value?

0 0 https://community.intersystems.com/post/unable-set-dg1-segment-after-cloning#comment-133581
    go to post
ED Coder · Sep 17, 2020

Hi Vic, I am adding to an already existing function and its a bit of just adding this bit and using it. Is there a way to use the $data function to read the subscript1 of a global? Like $data(^GLOBAL("123"))? I just want to read the first part of the Global

0 0 https://community.intersystems.com/post/how-compare-first-part-global-replacing-segment#comment-133536
    go to post
ED Coder · Sep 17, 2020

Thank You Robert, got it in by the following code

set file=##class(%Stream.FileCharacter).New()

do file.LinkToFile("c:\location of csv")

for quit:file.AtEnd set ^GLOBAL($piece(file.ReadLine(),",",1),$piece(file.ReadLine(),",",*)=""

0 1 https://community.intersystems.com/post/bulk-load-csv-global#comment-133506
  • 1
  • 2
  • 3
  • 4
  • next ›
  • last
ED Coder
@Eric.David
Follow

User statistics

Posts
35
Replies
74
Likes
3
Applications
0
Badges
0
Followers
0
People reached
26.9K
Accepted answers
4
  • 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