-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME.txt
65 lines (44 loc) · 3.03 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Thank you for downloading EdiFabric's HL7 examples
1. Overview
The examples are organized into different projects in two logical categories: by product feature and by message type. All examples are provided for both .NET Framework 4.8 and .NET 6 in separate Visual Studio solutions.
2. Requirements
- Visual Studio, compatible with the supported .NET versions
- Minimum .NET Framework 4.8 or .NET 6. Downgrade to .NET Framework 4.5 is possible by changing the target framework for each project.
3. Serial Key and EdiFabric DLLs
All projects reference EdiFabric EDI Tools as NuGet packages from nuget.org. If you wish to install EdiFabric EDI Tools as DLLs, download the trial DLLs from https://sowl.co/oApEt.
4. Setup
Rebuild the solution with Package Restore enabled. If there are any build errors, manually install the missing packages from https://www.nuget.org/packages?q=edifabric.
5. Getting started
To get started, set project EdiFabric.Examples.HL7.Demo as the startup project, open Program.cs and follow the instructions there. This project allows you to quickly translate your own HL7 files.
6. Examples by feature
Explore the different features of EdiFabric, such as translating from HL7 file (ReadHL7), generating HL7 file (WriteHL7), validating HL7 transactions (ValidateHL7),
import/export from/to JSON , XML, CSV.
7. Validation
All templates in EdiFabric.Templates.HL7 can be used for validation.
8. EDI Templates
The trial comes with the following prebuilt template assemblies:
EdiFabric.Templates.Hl7.dll - HL7 2.6
EdiFabric supports all HL7 versions and message types. We have an extensive library of EDI templates, however, if you can't find a particular transaction, please let us know.
The following templates are available out-of-the-box:
https://support.edifabric.com/hc/en-us/articles/360017128357-HL7-version-2-6
For an interactive view of all templates go to EdiNation (no registration is required):
https://edination.com/edi-formats.html
9. Trial use
The trial serial key is valid for 14 days, and using the product with a trial license is subject to EdiFabric's license terms available at https://www.edifabric.com/files/eula.pdf. Upon expiry, the product will begin throwing exceptions.
To continue using the trial and the examples, you'll need to request a trial extension.
10. Warranty
The source code in these example projects is strictly for demonstrational purposes and is provided "AS IS" without warranty of any kind, whether expressed or implied, including but not limited to the
implied warranties of merchantability and/or fitness for a particular purpose.
11. Additional information
Install EdiFabric
https://support.edifabric.com/hc/en-us/articles/360016808578-Install-EdiFabric
Trial and examples
https://support.edifabric.com/hc/en-us/articles/360000280532-Trial-and-Examples
EdiFabric tutorial
https://support.edifabric.com/hc/en-us/articles/360000291511-Tutorial-EDI-NET-Tools-Basics
Knowledge Base
https://support.edifabric.com
Support
https://support.edifabric.com/hc/en-us/requests/new
Last updated on June 20, 2023
2023 © EdiFabric