Package com.pixelmed.network
Class CMoveRequestCommandMessage
java.lang.Object
com.pixelmed.network.CMoveRequestCommandMessage
-
Constructor Summary
ConstructorsConstructorDescriptionCMoveRequestCommandMessage
(String affectedSOPClassUID, String moveDestination) -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
getBytes()
int
int
int
final int
Get a new message ID.int
-
Constructor Details
-
CMoveRequestCommandMessage
- Parameters:
list
-- Throws:
IOException
DicomException
-
CMoveRequestCommandMessage
public CMoveRequestCommandMessage(String affectedSOPClassUID, String moveDestination) throws DicomException, IOException - Parameters:
affectedSOPClassUID
-moveDestination
-- Throws:
IOException
DicomException
-
-
Method Details
-
getGroupLength
public int getGroupLength() -
getAffectedSOPClassUID
-
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
-