Hi,
I'm trying to program a third-party application to use with Mirth. When I use xml as protocol I get the next error:
ERROR MESSAGE: NACK sent from receiver: Message is not a valid ACK:
<?xml version="1.0"?><ACK xmlns="urn:hl7-org:v2xml">
<MSH> <MSH.1>|</MSH.1> <MSH.2>^~\&</MSH.2> <MSH.7> <TS.1>20070913103322.628+0100</TS.1> </MSH.7> <MSH.9> <MSG.1>ACK</MSG.1> </MSH.9> <MSH.10>886</MSH.10> <MSH.11> <PT.1>P</PT.1> </MSH.11> <MSH.12> <VID.1>2.5</VID.1> </MSH.12> </MSH> <MSA> <MSA.1>AE</MSA.1> <MSA.2>11212</MSA.2> </MSA> <ERR> <ERR.1> <ELD.4> <CE.1>207</CE.1> <CE.2>-1003003</CE.2> <CE.3>HL70357</CE.3> </ELD.4> </ERR.1> <ERR.1> <ELD.4> <CE.1>207</CE.1> <CE.2>-1013002</CE.2> <CE.3>HL70357</CE.3> </ELD.4> </ERR.1> </ERR></ACK>
Is it a valid ACK?
Could samebody to paste an ACK example?
Thanks
I'm trying to program a third-party application to use with Mirth. When I use xml as protocol I get the next error:
ERROR MESSAGE: NACK sent from receiver: Message is not a valid ACK:
<?xml version="1.0"?><ACK xmlns="urn:hl7-org:v2xml">
<MSH> <MSH.1>|</MSH.1> <MSH.2>^~\&</MSH.2> <MSH.7> <TS.1>20070913103322.628+0100</TS.1> </MSH.7> <MSH.9> <MSG.1>ACK</MSG.1> </MSH.9> <MSH.10>886</MSH.10> <MSH.11> <PT.1>P</PT.1> </MSH.11> <MSH.12> <VID.1>2.5</VID.1> </MSH.12> </MSH> <MSA> <MSA.1>AE</MSA.1> <MSA.2>11212</MSA.2> </MSA> <ERR> <ERR.1> <ELD.4> <CE.1>207</CE.1> <CE.2>-1003003</CE.2> <CE.3>HL70357</CE.3> </ELD.4> </ERR.1> <ERR.1> <ELD.4> <CE.1>207</CE.1> <CE.2>-1013002</CE.2> <CE.3>HL70357</CE.3> </ELD.4> </ERR.1> </ERR></ACK>
Is it a valid ACK?
Could samebody to paste an ACK example?
Thanks
Comment