Open jaime-olivares opened 3 months ago
If you are reading this, you are probably a former user of HL7-dotnetcore , which is currently archived. You can read our deprecation notice.
There are only two changes you need to adopt it:
Change the reference on .csproj to the following Nuget package (use the latest version number): <PackageReference Include="HL7-V2" Version="3.x.y" />
<PackageReference Include="HL7-V2" Version="3.x.y" />
Change the namespace to: using Efferent.HL7.V2;
using Efferent.HL7.V2;
Everything else can remain unchanged. Otherwise, let us know if you are experiencing any issue.
Welcome to this new HL7 V2 project!
If you are reading this, you are probably a former user of HL7-dotnetcore , which is currently archived. You can read our deprecation notice.
There are only two changes you need to adopt it:
Change the reference on .csproj to the following Nuget package (use the latest version number):
<PackageReference Include="HL7-V2" Version="3.x.y" />
Change the namespace to:
using Efferent.HL7.V2;
Everything else can remain unchanged. Otherwise, let us know if you are experiencing any issue.