com.pixelmed.network
Class CStoreResponseCommandMessage

java.lang.Object
  extended by com.pixelmed.network.CStoreResponseCommandMessage

public class CStoreResponseCommandMessage
extends Object


Constructor Summary
CStoreResponseCommandMessage(AttributeList list)
           
CStoreResponseCommandMessage(String affectedSOPClassUID, String affectedSOPInstanceUID, int messageIDBeingRespondedTo, int status)
           
 
Method Summary
 String getAffectedSOPClassUID()
           
 String getAffectedSOPInstanceUID()
           
 byte[] getBytes()
           
 int getCommandField()
           
 int getGroupLength()
           
 int getMessageIDBeingRespondedTo()
           
 int getStatus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CStoreResponseCommandMessage

public CStoreResponseCommandMessage(AttributeList list)
                             throws DicomException,
                                    IOException
Parameters:
list -
Throws:
IOException
DicomException

CStoreResponseCommandMessage

public CStoreResponseCommandMessage(String affectedSOPClassUID,
                                    String affectedSOPInstanceUID,
                                    int messageIDBeingRespondedTo,
                                    int status)
                             throws DicomException,
                                    IOException
Parameters:
affectedSOPClassUID -
affectedSOPInstanceUID -
messageIDBeingRespondedTo -
status -
Throws:
IOException
DicomException
Method Detail

getGroupLength

public int getGroupLength()

getAffectedSOPClassUID

public String getAffectedSOPClassUID()

getCommandField

public int getCommandField()

getMessageIDBeingRespondedTo

public int getMessageIDBeingRespondedTo()

getStatus

public int getStatus()

getAffectedSOPInstanceUID

public String getAffectedSOPInstanceUID()

getBytes

public byte[] getBytes()