File_DICOM::parse()

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

Referentiesamenvatting

require_once 'File/DICOM.php';

mixed File_DICOM::parse (string $infile)

Beschrijving

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

Parameter

string $infile

The DICOM file to parse

Return waarde

returns true on success, PEAR_Error on failure

Note

Deze functie kan niet statisch worden aangeroepen.