public class CMoveResponseCommandMessage extends Object
| Constructor and Description |
|---|
CMoveResponseCommandMessage(AttributeList list) |
CMoveResponseCommandMessage(String affectedSOPClassUID,
int messageIDBeingRespondedTo,
int status,
boolean dataSetPresent,
AttributeTagAttribute offendingElement,
String errorComment) |
CMoveResponseCommandMessage(String affectedSOPClassUID,
int messageIDBeingRespondedTo,
int status,
boolean dataSetPresent,
int nRemaining,
int nCompleted,
int nFailed,
int nWarning) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAffectedSOPClassUID() |
byte[] |
getBytes() |
int |
getCommandField() |
String |
getErrorComment() |
int |
getGroupLength() |
int |
getMessageIDBeingRespondedTo() |
int |
getNumberOfCompletedSuboperations() |
int |
getNumberOfFailedSuboperations() |
int |
getNumberOfRemainingSuboperations() |
int |
getNumberOfWarningSuboperations() |
AttributeTagAttribute |
getOffendingElement() |
int |
getStatus() |
public CMoveResponseCommandMessage(AttributeList list) throws DicomException, IOException
list - IOExceptionDicomExceptionpublic CMoveResponseCommandMessage(String affectedSOPClassUID, int messageIDBeingRespondedTo, int status, boolean dataSetPresent, AttributeTagAttribute offendingElement, String errorComment) throws DicomException, IOException
affectedSOPClassUID - messageIDBeingRespondedTo - status - dataSetPresent - offendingElement - errorComment - IOExceptionDicomExceptionpublic CMoveResponseCommandMessage(String affectedSOPClassUID, int messageIDBeingRespondedTo, int status, boolean dataSetPresent, int nRemaining, int nCompleted, int nFailed, int nWarning) throws DicomException, IOException
affectedSOPClassUID - messageIDBeingRespondedTo - status - dataSetPresent - nRemaining - nCompleted - nFailed - nWarning - IOExceptionDicomExceptionpublic String getAffectedSOPClassUID()
public byte[] getBytes()
public int getCommandField()
public String getErrorComment()
public int getGroupLength()
public int getMessageIDBeingRespondedTo()
public int getNumberOfCompletedSuboperations()
public int getNumberOfFailedSuboperations()
public int getNumberOfRemainingSuboperations()
public int getNumberOfWarningSuboperations()
public AttributeTagAttribute getOffendingElement()
public int getStatus()