I would like to develop a PHP application that can receive DICOM images from different DICOM devices connected to the same local network.
I know that there are some projects for working with DICOM and PHP, however AFAIK these projects do not support sending and receiving images via the network.
I would like to know if you know whether it is possible to develop an application like this with PHP. I would like to know if you have worked with PHP and DICOM, and about your impressions on this topic.
Thanks in advance. Juan
PHP, DICOM Toolkit, , . DICOM, JPEG, DICOM. : http://thevedic.net/projects/class_dicom_php/
, , . : www.nanodicom.org
DICOM , PHP.
, : DICOM- , , .
DICOM PHP, , , , , DICOM, . , , /, , .
, PHP DICOM , / ? /.
PHP : http://php.net/manual/en/function.copy.php
, PHP (SCP) . , , storecp DCMtk - PHP, .
, PHP script, storecu ( , DCMtk), . PHP exec() , , . ( , -, PHP, script). exec :
exec("storescu [options] 123.123.123.123 104 dicom_file.dcm");
, !
Source: https://habr.com/ru/post/1762836/More articles:Multithreading, multiprocessing with STOP and continuation of signals - javaSQL-like JOIN in two text files in Python, is there a built-in way? - pythonMac OS X version available for Texture2D.m, .h? - classruby stones under rvm on Ubuntu (fails) to install in the wrong place - ruby | fooobar.comHow to get switch group functionality for each row in a table using jsf - jsfCombining multiple MySQL databases into one preserving referential integrity - importbinding datagrid to nested collections in collections - nestedData transmission 0xFFD9 to JPEG integrated in RAW camera - jpegQt: how can I place the main window in the background and im handle the window in forground? - qtPHP SimpleXML XPath gets the next parent node - phpAll Articles