For parsing HL7 in my WO app I use HAPI<http://hl7api.sourceforge.net/>. You can send and receive the HL7 messages from a direct action. The MSH segment field 5 (MSH-5) is usually used for identifying the source/security. Depending on the source of the HL7 data you may need a "message router/proxy" to forward the messages to your WO app if the source system(s) uses a different transport like TCP/IP sockets, SFTP,…
JR From: Paul Yu <[email protected]<mailto:[email protected]>> Date: Thursday, June 7, 2012 8:35 AM To: Calven Eggert <[email protected]<mailto:[email protected]>> Cc: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: Re: WO & HL7 If HL7 is a markup language like HTML, XML, and others, than I would think using WO to create HL7 could just be putting the markup in the WO .html file and the generating the response as NSData and send it. Parsing HL7 would be you would take their HL7 java library and link it in and parse the HL7 documents that you receive with it. -- Paul Yu Sent with Sparrow<http://www.sparrowmailapp.com/?sig> On Thursday, June 7, 2012 at 9:32 AM, Calven Eggert wrote: I will be doing two things: 1) receiving HL7 messages and parsing the data 2) creating and sending HL7 messages On 2012-06-07, at 9:30 AM, Paul Yu wrote: What are you trying to do with HL7? -- Paul Yu Sent with Sparrow<http://www.sparrowmailapp.com/?sig> On Thursday, June 7, 2012 at 9:20 AM, Calven Eggert wrote: Good morning, Anyone worked with HL7? Any advice using it with Webobjects? Calven _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]<mailto:[email protected]>) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/pyu%40mac.com This email sent to [email protected]<mailto:[email protected]>
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
