PEAR Manual
This manual is provided as a courtesy. It is not an official source. Please check pear.php.net for updated information.
require_once 'File/DICOM.php';
void File_DICOM::setValue (integer $gp, integer $el, mixed $value)
void File_DICOM::setValue
Sets the value for a DICOM element. Only works with strings now.
The group the DICOM element belongs to
The identifier for the DICOM element (unique inside a group)
This function can not be called statically.