Online Help - Region 1: [CORE HL7 API Basic] |
You can use the COREHL7 API Libraries to create applications in the .Net Framework OR in Microsoft .Net. When creating your applications in .Net 5, 6, etc, we have included the dependcies JSON files for each DLL but as long as you've installed the required NuGet Packages in your applications you should be fine.
NameSpaces For .Net Libraries:
•COREHL7
•COREHL7Dialogs
NameSpaces For .Net Framework Libraries:
•COREHL7FW
•COREHL7FWDialogs
Architecture



CORE HL7 MS SQL Schema API
Unlicensed = -1,
APIDeveloper = 0,
APIRuntime = 1,
APIDemo = 2,
SoftwareRuntime = 3,
SoftwareDemo = 4
FA_NoError = 0,
FA_SystemError = 1,
FA_FileIsBlank = 2,
FA_FileHasNoMessages = 3,
FA_FileDoesNotExist = 4,
FA_InvalidPropertyValues = 5,
FA_NoFileIsOpen = 6,
FA_MessageNotFound = 7,
FA_FileAccessError = 8,
FA_AnalysisCancelled = 9,
FA_InvalidObjectState = 10
enError = -1,
enIdle = 0,
enPolling = 1,
enLoading = 2
HTLFDaily = 0,
HTLFHourly = 1,
HTLFContinuous = 2
HTLFCritical = 0,
HTLFRelevant = 1,
HTLFMaximum = 2
CORE HL7 API DLL Files
For apps targeting Microsoft .Net
•COREHL7.dll
•COREHL7Inbound.dll
•COREHL7Outbound.dll
•COREHL7MSSQL.dll (Windows Only)
•COREHL7Dialogs.dll (for Windows Forms applications)
For apps targeting a Microsoft .Net Framework
•COREHL7FW.dll
•COREHL7FWInbound.dll
•COREHL7FWOutbound.dll
•COREHL7MSSQLFW.dll (Windows Only)
•COREHL7FWDialogs.dll (for Windows Forms applications)
What's in the Download Package

Zip File Contents
When you download the ZIP file containing the CORE HL7 API libraries you will see that it contains folders each of which represent a different target platform. In each folder you will find the DLL files which have been compiled targeting that platform. Just extract the ZIP file onto your HDD and reference the appropriate DLLs in your projects.