public class CFindRSP extends DIMSEResponse
| Constructor and Description |
|---|
CFindRSP()
Instantiates a new C-Find-RSP.
|
CFindRSP(DicomMessage objDicomMessge)
Instantiates a new C-Find-RSP.
|
| Modifier and Type | Method and Description |
|---|---|
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 CFindRSP()
public CFindRSP(DicomMessage objDicomMessge) throws java.io.IOException
objDicomMessge - object of dicom message to be set in C-Find response.java.io.IOException - Signals that an I/O exception has occurred.public boolean validate()
throws InvalidDICOMMessageException
validate in class DIMSEResponseInvalidDICOMMessageException - If validation of mandatory fields fails.