User bio
I've been Software Engineer and Java Developer for 20 years with 15 years working for the HealthCare sector.
Madrid
Member since Jun 13, 2022
Posts:
Replies:
Nativity scene!

I saw this in a film...a self-consciousness IA that take a nap...or it was the world? Anyway, John Connor will save us.
Open Exchange applications:
Certifications & Credly badges:





Global Masters badges:







Followers:
Following:
I guess that you are using a Enslib.HL7.Service that uses EnsLib.File.InboundAdapter as Adapter. The problem is that the name of the file is not a property of Enslib.HL7.Message class, so you have to follow these steps:
Set tFileName=pInput.Attributes("Filename") set sessionID = $$$JobSessionId set ^GlobalName("Session", sessionID) = tFileName do ##super()Set globalValue = $GET(^GlobalName("Session", sessionID))