Re: [HAPI-devel] Hapi newbie

2011-02-21 Thread James Agnew
<http://com.org.hl7.v231.sendandreceiveamessage.ma/><http://com.org> > com.org > .hl7.v231.SendAndReceiveAMessage.main(SendAndReceiveAMessage.java:86) > > Hey Patrick, > So if I don't want to start with BHS, how will I parse 2 messages or more? > Any sugegstions?? > > -

Re: [HAPI-devel] Hapi newbie

2011-02-19 Thread Patrick Kobly
posted if there are any questions coming up for me. Thanks for your help... From: Patrick Kobly To: venu gopal Cc: Jonathan Bartels ; "[email protected]" Sent: Fri, February 18, 2011 8:49:39 PM Subject: Re: [HAPI-devel] Hapi newbie Sorry for my flippant response...

Re: [HAPI-devel] Hapi newbie

2011-02-18 Thread Patrick Kobly
a:156)     at com.org.hl7.v231.SendAndReceiveAMessage.main(SendAndReceiveAMessage.java:86) Hey Patrick, So if I don't want to start with BHS, how will I parse 2 messages or more? Any sugegstions?? From: Jonathan Bartels Cc: [email protected] Sent: Fri, February 18, 2011 11:20

Re: [HAPI-devel] Hapi newbie

2011-02-18 Thread venu gopal
om: Jonathan Bartels Cc: [email protected] Sent: Fri, February 18, 2011 11:20:56 AM Subject: Re: [HAPI-devel] Hapi newbie Typo, you want to concatenate strings on line 5., msg+=msgBHS+msgBTS. From:venu gopal [mailto:[email protected]] Sent: Friday, February 18, 2011 1:34 P

Re: [HAPI-devel] Hapi newbie

2011-02-18 Thread Jonathan Bartels
Typo, you want to concatenate strings on line 5., msg+=msgBHS+msgBTS. *From:* venu gopal [mailto:[email protected]] *Sent:* Friday, February 18, 2011 1:34 PM *To:* rahul somasunderam *Cc:* [email protected] *Subject:* Re: [HAPI-devel] Hapi newbie Hi, I am trying to use

Re: [HAPI-devel] Hapi newbie

2011-02-18 Thread Patrick Kobly
*From:* rahul somasunderam *To:* venu gopal *Cc:* [email protected] *Sent:* Mon, February 7, 2011 10:55:26 AM *Subject:* Re: [HAPI-devel] Hapi newbie Venu, The ADT_A08 message uses the structure of the ADT_A01

Re: [HAPI-devel] Hapi newbie

2011-02-18 Thread venu gopal
ndReceiveAMessage.java:86) Any suggestions from you guys.. Please advice. From: rahul somasunderam To: venu gopal Cc: [email protected] Sent: Mon, February 7, 2011 10:55:26 AM Subject: Re: [HAPI-devel] Hapi newbie Venu, The ADT_A08 message uses th

Re: [HAPI-devel] Hapi newbie

2011-02-07 Thread rahul somasunderam
Venu, The ADT_A08 message uses the structure of the ADT_A01. If you have the html version of the spec, look at /v26/hl7v26eventA08.htm. So if you're creating a message, then use the ADT_A01 structure and then set the MSH-9 to ADT^A08. If you're parsing one, then be prepared to receive an ADT_A0

Re: [HAPI-devel] Hapi newbie

2011-02-07 Thread Jonathan Bartels
@lists.sourceforge.net *Subject:* Re: [HAPI-devel] Hapi newbie Hi All, I have a question. I am looking for ADT_A08 message in recent versions of HAPI, but I found it only in version 2.3.1. Can we have the same message in version 2.6? Please let me know your sugegstions..* * Regards, Venu

Re: [HAPI-devel] Hapi newbie

2011-02-07 Thread venu gopal
@lists.sourceforge.net Sent: Tue, January 25, 2011 2:33:55 PM Subject: Re: [HAPI-devel] Hapi newbie Hi, I have another question. I am able to transmit a message and receive it succesfuly using the below code snippet. PipeParser parser = new PipeParser(); // The message parser

Re: [HAPI-devel] Hapi newbie

2011-01-25 Thread venu gopal
c: [email protected] Sent: Fri, January 21, 2011 7:21:05 AM Subject: Re: [HAPI-devel] Hapi newbie I'm sorry. I didn't read it fully. Do you have any firewalls? Can you provide a stack trace, if any? R, rahul On Fri, 2011-01-21 at 07:19 -0800, rahul somasunderam wrote

Re: [HAPI-devel] Hapi newbie

2011-01-24 Thread venu gopal
Hi, It is a firewall issue only. Thanks for your help. Its working now. From: Jens Villadsen To: venu gopal Cc: [email protected] Sent: Fri, January 21, 2011 11:25:08 PM Subject: Re: [HAPI-devel] Hapi newbie Sounds like a firewall issue to

Re: [HAPI-devel] Hapi newbie

2011-01-21 Thread Jens Villadsen
Sounds like a firewall issue to me - if localhost works - all is great. The rest should be related to the network environment On 21 January 2011 10:49, venu gopal wrote: > Hi, > > I am new to the HL7. I am trying to connect to a remote machine using > SimpleServer, but was not able to connect. >

Re: [HAPI-devel] Hapi newbie

2011-01-21 Thread rahul somasunderam
I'm sorry. I didn't read it fully. Do you have any firewalls? Can you provide a stack trace, if any? R, rahul On Fri, 2011-01-21 at 07:19 -0800, rahul somasunderam wrote: > Venu, > > If you're connecting to a remote machine, you need to use the ip > address/host name of that machine. You seem

Re: [HAPI-devel] Hapi newbie

2011-01-21 Thread rahul somasunderam
Venu, If you're connecting to a remote machine, you need to use the ip address/host name of that machine. You seem to be using loclahost to connect. R, rahul On Fri, 2011-01-21 at 01:49 -0800, venu gopal wrote: > Hi, > > I am new to the HL7. I am trying to connect to a remote machine using > Si

[HAPI-devel] Hapi newbie

2011-01-21 Thread venu gopal
Hi, I am new to the HL7. I am trying to connect to a remote machine using SimpleServer, but was not able to connect. Connection connection = connectionHub.attach("localhost", 1011, new PipeParser(), MinLowerLayerProtocol.class); I am able to connect to localhost like above. But when I use a diff