Hi,
>I have read the manuals and they only say vista can be used to test another vista's
interface.
what manuals are you refering to ? can you please tell specifically
that told you "vista can be used to test another vista's interface."
>. Also, do I need to define the M routine that will parse the
message coming in to be able to successfully start the listener?
Yes we have to write the one processing routine to parse the incoming
HL7 message and one for generating HL7 messaeg. But we should make
sure that whether we are not re-inventing the existing programs in
VistA.
>2) What are the minimalistic steps needed to start a TCP interface in
HL7 menu.
For General HL7 package, as per my understanding to start TCP
interface ( HL logical link in VistA HL7 package terminology)
necessary details required are
NODE: VISTA-TCP
LLP TYPE: TCP
TCP/IP ADDRESS: xxx.yyy.www.zzz
TCP/IP PORT: 5001
TCP/IP SERVICE TYPE: SINGLE LISTENER
PERSISTENT: YES <- can be no also
and start the link VISTA-TCP
but for Full fledged HL7 message generation and receiving using
General HL7 we have to define
1. Two Application ( sending and receiving)
2. Minimum Two Protocol ( Event driver and Subscriber)
3. Two HL logical link ( Client sender and Listener)
Regards,
elanchezhiyan K.