[HAPI-devel] HL7 ack message control

2013-04-23 Thread vijayaratha vijayasingam
Hi all; Im new to HL7 technology, bear me if im wrong.. Currently i can send and receive auto ack/nack message from client. My client is like this; Initiator initiator = connection.getInitiator(); HL7Message sampleMessage = new HL7Message(); //send Message response =

Re: [HAPI-devel] HL7 ACK Message

2009-01-28 Thread Nico Vannieuwenhuyze
Hi Amit, Personaly I would verify if there's no message structure foreseen that allows you to send the information you want to send to the other system (kind of application acknowledgement). eg. ORR^O02 as a reply to a ORM^O01 The people on the hl7.org inm list will certainly be able to give y

[HAPI-devel] HL7 ACK Message

2009-01-22 Thread Amit Tare
All, We have a web application which processes the HL7 messages and sends back an ACK message. We wanted to enhance the ACK such that in addition to just sending the standard ACK, we also wanted to enrich the ACK and send further information. How can we achieve it? Can we create custom segments?