コード例 #1
0
ファイル: dcmgwPacs.php プロジェクト: emmandeb/dcmgw
 function __construct($AETitle, $host, $port)
 {
     parent::__construct($AETitle, $host, $port);
     $this->wadoPort = '1000';
     $this->setWadoScript('wado/' . $AETitle);
 }