Re: [HAPI-devel] HAPI Threading Model

2009-07-27 Thread Sharma, Niranjan K (GE Healthcare)
Hi Rahul, I have experimented with CAMEL. It works very fine for the purpose it is..which is integration. HAPI has the entire fundamental you need for a HL7 server, I am trying to see if one can create one. The only area where so far I am getting hit is Threading Model. It is not poor

Re: [HAPI-devel] HAPI Threading Model

2009-07-27 Thread rahul somasunderam
Hi Niranjan, If you like Spring's IOC, you can try taking a look at Camel HL7 which is a Spring integration for HAPI using ActiveMQ. I tried it a long while ago, and wasn't quite successful at getting it to work. But I remember some discussion on this mailing list about Camel. Regards, ra

Re: [HAPI-devel] HAPI Threading Model

2009-07-27 Thread Sharma, Niranjan K (GE Healthcare)
Hi James, Thanks for your response. I am essentially trying to create an HL7 Server endpoint which will eventually fed to a Q. Can you describe more on your model of EJB MDB model. I thought you guys at UHN using HL7 server model. I thought HL7 server model is pretty neat and had lots of

Re: [HAPI-devel] HAPI Threading Model

2009-07-27 Thread James Agnew
Hi Niranjan, I haven't actually used HL7Server personally in a while, although I know there are a number of other people who do- Hopefully someone else can shed some light on their experience. Here at UHN, we have moved over the last few years towards a model of processing incoming HL7 messages in

[HAPI-devel] Secure Connection

2009-07-27 Thread nksharma0624
Hello Everybody, Has anybody implemented a secure ServerSocket for the purposes of secure HL7 service to recieve HL7 messages from secure nodes i.e. with authentication etc.? Bottomline need is: How do I secure my port to get spam messages? Thanks. Regards -Niranjan. -- View this message in c

Re: [HAPI-devel] HL7 database question

2009-07-27 Thread James Agnew
I have to say I'm at a bit of a loss. Because there is no electronic representation of all of the restrictions you are after, there's definitely no out-of-the-box way of doing this. Probably as you mentioned, using Conformance profiles would get you pretty close, and you could then add any remaini

Re: [HAPI-devel] No v2 SourceGenerator in HAPI 0.6?

2009-07-27 Thread James Agnew
Hi, The method in question was actually moved to "DefaultModelClassFactory" in version 0.6. This was the only bit of API that had to change as a part of the move to a mavenized build, it figures it would break something! Cheers, James On Mon, Jul 27, 2009 at 11:01 AM, Johnny2R wrote: > > I'm

[HAPI-devel] No v2 SourceGenerator in HAPI 0.6?

2009-07-27 Thread Johnny2R
I'm working on an HL7 application taking ideas from Roger Searjeant's helpful example (http://sites.google.com/site/rogersearjeant/healthcare-and-hl7/hapi-ack-nak-message-helper). That uses HAPI 0.5.1. I've been trying to get my stuff working with version 0.6, but I'm having a problem with one lin