public class CGetResponseCommandMessage
extends java.lang.Object
| Constructor and Description |
|---|
CGetResponseCommandMessage(AttributeList list) |
CGetResponseCommandMessage(java.lang.String affectedSOPClassUID,
int messageIDBeingRespondedTo,
int status,
boolean dataSetPresent,
AttributeTagAttribute offendingElement,
java.lang.String errorComment) |
CGetResponseCommandMessage(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() |
int |
getGroupLength() |
int |
getMessageIDBeingRespondedTo() |
int |
getNumberOfCompletedSuboperations() |
int |
getNumberOfFailedSuboperations() |
int |
getNumberOfRemainingSuboperations() |
int |
getNumberOfWarningSuboperations() |
AttributeTagAttribute |
getOffendingElement() |
int |
getStatus() |
public CGetResponseCommandMessage(AttributeList list) throws DicomException, java.io.IOException
list - java.io.IOExceptionDicomExceptionpublic CGetResponseCommandMessage(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.IOExceptionDicomExceptionpublic CGetResponseCommandMessage(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.IOExceptionDicomExceptionpublic 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 byte[] getBytes()