Package com.pixelmed.network
Class CMoveRequestCommandMessage
- java.lang.Object
-
- com.pixelmed.network.CMoveRequestCommandMessage
-
public class CMoveRequestCommandMessage extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CMoveRequestCommandMessage(AttributeList list)CMoveRequestCommandMessage(java.lang.String affectedSOPClassUID, java.lang.String moveDestination)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAffectedSOPClassUID()byte[]getBytes()intgetCommandField()intgetGroupLength()intgetMessageID()java.lang.StringgetMoveDestination()intgetNextAvailableMessageID()Get a new message ID.intgetPriority()
-
-
-
Constructor Detail
-
CMoveRequestCommandMessage
public CMoveRequestCommandMessage(AttributeList list) throws DicomException, java.io.IOException
- Parameters:
list-- Throws:
java.io.IOExceptionDicomException
-
CMoveRequestCommandMessage
public CMoveRequestCommandMessage(java.lang.String affectedSOPClassUID, java.lang.String moveDestination) throws DicomException, java.io.IOException- Parameters:
affectedSOPClassUID-moveDestination-- Throws:
java.io.IOExceptionDicomException
-
-
Method Detail
-
getGroupLength
public int getGroupLength()
-
getAffectedSOPClassUID
public java.lang.String getAffectedSOPClassUID()
-
getMoveDestination
public java.lang.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
-
-