FreeMED. Parser_HL7v2

HL7 v2.3 compatible generic parser

Summary
HL7 v2.3 compatible generic parser
Method to be called by other parts of the program to execute the action associated with the provided message type.
Resolve CN composite to provider in FreeMED.

Functions

Parser_HL7v2 constructor

Parameters

$messageText of HL7 v2.3 message
$options(optional) Additional options to be passed to the parser.  This is an associative array.

Parser_HL7v2->Handle

Method to be called by other parts of the program to execute the action associated with the provided message type.

Returns

Output of the specified handler.

__composite_to_provider

function __composite_to_provider ($composite)

Resolve CN composite to provider in FreeMED.

Parameters

$compositeArray describing an HL7 CN composite

Returns

Valid ID or 0 to indicate non-existance.

function __composite_to_provider ($composite)
Resolve CN composite to provider in FreeMED.