com.pixelmed.network
Class CMoveRequestCommandMessage

java.lang.Object
  extended by com.pixelmed.network.CMoveRequestCommandMessage

public class CMoveRequestCommandMessage
extends Object


Constructor Summary
CMoveRequestCommandMessage(AttributeList list)
           
CMoveRequestCommandMessage(String affectedSOPClassUID, String moveDestination)
           
 
Method Summary
 String getAffectedSOPClassUID()
           
 byte[] getBytes()
           
 int getCommandField()
           
 int getGroupLength()
           
 int getMessageID()
           
 String getMoveDestination()
           
 int getNextAvailableMessageID()
          Get a new message ID.
 int getPriority()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMoveRequestCommandMessage

public CMoveRequestCommandMessage(AttributeList list)
                           throws DicomException,
                                  IOException
Parameters:
list -
Throws:
IOException
DicomException

CMoveRequestCommandMessage

public CMoveRequestCommandMessage(String affectedSOPClassUID,
                                  String moveDestination)
                           throws DicomException,
                                  IOException
Parameters:
affectedSOPClassUID -
moveDestination -
Throws:
IOException
DicomException
Method Detail

getGroupLength

public int getGroupLength()

getAffectedSOPClassUID

public String getAffectedSOPClassUID()

getMoveDestination

public String getMoveDestination()

getCommandField

public int getCommandField()

getMessageID

public int getMessageID()

getPriority

public int getPriority()

getBytes

public byte[] getBytes()

getNextAvailableMessageID

public final int getNextAvailableMessageID()

Get a new message ID.

Implemented as a simple counter on scope of JVM invocation, and will eventually wrapp around.

Returns:
a new unused integer message ID