previousFile_DICOM::getValue (Previous) (Next) File_DICOM::dumpImagenext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

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 )

Description

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

Parameter

integer $gp

The group the DICOM element belongs to

integer $el

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

mixed $value

Note

This function can not be called statically.

previousFile_DICOM::getValue (Previous) (Next) File_DICOM::dumpImagenext

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.