RE: [DUG] Interpreting HL7

2007-12-12 Thread Jeremy Coulter
We work with HL7 every day at work, since we are a health organization, and we pretty much had to write our own since HL7 a standard for transmitting data, but the makeup of the data IN the HL7 files can be different. In saying that, I have seen that under the "indy misc" (if you have indy installe

Re: [DUG] Interpreting HL7

2007-12-12 Thread Alister Christie
or http://www.hl7.org/ Alister Christie Computers for People Ph: 04 471 1849 Fax: 04 471 1266 http://www.salespartner.co.nz PO Box 13085 Johnsonville Wellington Todd Martin wrote: Hmmm. HL7 is pretty extensive. Have a look at www.interfaceware.com Todd. On Thu, 13 Dec 2007 15:49, Rohit G

Re: [DUG] Interpreting HL7

2007-12-12 Thread Todd Martin
Hmmm. HL7 is pretty extensive. Have a look at www.interfaceware.com Todd. On Thu, 13 Dec 2007 15:49, Rohit Gupta wrote: > I have to interpret HL7 packets and merge them into our database. Has > anyone any experience with them or can they recommend a translation > component. Not that its diffic

[DUG] Interpreting HL7

2007-12-12 Thread Rohit Gupta
I have to interpret HL7 packets and merge them into our database. Has anyone any experience with them or can they recommend a translation component. Not that its difficult to write one, but why reinvent the wheel ? I did google it and the market is mad $5000 US plus yearly fees :-) -- *Ro

Re: [DUG] Delphi 205+ IDE's advantage in generating help for projects

2007-12-12 Thread Paul A Norman
I simply resolved to heep my web page html files that I want to search in a seperate resource, and load its .RC list into one other .RC and process it into an array on form creation. On discovering information on what resources are embeded in a Delphi application, MSDN is not too helpful from a De