Hi Tani,
Will be in touch.
Thanks
- Log in to post comments
Hi Tani,
Will be in touch.
Thanks
Thanks
can you provide an example of code ?
from the documentation i am not clear of the exact syntax.
![]()
Thanks
update:
i added
set pResponse.StringValue = outparm.GetAt(1)
and all's good.
Thanks!
the output i now get is "11@%Library.ListOfDataTypes
in log i am getting "getting parm 2 / output 1 = '35'"
do i need to iterate through %ListOfDataTypes ?
Tried That before..still nothing.
in the event log i see "getting parm 2 / output 1 = '33'"
so the output exists...just evading me...
I checked before posting.
in the end seems like it was some glitch in the system.
I changed a different value in the GUI ,saved and then reverted and tried setting the above setting and works OK.
the connection does not complete successfully.
no messages arrive after adding IP to AllowedIPAddresses list
i tried adding all the sending IP addresses (including the ones i want to filter out) just to see if for some reason me touching the setting caused the problem, and it that works ok.
when i remove one of the sending IP addresses from the list and receive a message from a IP not in the list. i see "Rejected connection attempt on port ...." in the log and then the above error.
Thanks
Hi
What's CountedXML ? does it mean that the length is known?
Thanks for your help.
switched to %SerialObject and all good!
Hi Eduard,
How do i set credentials and connection string to run against an external MSSQL Server?.
Thanks
Thanks!
Will Check
Thanks David,
There is no chance the source will correct their side
so will use second resolution:
should this do the job?
Class Test.BS.HL7.DMS.TCPService Extends EnsLib.HL7.Service.TCPService
{
/// Return the segment terminator string that the Parser and the document.ImportFromIOStream() method will use.
Method GetSegmentTerminator() As %String
{
Quit $C(28,13,11)
}
Parameter ADAPTER = "Test.Adapter.HL7.DMS.TCPInboundAdapter";
}
ahhhh
OK
it was my mistake
i updates the wrong request
once i fixed the right tone it updates immediately
Tried that (in production >> double click>restart).. didnt work.
Thanks
Hi,
in DTL condition?
what i have now is a DTL with left side my message and right side a EnsLib.HL7.Message.
i drag relevant fields from left to right.
where would i need to use Document. ?
am getting error <CLASS DOES NOT EXIST>zdoOneAction+25^EnsLib.MsgRouter.RoutingEngine.1
Thanks for all help!
OK
so i changed to EnsLib.MsgRouter.RoutingEngine
and have created a rule and DTL with source = SQLtoHL7Req and target= EnsLib.HL7.Message(2.6:ADT_A01)
What do you mean by "check for properties of your request class there."?
Thanks
i am using EnsLib.HL7.MsgRouter.RoutingEngine.