Online Help - Region 1: [CORE HL7 API Basic] |
Object: FAMapMetric
Description: A simple object used to contain file mapping information by the HL7FileAnalyzer class. When a HL7FileAnalyzer operation analyzes a HL7 data file it creates an internal list of the FAMapMetric class with pointers to locations of HL7 message candidates within the file to be used for later retrieval.
Property Name |
Data Type |
Buffered |
bool - Will indicate whether the value between StartingPosition and EndingPosition has been loaded into memory. |
EndingPosition |
long - Indicates the ending position offset within the mapping region of the mapped item |
ItemSize |
long - String buffer size required for the item (EndingPosition - StartingPosition) |
StartingPosition |
long - Indicates the starting position offset within the mapping region (IE the File) of the mapped item |