Click here to Skip to main content
15,889,992 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
I have 2 questions.

1) How can I parse HL7 message from the XML(HL7) string ?
2) How to send data from code(.cs) file to XML file in C# ?

Thanks.
Posted

Parsing HL7 here[^].

XML conversion - see here[^].
 
Share this answer
 
Parsing HL7 here[^].
XML conversion - see here[^].
 
Share this answer
 
Comments
dev_asp_shreshtha 23-Nov-10 2:08am    
Thanks Abhinav,
The solution you suggested for Parsing HL7 is not free. Can you please tell me the way to parse it without buying any external party.

And for XML Conversion, I have no idea about Serialization, So I am finding it bit difficult. Can you please help in explaining how do code in .cs page and what tags will be used in .xsd file.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900