Package com.pixelmed.network
Class CEchoResponseCommandMessage
java.lang.Object
com.pixelmed.network.CEchoResponseCommandMessage
-
Constructor Summary
ConstructorsConstructorDescriptionCEchoResponseCommandMessage
(String affectedSOPClassUID, int messageIDBeingRespondedTo, int status) -
Method Summary
-
Constructor Details
-
CEchoResponseCommandMessage
- Parameters:
list
-- Throws:
IOException
DicomException
-
CEchoResponseCommandMessage
public CEchoResponseCommandMessage(String affectedSOPClassUID, int messageIDBeingRespondedTo, int status) throws DicomException, IOException - Parameters:
affectedSOPClassUID
-messageIDBeingRespondedTo
-status
-- Throws:
IOException
DicomException
-
-
Method Details
-
getGroupLength
public int getGroupLength() -
getAffectedSOPClassUID
-
getCommandField
public int getCommandField() -
getMessageIDBeingRespondedTo
public int getMessageIDBeingRespondedTo() -
getStatus
public int getStatus() -
getBytes
public byte[] getBytes()
-