File_DICOM::getValue()

File_DICOM::getValue() -- Gets the value for a DICOM element.

Synopsis

require_once 'File/DICOM.php';

mixed File_DICOM::getValue (mixed $group_or_name [, integer $element = null])

Opis

Gets the value for a DICOM element of a given group from the parsed DICOM file

Parametr

mixed $group_or_name

The group the DICOM element belongs to (integer), or its name (string)

integer $element

The identifier for the DICOM element (unique inside a group). Optional

Zwracana wartość

returns The value for the DICOM element on success, PEAR_Error on failure

Uwagi

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

Przykład