DelphiHL7 Released v 1.4!

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

DelphiHL7 Released v 1.4!

Post by admin »

Dear users,

New DelphiHL7 Released v 1.4 is available for download now.
This version includes:

* Added AsBase64 property.
Reads Base64 value and return decoded string. When set field, encode raw string to base64.

adt_a01.MSH.Sendingapplication.AsBase64:='www.DelphiHL7.com';
ShowMessage(adt_a01.MSH.Sendingapplication.AsString); // Shows : d3d3LkRlbHBoaUhMNy5jb20=
ShowMessage(adt_a01.MSH.Sendingapplication.AsBase64); // Shows : www.DelphiHL7.com

* Changed AsString property behavior. Supported separator encoding.

\E\ Escape character converted to escape character (e.g., ‘\’)
\F\ Field separator converted to field separator character (e.g., ‘|’)
\R\ Repetition separator converted to repetition separator character (e.g., ‘~’)
\S\ Component separator converted to component separator character (e.g., ‘^’)
\T\ Subcomponent separator converted to subcomponent separator character (e.g., ‘&’)

DelphiHL7 team.
Post Reply

Who is online

Users browsing this forum: No registered users and 5 guests