Page 1 of 1

BesaFHIR Released v 1.0.18!

Posted: Fri Apr 09, 2021 4:16 am
by admin
Dear users,

Besa Software is glad to release the new version 1.0.18!

This version includes:
+ Added TNetHTTPClient component support.

How to use:

Code: Select all

var
  client:TbsFHIRClient;
  patient:TPatient;
begin
  client:=TbsFHIRClient.Create( 'server.url' );
  client.HttpType:=hcNetClient;
  client.HttpNetClient:= NetHTTPClient1; 
  ...
  
 end;
We're looking forward to your comments and suggestions.
Besa Sofware Team.