File_DICOM::getValue | File_DICOM::dumpImage |
File_DICOM | |
PEAR Manual | |
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.
The group the DICOM element belongs to
The identifier for the DICOM element (unique inside a group)
This function can not be called statically.
File_DICOM::getValue | File_DICOM::dumpImage |
File_DICOM | |
PEAR Manual | |