File_DICOM::write | File_DICOM::setValue |
File_DICOM | |
PEAR Manual | |
require_once 'File/DICOM.php'; |
mixed File_DICOM::getValue (
mixed $group_or_name
, integer $element = null
)
Gets the value for a DICOM element of a given group from the parsed DICOM file
The group the DICOM element belongs to (integer), or its name (string)
The identifier for the DICOM element (unique inside a group). Optional
returns The value for the DICOM element on success, PEAR_Error on failure
This function can not be called statically.
Using getValue()
|
File_DICOM::write | File_DICOM::setValue |
File_DICOM | |
PEAR Manual | |