ED Coder · Jul 28, 2021 go to post

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

ED Coder · Jul 28, 2021 go to post

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

ED Coder · May 6, 2021 go to post

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

ED Coder · Jan 30, 2021 go to post

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

ED Coder · Jan 23, 2021 go to post

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

ED Coder · Jan 9, 2021 go to post

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

ED Coder · Jan 8, 2021 go to post

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)

ED Coder · Jan 6, 2021 go to post

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

ED Coder · Nov 25, 2020 go to post

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

ED Coder · Nov 11, 2020 go to post

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?

ED Coder · Sep 18, 2020 go to post

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"

ED Coder · Sep 18, 2020 go to post

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?

ED Coder · Sep 17, 2020 go to post

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

ED Coder · Sep 17, 2020 go to post

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(),",",*)=""

ED Coder · Aug 31, 2020 go to post

HI Robert,  thank you, I was able to use your advice on implementing the code. What does the #10 do? I was able to use your suggestion because I already had a Business Process defined, which I could just plug in your suggestion.

ED Coder · Aug 27, 2020 go to post

Hi Marc, thank you so much for that. This is a new thought process for me. 

ED Coder · Aug 27, 2020 go to post

Hi Robert, I am getting the list in an excel file, and thinking I could use a straight global to load the values and compare. Is that a good way?

^EDLIST("DIAG", "X123, internal health") = ""

^EDLIST("DIAG", "X234, External health") = ""

ED Coder · Jul 14, 2020 go to post

spot on Cristiano.  I will need to find a way to identify the segment and get the value. Thank you so much.

ED Coder · Jul 14, 2020 go to post

Hi Cristiano, Thank you so much,  I tried that too, but always returns blank.

pRequest.GetValueAt("PIDgrpgrp(1).ORCgrp(1).OBXgrp(2).OBX:6"). Is my syntax wrong?

ED Coder · May 6, 2020 go to post

Thank you so much Chris, I had to add the parentheses. Thank you for giving me the idea of referencing with the field number. I used to type the whole lot. This works faster.

Regards,

Eric

ED Coder · Apr 29, 2020 go to post

Thank You Vic, somehow the job stopped before I could run out of space (10GB). I was reading the docs and it said that there is no way of reversing the operation, panicked. Really appreciate for sending the details along.

ED Coder · Apr 15, 2020 go to post

Thank you for responding to my question Vic. Ok, thats a start, I will check the events and see if there is anything causing the dead jobs.