Please enable JavaScript to view this site.

CORE HL7 API

Online Help - Region 1: [CORE HL7 API Basic]

Other CORE HL7 API Help Regions

Download the API Libraries


 

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

 

 

 

NEW for 2023
CORE HL7 MS SQL Schema API

CORE HL7 MS SQL Schema API

 


Public Enumerators (ENUMS)

 

public enum CoreLicenseType

       Unlicensed = -1,

       APIDeveloper = 0,

       APIRuntime = 1,

       APIDemo = 2,

       SoftwareRuntime = 3,

       SoftwareDemo = 4

 

public enum UPFA_ErrorType

       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

 

public enum AnalyzerStateEnum

           enError = -1,

           enIdle = 0,

           enPolling = 1,

           enLoading = 2

 

public enum HTLogFileInterval

       HTLFDaily = 0,

       HTLFHourly = 1,

       HTLFContinuous = 2

 

public enum HTLogLevel

       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

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.

 

 

 

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Nav Header: ALT+n
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Exit Menu/Up: ESC