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