org.dicom4j.network.dimse.messages
Class CCancelRequest

java.lang.Object
  extended by org.dicom4j.network.dimse.messages.support.AbstractDimseMessage
      extended by org.dicom4j.network.dimse.messages.CCancelRequest
All Implemented Interfaces:
DimseMessage

public class CCancelRequest
extends AbstractDimseMessage

C-CANCEL-RQ

Since:
0.0.0
Author:
Laurent Lecomte

Constructor Summary
CCancelRequest(CommandSet aCommandSet)
          Creates a new message
CCancelRequest(int aMessageID)
          Creates a new message
 
Method Summary
 String getName()
          Return the name of the message
 String toString()
           
 
Methods inherited from class org.dicom4j.network.dimse.messages.support.AbstractDimseMessage
getCommandField, getCommandSet, getDataSet, getMessageID, getSopClassRegistry, isCEchoRequest, isCEchoResponse, isCFindRequest, removeDataSet, setCommandField, setDataSet, setSopClassRegistry
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CCancelRequest

public CCancelRequest(CommandSet aCommandSet)
Creates a new message

Parameters:
aCommandSet -

CCancelRequest

public CCancelRequest(int aMessageID)
               throws DicomException
Creates a new message

Parameters:
aMessageID -
Throws:
DicomException
Method Detail

getName

public String getName()
Description copied from class: AbstractDimseMessage
Return the name of the message

Specified by:
getName in interface DimseMessage
Overrides:
getName in class AbstractDimseMessage
Returns:
the name

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 dicom4j. All Rights Reserved.