|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjdcm.DimseService
jdcm.C_Find
public final class C_Find
The C_Find class represents a C-FIND DIMSE service.
DimseService| Field Summary |
|---|
| Fields inherited from class jdcm.DimseService |
|---|
PRIORITY_HIGH, PRIORITY_LOW, PRIORITY_MEDIUM, STATUS_FAILED, STATUS_PENDING, STATUS_SUCCESS |
| Constructor Summary | |
|---|---|
C_Find(A_Associate associate)
Constructs a new C-FIND object for a specified association. |
|
| Method Summary | |
|---|---|
DicomSet |
readRPS()
Receive a DIMSE C-FIND-RSP message from the association partner. |
DicomSet |
readRQ()
Receive a DIMSE C-FIND-RQ message from the association partner. |
java.lang.String |
toString()
|
void |
writeRPS(DicomSet dicomSet)
Send a DIMSE C-FIND-RSP message to the association partner. |
void |
writeRQ(DicomSet dicomSet)
Send a DIMSE C-FIND-RQ message to the association partner. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public C_Find(A_Associate associate)
throws java.io.IOException
associate - A not null A_Associate reference that represents an active association with a remote DICOM application entity.
java.io.IOException| Method Detail |
|---|
public DicomSet readRQ()
throws java.io.IOException
java.io.IOException
public void writeRPS(DicomSet dicomSet)
throws java.io.IOException
dicomSet - list of attributes.
java.io.IOException
public void writeRQ(DicomSet dicomSet)
throws java.io.IOException
dicomSet - list of attributes to be matched.
java.io.IOException
public DicomSet readRPS()
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String toString()
toString in class DimseService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||