Package com.pixelmed.network
Class CMoveResponseCommandMessage
java.lang.Object
com.pixelmed.network.CMoveResponseCommandMessage
-
Constructor Summary
ConstructorsConstructorDescriptionCMoveResponseCommandMessage(String affectedSOPClassUID, int messageIDBeingRespondedTo, int status, boolean dataSetPresent, int nRemaining, int nCompleted, int nFailed, int nWarning) CMoveResponseCommandMessage(String affectedSOPClassUID, int messageIDBeingRespondedTo, int status, boolean dataSetPresent, AttributeTagAttribute offendingElement, String errorComment) -
Method Summary
-
Constructor Details
-
CMoveResponseCommandMessage
- Parameters:
list-- Throws:
IOExceptionDicomException
-
CMoveResponseCommandMessage
public CMoveResponseCommandMessage(String affectedSOPClassUID, int messageIDBeingRespondedTo, int status, boolean dataSetPresent, AttributeTagAttribute offendingElement, String errorComment) throws DicomException, IOException - Parameters:
affectedSOPClassUID-messageIDBeingRespondedTo-status-dataSetPresent-offendingElement-errorComment-- Throws:
IOExceptionDicomException
-
CMoveResponseCommandMessage
public CMoveResponseCommandMessage(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:
IOExceptionDicomException
-
-
Method Details
-
getGroupLength
public int getGroupLength() -
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
-
getErrorComment
-
getBytes
public byte[] getBytes()
-