File_DICOM::parse()

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

Synopsis

require_once 'File/DICOM.php';

mixed File_DICOM::parse (string $infile)

Opis

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

Parametr

string $infile

The DICOM file to parse

Zwracana wartość

returns true on success, PEAR_Error on failure

Uwagi

Ta funkcja nie może być wywołana statycznie.