Package com.pixelmed.network
Class CFindResponseCommandMessage
- java.lang.Object
-
- com.pixelmed.network.CFindResponseCommandMessage
-
public class CFindResponseCommandMessage extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CFindResponseCommandMessage(AttributeList list)
CFindResponseCommandMessage(java.lang.String affectedSOPClassUID, int messageIDBeingRespondedTo, int status, boolean dataSetPresent)
CFindResponseCommandMessage(java.lang.String affectedSOPClassUID, int messageIDBeingRespondedTo, int status, boolean dataSetPresent, AttributeTagAttribute offendingElement, java.lang.String errorComment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAffectedSOPClassUID()
byte[]
getBytes()
int
getCommandField()
java.lang.String
getErrorComment()
int
getGroupLength()
int
getMessageIDBeingRespondedTo()
AttributeTagAttribute
getOffendingElement()
int
getStatus()
-
-
-
Constructor Detail
-
CFindResponseCommandMessage
public CFindResponseCommandMessage(AttributeList list) throws DicomException, java.io.IOException
- Parameters:
list
-- Throws:
java.io.IOException
DicomException
-
CFindResponseCommandMessage
public CFindResponseCommandMessage(java.lang.String affectedSOPClassUID, int messageIDBeingRespondedTo, int status, boolean dataSetPresent) throws DicomException, java.io.IOException
- Parameters:
affectedSOPClassUID
-messageIDBeingRespondedTo
-status
-dataSetPresent
-- Throws:
java.io.IOException
DicomException
-
CFindResponseCommandMessage
public CFindResponseCommandMessage(java.lang.String affectedSOPClassUID, int messageIDBeingRespondedTo, int status, boolean dataSetPresent, AttributeTagAttribute offendingElement, java.lang.String errorComment) throws DicomException, java.io.IOException
- Parameters:
affectedSOPClassUID
-messageIDBeingRespondedTo
-status
-dataSetPresent
-offendingElement
-errorComment
-- Throws:
java.io.IOException
DicomException
-
-
Method Detail
-
getGroupLength
public int getGroupLength()
-
getAffectedSOPClassUID
public java.lang.String getAffectedSOPClassUID()
-
getCommandField
public int getCommandField()
-
getMessageIDBeingRespondedTo
public int getMessageIDBeingRespondedTo()
-
getStatus
public int getStatus()
-
getOffendingElement
public AttributeTagAttribute getOffendingElement()
-
getErrorComment
public java.lang.String getErrorComment()
-
getBytes
public byte[] getBytes()
-
-