require_once 'File/DICOM.php';
mixed File_DICOM::parse (string $infile)
mixed File_DICOM::parse
Parse a DICOM file and get all of its header members.
The DICOM file to parse
returns true on success, PEAR_Error on failure
This function can not be called statically.