Package com.pixelmed.network
Class CMoveResponseCommandMessage
- java.lang.Object
-
- com.pixelmed.network.CMoveResponseCommandMessage
-
public class CMoveResponseCommandMessage extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CMoveResponseCommandMessage(AttributeList list)CMoveResponseCommandMessage(java.lang.String affectedSOPClassUID, int messageIDBeingRespondedTo, int status, boolean dataSetPresent, int nRemaining, int nCompleted, int nFailed, int nWarning)CMoveResponseCommandMessage(java.lang.String affectedSOPClassUID, int messageIDBeingRespondedTo, int status, boolean dataSetPresent, AttributeTagAttribute offendingElement, java.lang.String errorComment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAffectedSOPClassUID()byte[]getBytes()intgetCommandField()java.lang.StringgetErrorComment()intgetGroupLength()intgetMessageIDBeingRespondedTo()intgetNumberOfCompletedSuboperations()intgetNumberOfFailedSuboperations()intgetNumberOfRemainingSuboperations()intgetNumberOfWarningSuboperations()AttributeTagAttributegetOffendingElement()intgetStatus()
-
-
-
Constructor Detail
-
CMoveResponseCommandMessage
public CMoveResponseCommandMessage(AttributeList list) throws DicomException, java.io.IOException
- Parameters:
list-- Throws:
java.io.IOExceptionDicomException
-
CMoveResponseCommandMessage
public CMoveResponseCommandMessage(java.lang.String affectedSOPClassUID, int messageIDBeingRespondedTo, int status, boolean dataSetPresent, AttributeTagAttribute offendingElement, java.lang.String errorComment) throws DicomException, java.io.IOException- Parameters:
affectedSOPClassUID-messageIDBeingRespondedTo-status-dataSetPresent-offendingElement-errorComment-- Throws:
java.io.IOExceptionDicomException
-
CMoveResponseCommandMessage
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- Parameters:
affectedSOPClassUID-messageIDBeingRespondedTo-status-dataSetPresent-nRemaining-nCompleted-nFailed-nWarning-- Throws:
java.io.IOExceptionDicomException
-
-
Method Detail
-
getGroupLength
public int getGroupLength()
-
getAffectedSOPClassUID
public java.lang.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()
-
getErrorComment
public java.lang.String getErrorComment()
-
getBytes
public byte[] getBytes()
-
-