public class CMoveRequestCommandMessage
extends java.lang.Object
| Constructor and Description |
|---|
CMoveRequestCommandMessage(AttributeList list) |
CMoveRequestCommandMessage(java.lang.String affectedSOPClassUID,
java.lang.String moveDestination) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAffectedSOPClassUID() |
byte[] |
getBytes() |
int |
getCommandField() |
int |
getGroupLength() |
int |
getMessageID() |
java.lang.String |
getMoveDestination() |
int |
getNextAvailableMessageID()
Get a new message ID.
|
int |
getPriority() |
public CMoveRequestCommandMessage(AttributeList list) throws DicomException, java.io.IOException
list - java.io.IOExceptionDicomExceptionpublic CMoveRequestCommandMessage(java.lang.String affectedSOPClassUID,
java.lang.String moveDestination)
throws DicomException,
java.io.IOException
affectedSOPClassUID - moveDestination - java.io.IOExceptionDicomExceptionpublic int getGroupLength()
public java.lang.String getAffectedSOPClassUID()
public java.lang.String getMoveDestination()
public int getCommandField()
public int getMessageID()
public int getPriority()
public byte[] getBytes()
public final int getNextAvailableMessageID()
Get a new message ID.
Implemented as a simple counter on scope of JVM invocation, and will eventually wrapp around.