Re: [HAPI-devel] Fwd: (no subject)

2016-02-22 Thread Davies, Brian
brian.dav...@mckesson.com] Sent: Friday, February 19, 2016 10:02 PM To: Mike Mills; hl7api-devel@lists.sourceforge.net Subject: Re: [HAPI-devel] Fwd: (no subject) It does resolve to 5050. It uses a properties file with 5050. From: Mike Mills [mailto:m...@themills.id.au] Sent: Friday, February

Re: [HAPI-devel] Fwd: (no subject)

2016-02-19 Thread Davies, Brian
It does resolve to 5050. It uses a properties file with 5050. From: Mike Mills [mailto:m...@themills.id.au] Sent: Friday, February 19, 2016 3:19 PM To: hl7api-devel@lists.sourceforge.net Subject: [HAPI-devel] Fwd: (no subject) I forgot to CC the list in the response... -- Forwarded

[HAPI-devel] Fwd: (no subject)

2016-02-19 Thread Mike Mills
I forgot to CC the list in the response... -- Forwarded message -- From: Mike Mills Date: Sat, Feb 20, 2016 at 7:18 AM Subject: Re: [HAPI-devel] (no subject) To: "Davies, Brian" Your client is sending to "Integer.parseInt(env.getProperty("http.port"))", your server is listening

[HAPI-devel] Fwd: SocketTimeoutException ignored

2015-09-14 Thread Jeremy Huiskamp
Hi all, We're in the process of upgrading from hapi 1.2 to 2.2. With 1.2, we used to be able to call Socket.setSOTimeout() and when that timeout tripped, the connection using the socket would nicely shut down. 2.2 seems to catch the exception, ignore it and keep on going. Is there some other

[HAPI-devel] Fwd: Issues with compiling v2.4-22

2015-04-23 Thread Christian Ohr
Hi, I'm CC-ing the answer to the mailing list, so others might benefit from this discussion as well. You cannot build a "full" HAPI distribution yourself - you would need the HL7 database in order to generate the hl7-structures-* libraries, but the unfortunately this database is far from being op

Re: [HAPI-devel] Fwd: Not returning ACK response

2014-07-10 Thread James Agnew
Is the SRR message you are returning fully valid? I.e. does it have an MSA segment that indicates the control ID of the message it is a response to? If so, can you post the error you are sending here? Cheers, James On Thu, Jul 10, 2014 at 9:30 AM, Abhishek Modi wrote: > Hi James, > > I have t

Re: [HAPI-devel] Fwd: Not returning ACK response

2014-07-10 Thread Abhishek Modi
Hi James, I have two applications lets say A & B. So, I send an appointment request in the form of SRM_S01 message from A. Now B's server listens to the SRM message. Now the handler for SRM message implements the ReceivingApplication interface. In the processMessage function of ReceivingApplicati

Re: [HAPI-devel] Fwd: Not returning ACK response

2014-07-10 Thread James Agnew
Hi Abhishek, I'm not sure I understand your issue- Are you building the client, or the server, or both? To have a different message returned, you need to modify the server to return that message. HAPI's client will simply return whatever it gets back. Cheers, James On Thu, Jul 10, 2014 at 6:57

[HAPI-devel] Fwd: Not returning ACK response

2014-07-10 Thread Abhishek Modi
I'm using SRM_S01 messages for booking appointments. The Listener on the other sides receiver the SRM message and returns an ACK message in response. Is there a way to return a SRR message instead of ACK? Regards Abhishek Modi --

Re: [HAPI-devel] Fwd:

2014-03-18 Thread king...@aol.com
l Message- > From: Sathish kumar [mailto:king...@aol.com] > Sent: Monday, March 17, 2014 3:16 PM > To: sundara...@raster.in; hl7api-devel@lists.sourceforge.net > Subject: [HAPI-devel] Fwd: > > Hallo! http://www.unitedco-online.com/were.yo

Re: [HAPI-devel] Fwd:

2014-03-18 Thread Bob Gage
If you cannot filter this spammer, please unsubscribe me immediately. -Original Message- From: Sathish kumar [mailto:king...@aol.com] Sent: Monday, March 17, 2014 3:16 PM To: sundara...@raster.in; hl7api-devel@lists.sourceforge.net Subject: [HAPI-devel] Fwd: Hallo! http://www.unitedco

[HAPI-devel] Fwd: (6)

2014-03-17 Thread Sathish kumar
Hello there! http://altro-decor.ru/your.subscription?urjrjwu524315 -- Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written b

[HAPI-devel] Fwd:

2014-03-17 Thread Sathish kumar
Hallo! http://www.unitedco-online.com/were.you.looking.for?jhihuhu302888 -- Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Wri

[HAPI-devel] Fwd:

2014-03-17 Thread Sathish kumar
Hi there! http://tng.com.tr/your.subscription?anekyn847047 -- Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three

[HAPI-devel] Fwd: Hl7api for apps

