public class CMoveRSP extends DIMSEResponse
| Constructor and Description |
|---|
CMoveRSP()
Instantiates a new C-Move-RSP.Creates Dicom Message which contain data set and command set for C-Move RQ.
|
CMoveRSP(DicomMessage objDicomMessge)
Instantiates a new C-Move-RSP.
|
| Modifier and Type | Method and Description |
|---|---|
short |
getNumberOfCompleteSubOperations()
Retrieves The number of remaining sub-operations to be invoked for this C-MOVE operation.
|
short |
getNumberOfFailedSubOperations()
Retrieves The number of failed sub-operations for this C-MOVE operation.
|
short |
getNumberOfRemainingSubOperations()
Retrieves The number of remaining sub-operations to be invoked for this C-MOVE operation.
|
short |
getNumberOfWarningSubOperations()
Retrieves The number of warning sub-operations for this C-MOVE operation.
|
void |
setNumberOfCompleteSubOperations(short shNumberOfCompleteSubOperations)
Sets The number of remaining sub-operations to be invoked for this C-MOVE operation.
|
void |
setNumberOfFailedSubOperations(short shNumberOfFailedSubOperations)
Sets The number of failed sub-operations for this C-MOVE operation.
|
void |
setNumberOfRemainingSubOperations(short shNumberOfRemainingSubOperations)
Sets The number of remaining sub-operations to be invoked for this C-MOVE operation.
|
void |
setNumberOfWarningSubOperations(short shNumberOfWarningSubOperations)
Sets The number of warning sub-operations for this C-MOVE operation.
|
boolean |
validate()
Validates the response for their mandatory attributes only.
|
getAffectedSOPClassUID, getCommandDataSetType, getCommandField, getCommandGroupLength, getErrorComment, getMessageIDBeingRespondedTo, getOffendingElement, getStatus, setAffectedSOPClassUID, setCommandDataSetType, setCommandField, setCommandGroupLength, setErrorComment, setMessageIDBeingRespondedTo, setOffendingElement, setStatus, setStatusdispose, getCommandSet, getCommandType, getDataSet, getMaxNegotiationLength, getValue, setCommandSet, setDataSet, setDataSet, setMaxNegotiationLengthpublic CMoveRSP()
public CMoveRSP(DicomMessage objDicomMessge) throws java.io.IOException
objDicomMessge - object of dicom message to be set in C-Move response.java.io.IOException - Signals that an I/O exception has occurred.public void setNumberOfRemainingSubOperations(short shNumberOfRemainingSubOperations)
shNumberOfRemainingSubOperations - short value of number of remaining sub-operations to be invoked for this C-MOVE operation.public short getNumberOfRemainingSubOperations()
public void setNumberOfCompleteSubOperations(short shNumberOfCompleteSubOperations)
shNumberOfCompleteSubOperations - short value of number of remaining sub-operations to be invoked for this C-MOVE operation.public short getNumberOfCompleteSubOperations()
public void setNumberOfFailedSubOperations(short shNumberOfFailedSubOperations)
shNumberOfFailedSubOperations - short value of number of failed sub-operations for this C-MOVE operation.public short getNumberOfFailedSubOperations()
public void setNumberOfWarningSubOperations(short shNumberOfWarningSubOperations)
shNumberOfWarningSubOperations - short value of number of warning sub-operations for this C-MOVE operation.public short getNumberOfWarningSubOperations()
public boolean validate()
throws InvalidDICOMMessageException
validate in class DIMSEResponseInvalidDICOMMessageException - If validation of mandatory fields fails.