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.
go to post ED Coder · Jul 28, 2021 Thank you Muhammad, will have a look. But our version is the old one not IRIS.
go to post ED Coder · Jan 30, 2021 thank you Nigel, so detailed, and very well explained. I appreciate that
go to post ED Coder · Jan 23, 2021 Thank You Timothy, for kindly taking the time to guide me. so clear explaination. Thank you
go to post ED Coder · Jan 9, 2021 Thank you for this Timothy. Goes a long way.. so clear and able to understand well.
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)
go to post ED Coder · Jan 6, 2021 You can get the value by : zenPage.getComponentById('dtfrom').value;
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
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?
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"
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?
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
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(),",",*)=""