Skip to content

message.removeCommandAttributes

Signature: message.removeCommandAttributes()

Returns: void

Removes the DIMSE command set (group 0000) elements from the current DICOM object.

Parameters

None

Example

// assumes `message` is a DICOM message model object

// Remove the DIMSE command set (group 0000) from the current message
message.removeCommandAttributes();