com.pixelmed.network
Class CGetResponseCommandMessage
java.lang.Object
com.pixelmed.network.CGetResponseCommandMessage
public class CGetResponseCommandMessage
- extends Object
|
Constructor Summary |
CGetResponseCommandMessage(AttributeList list)
|
CGetResponseCommandMessage(String affectedSOPClassUID,
int messageIDBeingRespondedTo,
int status,
boolean dataSetPresent,
AttributeTagAttribute offendingElement,
String errorComment)
|
CGetResponseCommandMessage(String affectedSOPClassUID,
int messageIDBeingRespondedTo,
int status,
boolean dataSetPresent,
int nRemaining,
int nCompleted,
int nFailed,
int nWarning)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CGetResponseCommandMessage
public CGetResponseCommandMessage(AttributeList list)
throws DicomException,
IOException
- Parameters:
list -
- Throws:
IOException
DicomException
CGetResponseCommandMessage
public CGetResponseCommandMessage(String affectedSOPClassUID,
int messageIDBeingRespondedTo,
int status,
boolean dataSetPresent,
AttributeTagAttribute offendingElement,
String errorComment)
throws DicomException,
IOException
- Parameters:
affectedSOPClassUID - messageIDBeingRespondedTo - status - dataSetPresent - offendingElement - errorComment -
- Throws:
IOException
DicomException
CGetResponseCommandMessage
public CGetResponseCommandMessage(String affectedSOPClassUID,
int messageIDBeingRespondedTo,
int status,
boolean dataSetPresent,
int nRemaining,
int nCompleted,
int nFailed,
int nWarning)
throws DicomException,
IOException
- Parameters:
affectedSOPClassUID - messageIDBeingRespondedTo - status - dataSetPresent - nRemaining - nCompleted - nFailed - nWarning -
- Throws:
IOException
DicomException
getGroupLength
public int getGroupLength()
getAffectedSOPClassUID
public String getAffectedSOPClassUID()
getCommandField
public int getCommandField()
getMessageIDBeingRespondedTo
public int getMessageIDBeingRespondedTo()
getStatus
public int getStatus()
getNumberOfRemainingSuboperations
public int getNumberOfRemainingSuboperations()
getNumberOfCompletedSuboperations
public int getNumberOfCompletedSuboperations()
getNumberOfFailedSuboperations
public int getNumberOfFailedSuboperations()
getNumberOfWarningSuboperations
public int getNumberOfWarningSuboperations()
getOffendingElement
public AttributeTagAttribute getOffendingElement()
getBytes
public byte[] getBytes()