Re: [HAPI-devel] HAPI 10th Birthday!

2011-10-30 Thread Sharma, Niranjan K (GE Healthcare)
Congratulations to you all users, committers and promotors. Thanks. Regards -Niranjan On Oct 30, 2011, at 3:49 PM, "James Agnew" mailto:[email protected]>> wrote: Hi Everyone, I just wanted to point out that the HAPI project is 10 years old today. On October 30 2001, Bryan Tripp and a t

[HAPI-devel] HAPI 10th Birthday!

2011-10-30 Thread James Agnew
Hi Everyone, I just wanted to point out that the HAPI project is 10 years old today. On October 30 2001, Bryan Tripp and a team at University Health Network first registered the project on Sourceforge. The rest, as they say, is history. I've posted a few words about all the progress this great co

Re: [HAPI-devel] Question about encoding messages to hl7 format

2011-10-30 Thread Jens Villadsen
Have looked at any of the following pages: - http://hl7api.sourceforge.net/xref/ca/uhn/hl7v2/examples/ExampleParseMessages.html - http://hl7api.sourceforge.net/xref/ca/uhn/hl7v2/examples/CreateAMessage.html - http://hl7api.sourceforge.net/xref/ca/uhn/hl7v2/examples/PopulateOBX

Re: [HAPI-devel] Question about encoding messages to hl7 format

2011-10-30 Thread Thothathri Srinivasan
I want a *HL7 ADT^A05 *message from say a PID object, which has Patient ID, Patient Name, Date of Birth, Patient Address, etc. Now, to convert this into an ADT^A05 message, should I just do a .encode() ? And also, how would I merge say MSH, PID, and other segments to make them into a *HL7 ADT^A05*

Re: [HAPI-devel] Question about encoding messages to hl7 format

2011-10-30 Thread Jens Villadsen
In order to help you, you gotta be a little more specific about "*convert messages into HL7 ADT^A05 messages*". What messages are you initially referring to? I can give you an example if you specify a specific field in a segment. On 30 October 2011 20:15, Thothathri Srinivasan wrote: > Hi, > > I

[HAPI-devel] Question about encoding messages to hl7 format

2011-10-30 Thread Thothathri Srinivasan
Hi, I'm a dev working on the OpenMRS project, and wanted to convert messages into HL7 ADT^A05 messages, and intend to use hapi for this purpose. I basically wanted to know how to populate the fields/segments so that I can get a ADT^A05 message. I've seen the hapi website has some examples, but the