public class CStoreRequestCommandMessage
extends java.lang.Object
| Constructor and Description |
|---|
CStoreRequestCommandMessage(AttributeList list) |
CStoreRequestCommandMessage(java.lang.String affectedSOPClassUID,
java.lang.String affectedSOPInstanceUID) |
CStoreRequestCommandMessage(java.lang.String affectedSOPClassUID,
java.lang.String affectedSOPInstanceUID,
java.lang.String moveOriginatorApplicationEntityTitle,
int moveOriginatorMessageID) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAffectedSOPClassUID() |
java.lang.String |
getAffectedSOPInstanceUID() |
byte[] |
getBytes() |
int |
getCommandField() |
int |
getGroupLength() |
int |
getMessageID() |
java.lang.String |
getmoveOriginatorApplicationEntityTitle() |
int |
getMoveOriginatorMessageID() |
int |
getNextAvailableMessageID()
Get a new message ID.
|
int |
getPriority() |
public CStoreRequestCommandMessage(AttributeList list) throws DicomException, java.io.IOException
list - java.io.IOExceptionDicomExceptionpublic CStoreRequestCommandMessage(java.lang.String affectedSOPClassUID,
java.lang.String affectedSOPInstanceUID)
throws DicomException,
java.io.IOException
affectedSOPClassUID - affectedSOPInstanceUID - java.io.IOExceptionDicomExceptionpublic CStoreRequestCommandMessage(java.lang.String affectedSOPClassUID,
java.lang.String affectedSOPInstanceUID,
java.lang.String moveOriginatorApplicationEntityTitle,
int moveOriginatorMessageID)
throws DicomException,
java.io.IOException
affectedSOPClassUID - affectedSOPInstanceUID - moveOriginatorApplicationEntityTitle - the AET of the C-MOVE that originated this C-STORE, or null if nonemoveOriginatorMessageID - the MessageID of the C-MOVE that originated this C-STORE, or -1 if nonejava.io.IOExceptionDicomExceptionpublic int getGroupLength()
public java.lang.String getAffectedSOPClassUID()
public int getCommandField()
public int getMessageID()
public int getPriority()
public java.lang.String getAffectedSOPInstanceUID()
public java.lang.String getmoveOriginatorApplicationEntityTitle()
public int getMoveOriginatorMessageID()
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.