File_DICOM::parse()

File_DICOM::parse() -- Parse a DICOM file.

概要

require_once 'File/DICOM.php';

mixed File_DICOM::parse (string $infile)

説明

Parse a DICOM file and get all of its header members.

パラメータ

string $infile

The DICOM file to parse

返り値

returns true on success, PEAR_Error on failure

注意

この関数は、スタティックにコールする ことはできません。