com.pixelmed.network
Class CGetRequestCommandMessage
java.lang.Object
com.pixelmed.network.CGetRequestCommandMessage
public class CGetRequestCommandMessage
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CGetRequestCommandMessage
public CGetRequestCommandMessage(AttributeList list)
throws DicomException,
IOException
- Parameters:
list -
- Throws:
IOException
DicomException
CGetRequestCommandMessage
public CGetRequestCommandMessage(String affectedSOPClassUID)
throws DicomException,
IOException
- Parameters:
affectedSOPClassUID -
- Throws:
IOException
DicomException
getGroupLength
public int getGroupLength()
getAffectedSOPClassUID
public String 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