0

I should to create a simple program to create a CDA document. So I have find this code: Code

Now, I have download the source code then I have compile it, but Visual Studio, don't find the

using nhs.itk.hl7v3.cda;

and other class. Where I can find this dll ???

bircastri
  • 2,169
  • 13
  • 50
  • 119

1 Answers1

1

You can download the dlls from ITK Soap Framework C#.NET

A set of C# .NET classes which provide an ITK compliant SOAP handler. The release note within the bundle provides detail of the dependencies on other libraries, also included within the download.

Also check ITK Payloads – HL7v3 and CDA

Rahul Tripathi
  • 168,305
  • 31
  • 280
  • 331
  • I have find the second link, I think that the last link is good, but I can't find the .exe file or .dll library to downalod for c# – bircastri Nov 10 '15 at 08:56