DicomObjects Reference
DicomObjects Reference / DicomImage Object / Command Property
Command Property
Description
The full request dataset received
Property type
Read-only property
Syntax
Visual Basic
Public Property Command As DicomDataSet
Remarks

For data received via network transfer, this property gives access to the command (group 0000) DataSet, and for those read from Part 10 format files, it gives access to the Meta-header (group 0002) DatsSet.

Note that writing to this group does not affect the data subsequently written to disk.

See Also