From: Tripp, B. <Bry...@uh...> - 2004-05-25 14:55:10
|
Hi John,=20 You just have to fill in ACK message fields according to whatever specs = you are implementing. For example whether it's an accept or reject depends = on the value of MSA-1. DefaultApplication.makeACK() will get you off to a = good start by filling in all the invariant fields (e.g. ack ID, message = time, message control ID). The rest depends on the results of your = processing and on the system you're interacting with. =20 Regards,=20 Bryan=20 > -----Original Message----- > From: John Thaemlitz [mailto:jo...@rs...] > Sent: May 25, 2004 9:52 AM > To: Hl7...@li... > Subject: [HAPI-devel] Newbie implementing = ca.uhn.hl7v2.app.Application >=20 >=20 > I'm a newbie and a little confused about what the right process is. >=20 > I'm getting my processMessage method called, but I'm not sure how to > construct/return an Ack. What's the basic idea here. I can create a > silly ACK with ACK ack =3D new ACK(); But how do I assing an accept = or > reject ACK. >=20 > Thanks, >=20 > JohnPT >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market...=20 > Oracle 10g.=20 > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id149&alloc_id=8166&op=3Dclick > _______________________________________________ > Hl7api-devel mailing list > Hl7...@li... > https://lists.sourceforge.net/lists/listinfo/hl7api-devel >=20 This e-mail may contain confidential and/or privileged information for the sole use of the intended recipient. Any review or distribution by anyone other than the person for whom it was originally intended is strictly prohibited. If you have received this e-mail in error, please contact = the sender and delete all copies. Opinions, conclusions or other information contained = in this e-mail may not be that of the organization. |