public class CGetResponseCommandMessage extends Object
Constructor and Description |
---|
CGetResponseCommandMessage(AttributeList list) |
CGetResponseCommandMessage(String affectedSOPClassUID,
int messageIDBeingRespondedTo,
int status,
boolean dataSetPresent,
AttributeTagAttribute offendingElement,
String errorComment) |
CGetResponseCommandMessage(String affectedSOPClassUID,
int messageIDBeingRespondedTo,
int status,
boolean dataSetPresent,
int nRemaining,
int nCompleted,
int nFailed,
int nWarning) |
Modifier and Type | Method and Description |
---|---|
String |
getAffectedSOPClassUID() |
byte[] |
getBytes() |
int |
getCommandField() |
int |
getGroupLength() |
int |
getMessageIDBeingRespondedTo() |
int |
getNumberOfCompletedSuboperations() |
int |
getNumberOfFailedSuboperations() |
int |
getNumberOfRemainingSuboperations() |
int |
getNumberOfWarningSuboperations() |
AttributeTagAttribute |
getOffendingElement() |
int |
getStatus() |
public CGetResponseCommandMessage(AttributeList list) throws DicomException, IOException
list
- IOException
DicomException
public CGetResponseCommandMessage(String affectedSOPClassUID, int messageIDBeingRespondedTo, int status, boolean dataSetPresent, AttributeTagAttribute offendingElement, String errorComment) throws DicomException, IOException
affectedSOPClassUID
- messageIDBeingRespondedTo
- status
- dataSetPresent
- offendingElement
- errorComment
- IOException
DicomException
public CGetResponseCommandMessage(String affectedSOPClassUID, int messageIDBeingRespondedTo, int status, boolean dataSetPresent, int nRemaining, int nCompleted, int nFailed, int nWarning) throws DicomException, IOException
affectedSOPClassUID
- messageIDBeingRespondedTo
- status
- dataSetPresent
- nRemaining
- nCompleted
- nFailed
- nWarning
- IOException
DicomException
public String getAffectedSOPClassUID()
public byte[] getBytes()
public int getCommandField()
public int getGroupLength()
public int getMessageIDBeingRespondedTo()
public int getNumberOfCompletedSuboperations()
public int getNumberOfFailedSuboperations()
public int getNumberOfRemainingSuboperations()
public int getNumberOfWarningSuboperations()
public AttributeTagAttribute getOffendingElement()
public int getStatus()