public class CEchoRequestCommandMessage extends Object
| Constructor and Description |
|---|
CEchoRequestCommandMessage() |
CEchoRequestCommandMessage(AttributeList list) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAffectedSOPClassUID() |
byte[] |
getBytes() |
int |
getCommandField() |
int |
getGroupLength() |
int |
getMessageID() |
int |
getNextAvailableMessageID()
Get a new message ID.
|
public CEchoRequestCommandMessage()
throws DicomException,
IOException
IOExceptionDicomExceptionpublic CEchoRequestCommandMessage(AttributeList list) throws DicomException, IOException
list - IOExceptionDicomExceptionpublic String getAffectedSOPClassUID()
public byte[] getBytes()
public int getCommandField()
public int getGroupLength()
public int getMessageID()
public final int getNextAvailableMessageID()
Get a new message ID.
Implemented as a simple counter on scope of JVM invocation, and will eventually wrapp around.