AnalyzeHL7File

Object Method - AnalyzeHL7File()

Parent Object - HL7FileAnalyzer

Returns - ENUM - EHFA_ErrorType


Name: AnalyzeHL7File(ByVal strHL7FileName)

Parameters: 1. strHL7FileName (String - Path/Name of a file containing HL7 messages)

 

Description: Opens and analyzes an HL7 data file. During the analysis the AnalyzingFile event is raised and the AnalysisCompleted event is raised on completion.

 

Programming Note: When analyzing a file, the object will LOCK that file for reading or updating by other applications. It will remain LOCKED until the object is destroyed or the Clear method is called.