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:
IOExceptionDicomException
-
CStoreResponseCommandMessage
public CStoreResponseCommandMessage(String affectedSOPClassUID, String affectedSOPInstanceUID, int messageIDBeingRespondedTo, int status) throws DicomException, IOException - Parameters:
affectedSOPClassUID-affectedSOPInstanceUID-messageIDBeingRespondedTo-status-- Throws:
IOExceptionDicomException
-
-
Method Details
-
getGroupLength
public int getGroupLength() -
getAffectedSOPClassUID
-
getCommandField
public int getCommandField() -
getMessageIDBeingRespondedTo
public int getMessageIDBeingRespondedTo() -
getStatus
public int getStatus() -
getAffectedSOPInstanceUID
-
getBytes
public byte[] getBytes()
-