Hi i need to download the libraries exeption and socket??? #112
Replies: 3 comments 2 replies
-
You need to use composer to download and install the package. There are tutorials available online/YouTube on how to use composer to install a php package. Let me know if that still doesn't work for you |
Beta Was this translation helpful? Give feedback.
-
Hi, greetings to all. I already installed the libraries, I am using VisualStudio Code as an editor. Then I need to receive the results from a blood chemistry equipment, the equipment is using the IP 192.168.1.150 and port 1001, therefore I assume the following process:
use Aranyasen\HL7\Connection;
$connection = new Connection($Ip_Equipment, $Poort_Equipmen);
$msg_confir_response = new Message("MSH|^~\&|1|\rABC|1||^AAAA1^^^BB|", null, true); $req_recived->toString(); Please confirm to me if this process would be correct. thanks again for your help. Vianney |
Beta Was this translation helpful? Give feedback.
-
Hi, where i can to download the libraries exeption and socket??? i need to connected to bio chemestry analyzer. Can you help me???
Beta Was this translation helpful? Give feedback.
All reactions