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. >

[HAPI-devel] Difference between "Diagnostic Results" (HITSP/IHE) and "Results" (CCD)

2011-01-21 Thread Jonathan Bartels
Ran into a message today that has the following template IDs: 2.16.840.1.113883.10.20.1.14 - ResultsSection CCD 2.16.840.1.113883.3.88.11.83.122 - DiagnosticResultsSection HITSP 1.3.6.1.4.1.19376.1.5.3.1.3.28 - CodedResultsSection IHE The contents seemed to be conformant to all three, but on

Re: [HAPI-devel] Difference between "Diagnostic Results" (HITSP/IHE) and "Results" (CCD)

2011-01-21 Thread Jonathan Bartels
Disregard. Sent to wrong mailing list. My apologies to the list admins. *From:* Jonathan Bartels [mailto:[email protected]] *Sent:* Friday, January 21, 2011 10:41 AM *To:* [email protected] *Subject:* Difference between "Diagnostic Results" (HITSP/IHE) and "Results" (CCD)

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