setWado('http', '127.0.0.1', '80', 'wado/wadp.asp'); // DC's public PixelMed PACS. // No WADO? //$pacsPixelMed = new PACS('ABPACS', '127.0.0.1', '11112'); // Public JVSdicom Server. Not sure if this one has any contents. // No WADO ? // More information: http://153.1.200.58/?q=dicom_images //$pacsJVSdicom = new PACS('JVSDICOM', '153.1.200.58', '104'); // My own PACS $pacsHome = new DCM4CHEE('ABPACS', '128.199.154.150'); $pacs = $pacsHome; // ******* ********* ********* ********* ********* ********* ********* ********* // This script makes use of dcmqr, from the dcm4che2 Dicom toolkit // dcm4che2 Dicom toolkit: http://www.dcm4che.org/confluence/display/d2/dcm4che2+DICOM+Toolkit // dcmqr: http://www.dcm4che.org/confluence/display/d2/dcmqr //define ('PATH_BASE_DCM4CHE2', '/usr/local/dcm4che/dcm4che2/bin/'); define ('PATH_BASE_DCM4CHE2', '/var/www/dcm4che/dcm4che2/bin/'); define ('PATH_BASE_DICOM_CACHE', '/tmp/dicom/'); define ('PATH_WGET', '/usr/bin/wget'); define ('RETRIEVE_LOCAL', true); define('SHOW_REQUEST', false); define('XML_ENCODING', 'UTF-8'); define ('DEBUG_NONE', 0); define ('DEBUG_INFO', 5); define ('DEBUG_DUMP', 9); define ('DEBUG_LEVEL', DEBUG_NONE); define ('AETITLE_GATEWAY', 'DCMGW'); define ('THUMBNAIL_SIZE', '200'); // ******* ********* ********* ********* ********* ********* ********* ********* define('QUERY_REQUEST_ROOT', '0'); define('QUERY_RESPONSE_ROOT', '1'); define('QUERY_REQUEST', '2'); define('QUERY_RESPONSE', '3'); // ******* ********* ********* ********* ********* ********* ********* *********