Page 1 of 1

BesaHL7 Released v 1.7.10!

Posted: Tue Dec 18, 2018 2:17 pm
by admin
Dear users,

Besa Software is glad to release the new version 1.7.10

This version includes:
+ Added "ParserStatus" property to TBSHL7Message class.
+ Added "ParserMessage" property to TBSHL7Message class.

Code: Select all

var
  msg : TbsADT_A01_22;
begin
  msg := TbsADT_A01_22.Create;
  msg.AsHL7:= 'HL7 Message';
  
  // Check is successfully parsed.
  if msg.ParserStatus=False then
    ShowMessage(msg.ParserMessage);

  msg.Free;
end;
We're looking forward to your comments and suggestions.
Besa HL7 Team.