public class FindRSP extends java.lang.Object
| Constructor and Description |
|---|
FindRSP(DicomObject keys,
DicomObject rsp,
java.lang.String callingAET,
LuceneQueryACLManager luke) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(Association arg0) |
protected void |
finalize() |
DicomObject |
getCommand() |
DicomObject |
getDataset()
This method see the current DicomObject and return it
|
boolean |
next()
Verify if have a next DicomObject and set
the pointer of DicomObject with correct paraments
It also apply the filter to verify if the DicomObject matches
with query and if it is not search for the next DicomObject.
|
public FindRSP(DicomObject keys, DicomObject rsp, java.lang.String callingAET, LuceneQueryACLManager luke)
public boolean next() throws java.io.IOException, java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedExceptionpublic DicomObject getCommand()
public DicomObject getDataset()
public void cancel(Association arg0) throws java.io.IOException
java.io.IOExceptionprotected void finalize() throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwable