BesaHL7 Released v 1.7.11!

Company and product news about betas, releases or other information
Post Reply
admin
Site Admin
Posts: 256
Joined: Sun Jun 05, 2011 8:06 pm

BesaHL7 Released v 1.7.11!

Post by admin »

Dear users,

Besa Software is glad to release the new version 1.7.11

This version includes:
+ Added Delphi 10.2.3 Rio support.
* Bug fixed : direct assignations

Code: Select all

var
  msgRequest: TbsOML_O21_25;
  msgPro: TbsORL_O22_25;
begin
   msgRequest := TbsOML_O21_25.Create;
   msgRequest.AsHL7 := Memo1.Lines.Text;
   msgPro := TbsORL_O22_25.Create;
   memo2.Lines.Text:= msgRequest.AsHL7;
   //Direct Assignation: Segment to Segment
   msgRequest.PATIENT.PID.AsString:=msgResponse.RESPONSE.PATIENT.PID.AsString;
end;
Post Reply

Who is online

Users browsing this forum: No registered users and 5 guests