Re: WO & HL7
Re: WO & HL7
- Subject: Re: WO & HL7
- From: JR Ruggentaler <email@hidden>
- Date: Thu, 07 Jun 2012 14:16:40 +0000
- Thread-topic: WO & HL7
For parsing HL7 in my WO app I use
HAPI. 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
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.
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?
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.
Help/Unsubscribe/Update your Subscription:
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden