Re: HL7 v3

2013-10-29 Thread hutao722
Maybe IPF which is based on camel can answer your question. http://repo.openehealth.org/sites/ipf/manuals/ipf-2.5-rc2/IPF%20reference%20-%20multi.html -- View this message in context: http://camel.465427.n5.nabble.com/HL7-v3-tp5732915p5742346.html Sent from the Camel - Users mailing list

Re: HL7 v3

2013-10-28 Thread gperes
inion of course...) https://infocentral.infoway-inforoute.ca/3_Tools_and_solutions/Message_Builder You just need to create a free Infocentral account to download the messaging implementation. Cheers, Greg -- View this message in context: http://camel.465427.n5.nabble.com/HL7-v3-tp5732915p57

Re: HL7 v3

2013-09-13 Thread Christian Ohr
about what you're trying to do, I may be able to > help you more. > > Cheers, > Hadrian > > > > > On 09/04/2013 06:06 PM, capzulu wrote: > >> Hello Hadrian, >> >> >> >> I don't remember what was my last message. >> >>

RE: HL7 v3

2013-09-12 Thread capzulu
You can look up in Mirth Connect source code, as it was built using Java. De: tjsnell [via Camel] [mailto:ml-node+s465427n5739256...@n5.nabble.com] Enviada: quinta-feira, 12 de Setembro de 2013 12:49 Para: capzulu Assunto: Re: HL7 v3 The library we use for HL7 is HAPI (http

Re: HL7 v3

2013-09-12 Thread Hadrian Zbarcea
M, capzulu wrote: Hello Hadrian, I don't remember what was my last message. But I can tell you that I've used Mirth Connect to work with HL7 v3 messages. I've used a Java library to validate a XML message against a XSD. Send me another message if you want some more details.

Re: HL7 v3

2013-09-12 Thread Tracy Snell
The library we use for HL7 is HAPI (http://hl7api.sourceforge.net/index.html). Unfortunately it doesn't support V3. I'd also love to see V3 support. I'm going to dig for appropriate libraries and consider adding that functionality.

RE: HL7 v3

2013-09-04 Thread capzulu
Hello Hadrian, I don't remember what was my last message. But I can tell you that I've used Mirth Connect to work with HL7 v3 messages. I've used a Java library to validate a XML message against a XSD. Send me another message if you want some more details. Best regards,

Re: HL7 v3

2013-09-04 Thread TechieDeep
Hadrian, I am working on an integration where I have to send HL7 outbound messages to an openlink from a web service. Can you please elaborate more on your last message. How you worked with xsd and camel -- View this message in context: http://camel.465427.n5.nabble.com/HL7-v3

Re: HL7 v3

2013-05-22 Thread Thibault Cassan
I would be interested in handling v3 with Camel, too. The only way I know is to get the XSD (if possible) that define the HL7 v3 format, and use the jaxb component to marshal/unmarshal. The problem is that I never found the XSD for HL7 v3, that's why I was hoping that Camel would upgrade th

Re: HL7 v3

2013-05-21 Thread Hadrian Zbarcea
It v2 indeed. HL7 v3 is xml, therefore there are quite a few ways to deal with it in Camel. There are no pojos though modeling rim v3 and no marshaling/unmarshaling from hl7 v3 to pojos. I hope this helps, Hadrian On 05/21/2013 05:00 PM, RTernier wrote: I believe it's HL7v2; similar to

Re: HL7 v3

2013-05-21 Thread RTernier
I believe it's HL7v2; similar to HAPI. -- View this message in context: http://camel.465427.n5.nabble.com/HL7-v3-tp5732915p5732924.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: HL7 v3

2013-05-21 Thread Christian Müller
There is a Camel HL7 component [1]. I don't know which version we are using. May be you can check the source code... [1] http://camel.apache.org/hl7.html Best, Christian On Tue, May 21, 2013 at 6:28 PM, capzulu wrote: > Hello, > > I tried searching but didn't found an an

HL7 v3

2013-05-21 Thread capzulu
Hello, I tried searching but didn't found an answer. Is HL7 v3 supported by Camel? Thanks -- View this message in context: http://camel.465427.n5.nabble.com/HL7-v3-tp5732915.html Sent from the Camel - Users mailing list archive at Nabble.com.