File_DICOM::setValue()

File_DICOM::setValue() -- Sets the value for a DICOM element.

Synopsis

require_once 'File/DICOM.php';

void File_DICOM::setValue (integer $gp, integer $el, mixed $value)

Opis

Sets the value for a DICOM element. Only works with strings now.

Parametr

integer $gp

The group the DICOM element belongs to

integer $el

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

mixed $value

Uwagi

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