Package com.pixelmed.network
Class CStoreResponseCommandMessage
java.lang.Object
com.pixelmed.network.CStoreResponseCommandMessage
-
Constructor Summary
ConstructorsConstructorDescriptionCStoreResponseCommandMessage
(String affectedSOPClassUID, String affectedSOPInstanceUID, int messageIDBeingRespondedTo, int status) -
Method Summary
-
Constructor Details
-
CStoreResponseCommandMessage
- 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 Details
-
getGroupLength
public int getGroupLength() -
getAffectedSOPClassUID
-
getCommandField
public int getCommandField() -
getMessageIDBeingRespondedTo
public int getMessageIDBeingRespondedTo() -
getStatus
public int getStatus() -
getAffectedSOPInstanceUID
-
getBytes
public byte[] getBytes()
-