com.pixelmed.network
Class CMoveRequestCommandMessage
java.lang.Object
com.pixelmed.network.CMoveRequestCommandMessage
public class CMoveRequestCommandMessage
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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