Has anyone implemented the new GRITS 2.o interface for GA DHEC?
We receive the ACK and query response through the same thread so I ignore the ACK for the vaccine message and process the query response. The tcls that I use were written by Infor. Now, it doesn’t want to pick up the httpResponseCode so that I can ignore the ACK.
I’ve attached my old tcl (ws_grits_ibreply) and the new one (ws_GRITS20_ibreply).
This is my tcl error:
[0:TEST] Tcl error:
msgId= message0
proc= ‘ws_GRITS20_ibreply’
args= ”
result= ”
errorInfo: ‘
can’t read “httpResponseCode”: no such variable
while executing
“if {($httpResponseCode >= 100) && ($httpResponseCode <= 299)} {
regexp — {<return>(.*)</return>} $reply {} hl7_reply
echo <…”
(procedure “ws_GRITS20_ibreply” line 37)
invoked from within
“ws_GRITS20_ibreply {MSGID message0} {CONTEXT sms_ib_data} {ARGS {}} {MODE run} {VERSION 3.0}”‘
<No active handles>
Attachments:
You must be
logged in to view attached files.