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