Replace the trial serial key with your full one.
There is no need to replace any of the product NuGet packages or DLLs, only the serial key. However, we recommend uninstalling/removing the trial templates (listed below) and replacing them with your own template projects using the C# templates included in the product.
Replace the trial templates with your own template projects
We do not recommend using the trial templates available from NuGet for anything beyond the evaluation period. Create your template projects using the provided C# EDI templates.
Look at step 3 in the How to create EDI Template projects article to create a new project for the EDI templates.
- EdiFabric.Templates.Edifact.dll
- EdiFabric.Templates.Hipaa.dll
- EdiFabric.Templates.Padis.dll
- EdiFabric.Templates.Vda.dll
- EdiFabric.Templates.X12.dll
- EdiFabric.Templates.Ncpdp.dll
- EdiFabric.Templates.Hl7.dll
- EdiFabric.Templates.Edigas.dll
BEFORE: An example solution for reading an 837P using the trial templates
Uninstall all trial template packages (EdiFabric.Templates.Hipaa):
AFTER: An example solution for reading an 837P using the provided C# templates
- Create a new project(s) for your EDI templates and add the corresponding C# files, including the common ones for each version (ClassLibrary1).
- Add reference(s) to the projects created in the previous step.
Implement a token cache
You must implement a token cache to reduce the number of roundtrips to the authentication API and avoid exceeding the daily quota limits. For more information, see the Serial Key Authentication article.
Comments
0 comments
Please sign in to leave a comment.