BesaHL7 Released v 1.7.10!

Discussion of open issues, suggestions and bugs regarding to (known as Delphi HL7) HL7 Components
Post Reply
admin
Site Admin
Posts: 256
Joined: Sun Jun 05, 2011 8:06 pm

BesaHL7 Released v 1.7.10!

Post 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.
Post Reply

Who is online

Users browsing this forum: No registered users and 6 guests