So I've used HAPI to convert into HL7 Message formats (ADT and ORU), and stored these details into a table called HL7OutQueue in the database. I have also created a HL7OutQueueDestination that has the destination details. I thought that we could serialize the objects in the HL7OutQueue table (which would have transient data members too), and then send it over the network to the destination from the HL7OutQueueDestination table. Isn't this what we have to do to send the HL7 messages to a destination? Please let me know.
Thanks, Thothathri On Thu, Dec 1, 2011 at 2:08 AM, Ben Wolfe <[email protected]> wrote: > Serializing and sending to a destination? What do you mean by that? Can > you give you the steps in your processing? > > Ben > > > On Thu, Dec 1, 2011 at 6:57 AM, Thothathri Srinivasan <[email protected]>wrote: > >> Hello Ben, >> >> We had talked to you a few days back about what we intended to do about >> the HL7 Output Messages module. >> We tried using Mirth like you had mentioned, but then decided to >> implement the conversion of details into HL7 ADTA28 and ORUR01 messages >> using HAPI, and then serializing and sending it over to a destination. >> Please let us know if that's fine. >> >> Thanks, >> Thothathri >> >> -- >> Thothathri Srinivasan >> Graduate Student in Computer Science, >> *NC STATE* UNIVERSITY >> >> > -- Thothathri Srinivasan Graduate Student in Computer Science, *NC STATE* UNIVERSITY _________________________________________ To unsubscribe from OpenMRS Developers' mailing list, send an e-mail to [email protected] with "SIGNOFF openmrs-devel-l" in the body (not the subject) of your e-mail. [mailto:[email protected]?body=SIGNOFF%20openmrs-devel-l]

