Wrox Programmer Forums
|
.NET Framework 2.0 For discussion of the Microsoft .NET Framework 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the .NET Framework 2.0 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 18th, 2009, 03:52 AM
samjudson's Avatar
Friend of Wrox
 
Join Date: Aug 2007
Posts: 2,128
Thanks: 1
Thanked 189 Times in 188 Posts
Default

I'd recommend posting on the nHapi mailing list rather than here.
__________________
/- Sam Judson : Wrox Technical Editor -/

Think before you post: What have you tried?
 
Old October 9th, 2009, 02:07 AM
Registered User
 
Join Date: Oct 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I accept: if you mean HL7 v3 - this version is just XML, so obviously you can use .Net to create and edit HL7.
If you are using web endpoints then you can obviously use the HttpWebRequest classes to send and receive the XML.
______________________
Plan de financement immobilier conseil credit travaux | Calcul taux pret immobilier courtier | Simulation financement immo
 
Old January 12th, 2010, 10:21 PM
Registered User
 
Join Date: Jan 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

As other posters have said, NHAPI works great for parsing HL7 messages. For the communication part, sending HL7 messages is pretty easy. Most HL7 systems that send and receive HL7 messages by TCP/IP use the LLP protocol. This protocal is pretty easy, basically you just need to add a vertical tab character at the beginning of the message, and a field separator and carriage return at the end of the message. You can find a example of sending a HL7 message in C# at http://codingheadache.com/?p=10

Last edited by ericmaibach; January 20th, 2010 at 09:07 AM..





Similar Threads
Thread Thread Starter Forum Replies Last Post
HL7 Development [email protected] Biztalk 2 November 11th, 2013 05:57 AM
Biztalk and Hl7 [email protected] Biztalk 5 July 31st, 2013 03:12 AM
HL7 integration with C# Sudheer C# 3 August 29th, 2012 02:42 PM
.NET Enterprise Development in VB.NET capt_alberta All Other Wrox Books 3 July 22nd, 2003 05:12 PM
.NET Enterprise Development in VB.NET Remoting burkert All Other Wrox Books 0 June 24th, 2003 09:04 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.