File_DICOM::setValue

File_DICOM::setValue() – DICOM 要素の値を設定する

Synopsis

require_once 'File/DICOM.php';

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

Description

DICOM 要素の値を設定します。 現在は文字列のみが動作します。

Parameter

integer $gp

DICOM 要素が属するグループ。

integer $el

DICOM 要素の識別子 (グループ内で一意な値)。

mixed $value

Note

This function can not be called statically.