Forum Replies Created
-
AuthorReplies
-
This gave me the expected result
set TS [fmtclock [getclock] %y%m%d]
set TSJ [clock format [clock scan $TS] -format %y%j]
set fileout SHFCGALV${TSJ}.HL7
SHFCGALV16082.HL7
Texas Immunization Reporting
Im not sure how you got 76
Jan 31
Feb 29
Mar 22
=82
I’m doing it withing a TPS sript as part of a file name requirment by the state of Texas. They insiste the file name have that format appended to the file name
Ok , I’ll try it and let you know
I tried again and got the same results
BHS|^~&|^MMSH|^~&||12
msg segments
Left Arm^M^MBTS|1|vxu_bos{FILESET {{OBFILE v
Double c/r and no c/r after BTS Seg
When I run it throu the testing tool it looks good except the msg segments are all between { }
Thats what Im using, Let me try again. Thanks
That didn’t work so good, it just wrote a r in the msg instead of the ^M
I had done already done what you sugested and got
m^PWIM^^^Left Arm^M^MBTS|1| ( Double c/r between the last seg and the BTS Seg
Yes
Basically the VXU (immunizations) message type for Boston HIE requires that it be inclosed with the Batch Segments even though no batches are sent and they don’t use it. But the State requires it. Its not a HL7 standard so I just need to add the BHS and BTS segments to the msg
Does that help
Thanks to all who responded August 29, 2014 at 5:22 pm in reply to: error 34 [pdl :PDL :ERR /0:intelemage_o_ob:08/19/2014 13:47: #81122Allocated memory had to be doubled and that resolved the issue
August 20, 2014 at 7:13 pm in reply to: error 34 [pdl :PDL :ERR /0:intelemage_o_ob:08/19/2014 13:47: #81121Tried but got logging to post, however every transaction attempted with full logging and logging disabled passed without an issue. I will continue to monitor and try the PDL logging again when it hangs.
Almost appears that we are not getting an ACK back so it keeps trying to resend the transaction
August 20, 2014 at 11:41 am in reply to: error 34 [pdl :PDL :ERR /0:intelemage_o_ob:08/19/2014 13:47: #81119mlp_tcp.pdl
I been using this for years for this IF
March 3, 2014 at 5:44 pm in reply to: Iteration findin addition fields not in the original Input #80075Charlie said to not use it so I took it out
When I put it in I got only the first iteration |CAU~| even when resent from the application
set OUT [lindex $xlateInVals 0]
set OUTD ~
append OUT2 $OUT $OUTD
set xlateOutVals
unset -nocomplain OUT2
-
AuthorReplies