org.dicom4j.network.dimse.messages
Class CMoveRequestMessage

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

public class CMoveRequestMessage
extends DimseRequestMessage

C-MOVE-REQUEST

Since:
Alpha 0.0.3
Author:
Laurent Lecomte

Constructor Summary
CMoveRequestMessage(CommandSet aCommandSet)
          Creates a new message from a CommandSet
CMoveRequestMessage(int aMessageID, String aAffectedSOPClassUID)
          Creates a new message
CMoveRequestMessage(int aMessageID, String aAffectedSOPClassUID, int aPriority)
          Creates a new message
 
Method Summary
 String getMoveDestination()
           
 String getName()
          Return the name of the message
 int getPriority()
           
 void setPriority(int aPriority)
          set the Priority
 String toString()
           
 
Methods inherited from class org.dicom4j.network.dimse.messages.support.DimseRequestMessage
getAffectedSOPClassUID, getAffectedSOPClassUIDElement, getAffectedSOPInstanceUIDElement, hasAffectedSOPClassUID, setAffectedSOPClassUID
 
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

CMoveRequestMessage

public CMoveRequestMessage(CommandSet aCommandSet)
Creates a new message from a CommandSet

Parameters:
aCommandSet - the CommandSet

CMoveRequestMessage

public CMoveRequestMessage(int aMessageID,
                           String aAffectedSOPClassUID)
                    throws DicomException
Creates a new message

Parameters:
aMessageID -
aAffectedSOPClassUID -
Throws:
DicomException

CMoveRequestMessage

public CMoveRequestMessage(int aMessageID,
                           String aAffectedSOPClassUID,
                           int aPriority)
                    throws DicomException
Creates a new message

Parameters:
aMessageID -
aAffectedSOPClassUID -
aPriority -
Throws:
DicomException
Method Detail

getMoveDestination

public String getMoveDestination()

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

getPriority

public int getPriority()

setPriority

public void setPriority(int aPriority)
                 throws DicomException
set the Priority

Parameters:
aPriority -
Throws:
DicomException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 dicom4j. All Rights Reserved.