Package com.pixelmed.network
Class CFindResponseCommandMessage
java.lang.Object
com.pixelmed.network.CFindResponseCommandMessage
-
Constructor Summary
ConstructorsConstructorDescriptionCFindResponseCommandMessage(String affectedSOPClassUID, int messageIDBeingRespondedTo, int status, boolean dataSetPresent) CFindResponseCommandMessage(String affectedSOPClassUID, int messageIDBeingRespondedTo, int status, boolean dataSetPresent, AttributeTagAttribute offendingElement, String errorComment) -
Method Summary
-
Constructor Details
-
CFindResponseCommandMessage
- Parameters:
list-- Throws:
IOExceptionDicomException
-
CFindResponseCommandMessage
public CFindResponseCommandMessage(String affectedSOPClassUID, int messageIDBeingRespondedTo, int status, boolean dataSetPresent) throws DicomException, IOException - Parameters:
affectedSOPClassUID-messageIDBeingRespondedTo-status-dataSetPresent-- Throws:
IOExceptionDicomException
-
CFindResponseCommandMessage
public CFindResponseCommandMessage(String affectedSOPClassUID, int messageIDBeingRespondedTo, int status, boolean dataSetPresent, AttributeTagAttribute offendingElement, String errorComment) throws DicomException, IOException - Parameters:
affectedSOPClassUID-messageIDBeingRespondedTo-status-dataSetPresent-offendingElement-errorComment-- Throws:
IOExceptionDicomException
-
-
Method Details
-
getGroupLength
public int getGroupLength() -
getAffectedSOPClassUID
-
getCommandField
public int getCommandField() -
getMessageIDBeingRespondedTo
public int getMessageIDBeingRespondedTo() -
getStatus
public int getStatus() -
getOffendingElement
-
getErrorComment
-
getBytes
public byte[] getBytes()
-