MohawkMEDIC / everest

The Everest Framework is designed to ease the creation, formatting, and transmission of HL7v3 and CDA structures with remote systems.
Apache License 2.0
38 stars 22 forks source link

Any plans to make this available as a Nuget package? #3

Open miguelC opened 7 years ago

miguelC commented 7 years ago

Hello, I was wondering if you had any plans for making this library, at least the CDA data model, available via Nuget? I am working on an application that runs in Azure SF and need to parse CDA into an object model, maybe using an Xml serializer to serialize a request body from a service call but I am having trouble understanding how I can use this library. There is some documentation about generating a DLL (MARC.Everest.RMIM.UV.CDAr2.dll) but how can I just generate the source code? That would a be a way to get the model and not have to somehow deploy a DLL with my application in SF. Any help is appreciated. Thanks.

Miguel.