Click here to Skip to main content
15,906,296 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

Could you please help me in HL7 V3 Messaging from C#. Please guild me mappings of HL7 V3.

I am new into these HL7 concepts so,any experienced information from you is valuable to me.

Regards,
Subbu.
Posted
Updated 22-Nov-11 19:49pm
v2
Comments
Mehdi Gholam 23-Nov-11 1:37am    
Your question is vague, please be more specific.
SKOTAJI 23-Nov-11 1:50am    
Thanks for the suggestion. I have updated my question. Plz suggest for HL7 V3 messaging.
Richard MacCutchan 23-Nov-11 5:10am    
What is HL7 V3?
SKOTAJI 8-Dec-11 6:45am    
Hi Richard,

HL7 is a health care protocol. Its a standardized way in the implementation of various Health Care projects..

In HL7, V3 is the one way of implementation. Newly introduced.

Regards,
Kota.
Richard MacCutchan 8-Dec-11 6:57am    
Very interesting; I suggest you go and study it if you want to implement some solution based around it. Your problem is not C# but understanding the HL7 protocol.

Take a look at Everest (http://everest.marc-hi.ca[^]) there is also a comprehensive eBook for how to use the framework on Lulu (http://www.lulu.com/shop/justin-fyfe/advanced-everest-developers-handbook-ebook/ebook/product-21278619.html[^] which covers basic HL7v3 messaging concepts in more detail.

It is much easier than the XSD classes as you can use generics and the data types are wrapped to act like native C# data types (example INT behaves like Int32, TS behaves like DateTime, etc.)
 
Share this answer
 
Hi All,

It works for me using converted XSD serializable class. if any one has issue with it. Plz ping I will solve for them. Domain knowledge is more impartent here.

Regards,
KOTA.
 
Share this answer
 

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