Yakov Berger · Nov 21, 2023 go to post

Thanks

can you provide an example of code ?

from the documentation i am not clear of the exact syntax.

Yakov Berger · Nov 28, 2021 go to post

update:

i added 

set pResponse.StringValue  = outparm.GetAt(1)

and all's good.

Thanks!

Yakov Berger · Nov 28, 2021 go to post

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 ?

Yakov Berger · Nov 28, 2021 go to post

Tried That before..still nothing.

in the event log i see "getting parm 2 / output 1 = '33'"

so the output exists...just evading me...

Yakov Berger · Oct 11, 2021 go to post

 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.

Yakov Berger · Aug 25, 2021 go to post

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

Yakov Berger · Aug 20, 2020 go to post

Hi Eduard,

How do i set credentials and connection string  to run against an external MSSQL Server?.

Thanks

Yakov Berger · Jul 22, 2020 go to post

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";

}

Yakov Berger · Feb 17, 2020 go to post

ahhhh

OK

it was my mistake

i updates the wrong request

once i fixed the right tone it updates immediately

Yakov Berger · Feb 13, 2020 go to post

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!

Yakov Berger · Feb 13, 2020 go to post

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