We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: