From: Kelley, P. (HEALTH) <pet...@he...> - 2004-08-18 23:15:45
|
I don't know about a prepackaged solution but it wouldn't be too hard to put something together using the classes from the demonstration application in HAPI. Have a look at the following code to see what I mean: The processMessage() method in TestApplication and DefaultApplication to see how ACK messages are constructed and sent The run() method on Receiver to see how to obtain the text of the message. These are the examples I have been able to find quickly, others may want to comment on better places to look. In the code we have written we are actually using some of the example classes to provide the functionality we need. -----Original Message----- From: Lothar Frank [mailto:l....@ze...] Sent: Wednesday, 18 August 2004 19:05 To: hl7...@li... Subject: [HAPI-devel] newbi Hello List, i am total newbi concerning java and applications in java. According to that I need only a very small solution maybe anybody knows were I can find it: I need a HL7 intranet connection which enables that every hl7 message is simply archived in a file in that moment when the message comes in. and after saving this message to file it should send a ACK to the remote server. Is there already a solution programmed what I could use for that?? THX for a reply Lothar |