|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjdcm.A_Abort
public final class A_Abort
The class A_Abort represents a Association Abort.
The two relevant parameters are the source and the reason of the abort.
A_Associate,
A_Release| Constructor Summary | |
|---|---|
A_Abort(A_Associate associate)
Constructs a Abort message in association. |
|
| Method Summary | |
|---|---|
int |
getReason()
Retrieve the reason field |
int |
getSource()
Retrieve the source abort. |
void |
readRQ()
Recive a Abort message. |
void |
setReason(int reason)
Set the reason field. |
void |
setSource(int source)
Set the source field. |
java.lang.String |
toString()
|
void |
writeRQ()
Send a Abort message |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public A_Abort(A_Associate associate)
throws java.io.IOException
associate - the association
java.io.IOException| Method Detail |
|---|
public void readRQ()
throws java.io.IOException
java.io.IOException
public void writeRQ()
throws java.io.IOException
java.io.IOExceptionpublic int getSource()
public void setSource(int source)
source -
public void setReason(int reason)
reason - If the Source field has the value 2 DICOM UL service provider reason shall take one of the following.
public int getReason()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||