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
IOException
DicomException
public CEchoRequestCommandMessage(AttributeList list) throws DicomException, IOException
list
- IOException
DicomException
public 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.