|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjdcm.DimseService
jdcm.C_Get
public final class C_Get
The C_Get class represents a C-GET 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_Get(A_Associate associate)
Constructs a new C-GET object for a specified association. |
|
| Method Summary | |
|---|---|
int |
getSubOpCompletedSuccessfully()
Retrieve the number of C-STORE sub-operations associated with this operation which have completed successfully. |
int |
getSubOpFailed()
Retrieve the number of failed C-STORE sub-operations for the C-GET request being processed. |
int |
getSubOpRemaining()
Retrieve the number of remaining C-STORE sub-operations yet to be invoked for the operation. |
int |
getSubOpWarnings()
Retrieve the number of C-STORE sub-operations associated with this operation which have generated warning responses. |
DicomSet |
readRPS()
Receive a DIMSE C-GET-RSP message from the association partner. |
DicomSet |
readRQ()
Receive a DIMSE C-GET-RQ message from the association partner. |
void |
setSubOpCompletedSuccessfully(int subOpCompletedSuccessfully)
Set the number of C-STORE sub-operations associated with this operation which have completed successfully. |
void |
setSubOpFailed(int subOpFailed)
Set the number of failed C-STORE sub-operations for the C-GET request being processed. |
void |
setSubOpRemaining(int subOpRemaining)
Set the number of remaining C-STORE sub-operations yet to be invoked for the operation. |
void |
setSubOpWarnings(int subOpWarnings)
Set the number of C-STORE sub-operations associated with this operation which have generated warning responses. |
java.lang.String |
toString()
|
void |
writeRPS(DicomSet dicomSet)
Send a DIMSE C-GET-RSP message to the association partner. |
void |
writeRQ(DicomSet dicomSet)
Send a DIMSE C-GET-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_Get(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.IOExceptionpublic void setSubOpCompletedSuccessfully(int subOpCompletedSuccessfully)
subOpCompletedSuccessfully - public int getSubOpCompletedSuccessfully()
public void setSubOpRemaining(int subOpRemaining)
subOpRemaining - public int getSubOpRemaining()
public int getSubOpFailed()
public void setSubOpFailed(int subOpFailed)
subOpFailed - public void setSubOpWarnings(int subOpWarnings)
subOpWarnings - public int getSubOpWarnings()
public void writeRQ(DicomSet dicomSet)
throws java.io.IOException
dicomSet -
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 | |||||||||