File_DICOM::setValue()

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

概要

require_once 'File/DICOM.php';

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

説明

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

パラメータ

integer $gp

The group the DICOM element belongs to

integer $el

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

mixed $value

注意

この関数は、スタティックにコールする ことはできません。