public class CFindResponseCommandMessage extends Object
Constructor and Description |
---|
CFindResponseCommandMessage(AttributeList list) |
CFindResponseCommandMessage(String affectedSOPClassUID,
int messageIDBeingRespondedTo,
int status,
boolean dataSetPresent) |
CFindResponseCommandMessage(String affectedSOPClassUID,
int messageIDBeingRespondedTo,
int status,
boolean dataSetPresent,
AttributeTagAttribute offendingElement,
String errorComment) |
Modifier and Type | Method and Description |
---|---|
String |
getAffectedSOPClassUID() |
byte[] |
getBytes() |
int |
getCommandField() |
String |
getErrorComment() |
int |
getGroupLength() |
int |
getMessageIDBeingRespondedTo() |
AttributeTagAttribute |
getOffendingElement() |
int |
getStatus() |
public CFindResponseCommandMessage(AttributeList list) throws DicomException, IOException
list
- IOException
DicomException
public CFindResponseCommandMessage(String affectedSOPClassUID, int messageIDBeingRespondedTo, int status, boolean dataSetPresent) throws DicomException, IOException
affectedSOPClassUID
- messageIDBeingRespondedTo
- status
- dataSetPresent
- IOException
DicomException
public CFindResponseCommandMessage(String affectedSOPClassUID, int messageIDBeingRespondedTo, int status, boolean dataSetPresent, AttributeTagAttribute offendingElement, String errorComment) throws DicomException, IOException
affectedSOPClassUID
- messageIDBeingRespondedTo
- status
- dataSetPresent
- offendingElement
- errorComment
- IOException
DicomException
public String getAffectedSOPClassUID()
public byte[] getBytes()
public int getCommandField()
public String getErrorComment()
public int getGroupLength()
public int getMessageIDBeingRespondedTo()
public AttributeTagAttribute getOffendingElement()
public int getStatus()