Another vote for HAPI. I've got some custom code consuming HL7 from the time before HAPI (also known as the un-HAPI time ... well, ok, it's only know as that to me ... and really only in this message I suppose) but I've been looking at a recent integration path with Camel and their (relatively) new HL7 component. http://camel.apache.org/hl7.html that wraps the HAPI library in a Camel component for use in building integration routes. This doesn't relieve you of having to interpret the message yourself, but it may be a way to proxy the receipt of HL7 messages (through any number of entry points) and access services that are not directly coupled with the mechanism for consuming or producing HL7 messages.
Larry Mills-Gahl [email protected] On Jun 7, 2012, at 8: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]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/lmg%40webfarm.com > > This email sent to [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]
