Hi All,

I am developing an small application to generate the HL7 messages using 
HAPI. HAPI is very much helpful for me to develop the application. But, 
I do not have much exposure in all the HAPI classes.

I can able to generate the HL7 messages successfully. But i did not use 
generic approach for all the versions of HL7 message.

Currently I am using different methods for each version. For example,

createV231MSHSegement(ca.uhn.hl7v2.model.v231.segment.MSH);
createV251MSHSegement(ca.uhn.hl7v2.model.v251.segment.MSH);

Is there any class in the HAPI to make this generic single method? Can 
anyone suggest me the better solution to my issue.

Thanks
Ram

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Hl7api-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hl7api-devel

Reply via email to