public class CEchoRequestCommandMessage
extends java.lang.Object
| Constructor and Description |
|---|
CEchoRequestCommandMessage() |
CEchoRequestCommandMessage(AttributeList list) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAffectedSOPClassUID() |
byte[] |
getBytes() |
int |
getCommandField() |
int |
getGroupLength() |
int |
getMessageID() |
int |
getNextAvailableMessageID()
Get a new message ID.
|
public CEchoRequestCommandMessage(AttributeList list) throws DicomException, java.io.IOException
list - java.io.IOExceptionDicomExceptionpublic CEchoRequestCommandMessage()
throws DicomException,
java.io.IOException
java.io.IOExceptionDicomExceptionpublic int getGroupLength()
public java.lang.String getAffectedSOPClassUID()
public int getCommandField()
public int getMessageID()
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.