File_DICOM::parse

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

Synopsis

require_once 'File/DICOM.php';

mixed File_DICOM::parse ( string $infile )

Description

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

Parameter

string $infile

The DICOM file to parse

Return value

returns true on success, PEAR_Error on failure

Note

This function can not be called statically.

Constructor. (Previous) Write current contents to a DICOM file. (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.