|
For demonstration purposes all project / code examples will be using Visual Basic .Net 2005. Note that this document is intended for HL7 professionals, it is beyond the scope of this document to explain what HL7 is and how it is implemented. It is assumed that you have a basic understanding of the HL7 message structure and data requirements at least as it pertains to your particular objective. Feel free to contact customer service (US#254-549-0825) to discuss your project requirements and goals. We will be more than happy to give you our opinion (for free and worth 10x what you pay for it) of whether anything within our arsenal of HL7 tools would be beneficial and how.
To download the free UltraPort Router AND UltraPort Listener Toolkits which includes full example applications for both click HERE (ZIP Format)
Step 1. In VB.Net 2005 create a blank Windows Forms Application.
Step 2. Add a reference to the toolkit DLL (filename: UPLTK.Net2005.dll). Note that you will have to "browse" for the DLL when adding the reference.
Your Next Step: Complete your application. See more sample code in the SendHL7Message and PingTheRouter methods.
|