|
Subject:
|
HL7 integration with C#
|
|
Posted By:
|
Sudheer
|
Post Date:
|
7/25/2008 1:30:47 PM
|
Hi,
I have to create a parser that can parse a HL7 Message and load the data result into aSQL Server.
Does any one have any idea about this ?
Thanks Sudheer
|
|
Reply By:
|
David_0223
|
Reply Date:
|
7/25/2008 2:48:56 PM
|
for HL7 Google gives us "http://www.interfaceware.com/manual/hl7.html" among others.
for the SQL interface try System.Data.SQL namespace.
write back when you've studied those a little...
What you don't know can hurt you!
|