Hi,
I have a channel that uses an LLP Sender. The end of segment character is 0x0D - the default. However, the interface specialist for the receiving system tells me he's not seeing 0X0D, but 0x0A (line feed).
In my template, I have three segments defined:
I'm sure the 0x0A he's reporting is because I have line feeds in my template. I deleted the line feeds (so all the lines run together), but then he said he didn't see any segment separator at all.
Am I doing something wrong?
Thanks,
--
James
I have a channel that uses an LLP Sender. The end of segment character is 0x0D - the default. However, the interface specialist for the receiving system tells me he's not seeing 0X0D, but 0x0A (line feed).
In my template, I have three segments defined:
Code:
MSH|^~\&|MEDPLUS|PG|TouchScript|Interface|${date.get('yyyyMMddHHmmss')}||ADT^A31|${message_id}|D|2.2|||||| EVN|A31|${date.get('yyyyMMddHHmmss')}|||| PID|||${patientid}-${patientcaseid}|${userdefinedkey}|${lastname}^${firstname}^${middleinitial}||${birthdate}|${gender}|||${address}^${address2}^${city}^${state}^${zip}||${homephone}|||${maritalstatus}|||${socialsecurity}|||||||||
Am I doing something wrong?
Thanks,
--
James
Comment