Class CMoveResponseCommandMessage


  • public class CMoveResponseCommandMessage
    extends java.lang.Object
    • Constructor Detail

      • 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.IOException
        DicomException
      • 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.IOException
        DicomException
    • 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()
      • getErrorComment

        public java.lang.String getErrorComment()
      • getBytes

        public byte[] getBytes()