go to post Joao Palma · Jul 31, 2019 Hi Paul.I would like to have a look into that package is it possible to send it to me?Kind Regards, Joao Palma
go to post Joao Palma · Jul 31, 2019 Hi Paul.I would like to have a look into that package is it possible to send it to me?Kind Regards, Joao Palma
go to post Joao Palma · Feb 22, 2019 To add up so we can help someone else...This is what I really needed for this to workSet reader = ##class(%XML.Reader).%New() Set status = reader.OpenString(messagedata) Do reader.Rewind() If $$$ISERR(status) {do $System.Status.DisplayError(status)} // Associate a class name with the XML element name Do reader.Correlate("MIU","Message.Request")
go to post Joao Palma · Feb 19, 2019 <Oceano> <Header> <DataSource>Oceano</DataSource> <DataType>EDAttendance</DataType> </Header> <Body> <MIU> <Department>BCH</Department> <TotalNumber>6</TotalNumber> <NumberWaitingToBeSeen/> <LongestWaitMin/> </MIU> <MIU> <Department>BOS</Department> <TotalNumber>1</TotalNumber> <NumberWaitingToBeSeen>1</NumberWaitingToBeSeen> <LongestWaitMin>109293</LongestWaitMin> </MIU> </Body></Oceano>Hope this helps
go to post Joao Palma · Feb 19, 2019 That's correct Robert. Althougth, I always get the following error for the parsecomment or processing instruction expected while processing Anonymous Stream at line 1 offset
go to post Joao Palma · Oct 24, 2018 Sorry I did not get back to you. It did not work so I opted for a Code activity in the Business process and doSet context.myvar = request.GetValueAt("/root/mynode")
go to post Joao Palma · Oct 9, 2018 Hi guysI'm trying something similar to this. I am call a bpl from another bpl.When I do a trace for a context variable in the second bpl it shows up as empty.I've also set the context super class in the 2nd bpl to be the context of the first one. I can see the context properties in the 2nd one in settings but they don't seem to be passed over.How can I get the context of the main bpl?Hope this makes sense...Regards
go to post Joao Palma · Aug 14, 2018 Thank you Tani. The issue here is Ensemble does not retroactively index messages that were received before you added the search table class. I need some information from the Past. I must create a report on the XML received messages since April based on one of the xml nodes values which distinguishes the document types.
go to post Joao Palma · Aug 2, 2017 That's a shame.We have two different rule sets and wanted to run both for a message.So, this means now we gotta copy all the rules in the second rule set on to the first rule set...That way everything will be more untidy...
go to post Joao Palma · Jul 12, 2017 HiIn our case the ID for the Message is in the field MessageControl IDif we replace ID with Identifier, which holds the MessageControl ID, the Query bellow does not work...&sql( SELECT RawContent INTO :HL7RawContent FROM EnsLib_HL7.Message WHERE ID=:pID )Anyone have an Idea why and how to work around this?The "Identifier" column exists in EnsLib_HL7.Message...Thank you
go to post Joao Palma · Jul 11, 2017 Tks Sean. You saved me. I was only missing the ResponseFrom setting and everything is working now.Kind Regards,Joao Palma
go to post Joao Palma · Jul 7, 2017 May I just ask you another Question Sean?We've got everything working. The only issue is that the operation partner which sends the original message out is dealing with the application ACKs (because it is the Partner). Our endpoint guys say they are getting a second message. Therefore, the original the ADT message and the ACK which the endpoint application don't want...Is that because of the Reply Code Actions? I'm sorry if that's a dumb question. I am quite new to Ensemble and we don't learn everything at the Training...Kind Regards,Joao Palma
go to post Joao Palma · Jul 6, 2017 Thank you very much Sean. I will have a look straight away with my colleague.
go to post Joao Palma · Jul 6, 2017 Thank you very much Sean. I will have a look straight away with my colleague.
go to post Joao Palma · Jul 6, 2017 Tks Again Sean. My colleague and I've thought that would be the way through but we've looked into that together, tried everything and nothing. But that's a good call. If you find any example I will thank you forever, eheh. If you don't find, that's all right too. Cheers
go to post Joao Palma · Jul 6, 2017 Tks Again Sean.My colleague and I think that would be the way through but we've looked into that together, tried everything and nothing.But that's a good call. If you find any example I will thank you forever, eheh. If you don't find, that's all right too.Cheers
go to post Joao Palma · Jul 5, 2017 Tks Sean.I've think that is what we really need here. However, I can't reproduce the process... An example would be great. I couldn't find any though...Regards,Joao Palma