BesaFHIR Released v 1.0.18!
Posted: Fri Apr 09, 2021 4:16 am
Dear users,
Besa Software is glad to release the new version 1.0.18!
This version includes:
+ Added TNetHTTPClient component support.
How to use:
We're looking forward to your comments and suggestions.
Besa Sofware Team.
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;
Besa Sofware Team.