2013-12-01 Thread Edu López
Sorry I mean if is any functionality to use it on Android or not. -- Mensaje reenviado -- De: "Edu López" Fecha: 02/12/2013 02:10 Asunto: Hl7api for apps Para: Cc: Hi everyone. Can we use any version of hl7api to implement mobile health solutions For android, iOS, etc? --

Re: [HAPI-devel] Fwd: HL7 ack message control

2013-04-23 Thread vijayaratha vijayasingam
Thanks christian..i got it.. Rgds, -ratha. On 23 April 2013 17:30, Christian Ohr wrote: > No, fire-and-forget basically means that the client does not care about > the kind of ACK it gets back. > In Hl7 control you always get back a response and you are supposed to wait > for the response, too

Re: [HAPI-devel] Fwd: HL7 ack message control

2013-04-23 Thread Christian Ohr
No, fire-and-forget basically means that the client does not care about the kind of ACK it gets back. In Hl7 control you always get back a response and you are supposed to wait for the response, too, before sending the next message. Otherwise the behavior can be unpredictable and depends on the mul

[HAPI-devel] Fwd: HL7 ack message control

2013-04-23 Thread vijayaratha vijayasingam
Hi christian; Thanks for your quick and clear response; One more question; "Often, messages are sent in a fire-and-forget mode, and clients are only maybe interested if the message has been received rather than how they are processed and what the result is. " I have written myclient like this; I

[HAPI-devel] Fwd: Re: MLLP r1 / MLLP r2 ?

2011-08-05 Thread Rahul Somasunderam
On 08/05/2011 12:32 PM, Erik Gfesser wrote: Rahul, Is a 1-byte ack/nack the only differentiator that release 2 provides? I'm not 100% sure, but that's what I made from the documents. The r2 doc says: In this release the MLLP Message Transport protocol has been extended by commit acknowledgem

Re: [HAPI-devel] Fwd: HAPI and SSL

2009-10-07 Thread Jaime Hablutzel Egoavil
akes sense? >> >> >> >> Thanks. >> >> >> >> Regards >> >> -Niranjan. >> >> >> >> *From:* Jaime Hablutzel Egoavil [mailto:hablutz...@gmail.com] >> *Sent:* Tuesday, October 06, 2009 1:47 PM >> *To:* hl7a

Re: [HAPI-devel] Fwd: HAPI and SSL

2009-10-07 Thread James Agnew
blutz...@gmail.com] > *Sent:* Tuesday, October 06, 2009 1:47 PM > *To:* hl7api-devel@lists.sourceforge.net > *Subject:* Re: [HAPI-devel] Fwd: HAPI and SSL > > > > thank you Niranjan, but what facities can I use to implement user > authorization? is the a hl7 specific mess

Re: [HAPI-devel] Fwd: HAPI and SSL

2009-10-06 Thread Sharma, Niranjan K (GE Healthcare)
, 2009 1:47 PM To: hl7api-devel@lists.sourceforge.net Subject: Re: [HAPI-devel] Fwd: HAPI and SSL thank you Niranjan, but what facities can I use to implement user authorization? is the a hl7 specific message to manage authentication? regards. On Tue, Oct 6, 2009 at 2:09 PM, Sharma, Niranjan K

Re: [HAPI-devel] Fwd: HAPI and SSL

2009-10-06 Thread Jaime Hablutzel Egoavil
excersize..implement ServerSocket call into > SSL socket . This is in TransportLayer domains. > > Have a look at it. > > > > *From:* Jaime Hablutzel Egoavil [mailto:hablutz...@gmail.com] > *Sent:* Monday, October 05, 2009 10:34 PM > *To:* hl7api-devel@lists.sourceforge.net >

Re: [HAPI-devel] Fwd: HAPI and SSL

2009-10-06 Thread Sharma, Niranjan K (GE Healthcare)
: [HAPI-devel] Fwd: HAPI and SSL I can realize that some of you are using web services for message transportation, but... is this the best?? doesn't it add an unnecesary level of complexity? I can realize that HAPI has a message transport implementation. I would like to know all alternatives b

[HAPI-devel] Fwd: HAPI and SSL

2009-10-05 Thread Jaime Hablutzel Egoavil
I can realize that some of you are using web services for message transportation, but... is this the best?? doesn't it add an unnecesary level of complexity? I can realize that HAPI has a message transport implementation. I would like to know all alternatives before getting into production at the

Re: [HAPI-devel] Fwd: NTE segment

2007-07-11 Thread kruzty
Rachel Jourdan wrote: > > I actually figured it out, thanks anyways. > > Note: forwarded message attached. > Hello, > I am creating a ORM O01 message and I am trying to add a NTE segment > after the OBR segment but for some reason it is being added after the MSH > segment. How do I specify t

[HAPI-devel] Fwd: NTE segment

2007-05-03 Thread Rachel Jourdan
I actually figured it out, thanks anyways. Note: forwarded message attached.--- Begin Message --- Hello, I am creating a ORM O01 message and I am trying to add a NTE segment after the OBR segment but for some reason it is being added after the MSH segment. How do I specify the placement of th