com.pixelmed.network
Class CStoreResponseCommandMessage
java.lang.Object
com.pixelmed.network.CStoreResponseCommandMessage
public class CStoreResponseCommandMessage
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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()