public class CStoreRequestCommandMessage extends Object
| Constructor and Description |
|---|
CStoreRequestCommandMessage(AttributeList list) |
CStoreRequestCommandMessage(String affectedSOPClassUID,
String affectedSOPInstanceUID) |
CStoreRequestCommandMessage(String affectedSOPClassUID,
String affectedSOPInstanceUID,
String moveOriginatorApplicationEntityTitle,
int moveOriginatorMessageID) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAffectedSOPClassUID() |
String |
getAffectedSOPInstanceUID() |
byte[] |
getBytes() |
int |
getCommandField() |
int |
getGroupLength() |
int |
getMessageID() |
String |
getmoveOriginatorApplicationEntityTitle() |
int |
getMoveOriginatorMessageID() |
int |
getNextAvailableMessageID()
Get a new message ID.
|
int |
getPriority() |
public CStoreRequestCommandMessage(AttributeList list) throws DicomException, IOException
list - IOExceptionDicomExceptionpublic CStoreRequestCommandMessage(String affectedSOPClassUID, String affectedSOPInstanceUID) throws DicomException, IOException
affectedSOPClassUID - affectedSOPInstanceUID - IOExceptionDicomExceptionpublic CStoreRequestCommandMessage(String affectedSOPClassUID, String affectedSOPInstanceUID, String moveOriginatorApplicationEntityTitle, int moveOriginatorMessageID) throws DicomException, 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 noneIOExceptionDicomExceptionpublic String getAffectedSOPClassUID()
public String getAffectedSOPInstanceUID()
public byte[] getBytes()
public int getCommandField()
public int getGroupLength()
public int getMessageID()
public String getmoveOriginatorApplicationEntityTitle()
public int getMoveOriginatorMessageID()
public int getPriority()
public final int getNextAvailableMessageID()
Get a new message ID.
Implemented as a simple counter on scope of JVM invocation, and will eventually wrapp around.