Class CGetResponseCommandMessage


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

      • CGetResponseCommandMessage

        public CGetResponseCommandMessage​(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
      • CGetResponseCommandMessage

        public CGetResponseCommandMessage​(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()
      • getBytes

        public byte[] getBytes()