Package com.pixelmed.network
Class CEchoRequestCommandMessage
java.lang.Object
com.pixelmed.network.CEchoRequestCommandMessage
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CEchoRequestCommandMessage
- Parameters:
list
-- Throws:
IOException
DicomException
-
CEchoRequestCommandMessage
- Throws:
IOException
DicomException
-
-
Method Details
-
getGroupLength
public int getGroupLength() -
getAffectedSOPClassUID
-
getCommandField
public int getCommandField() -
getMessageID
public int getMessageID() -
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
-