|
Trispark JDT 2.50.13 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.archimed.dicom.network.PresentationContext
public class PresentationContext
This class represents a single Presentation Context, either proposed in an Associate Request message or returned in an Associate Acknowledge message.
| Field Summary | |
|---|---|
static int |
ABSTRACT_SYNTAX_NOT_SUPPORTED
|
static int |
ACCEPTANCE
|
static int |
NO_REASON
|
static int |
TRANSFER_SYNTAXES_NOT_SUPPORTED
|
static int |
USER_REJECTION
|
| Method Summary | |
|---|---|
UIDEntry |
getAbstractSyntax()
|
UIDEntry |
getAcceptedTS()
|
int |
getID()
returns the presentation context ID (odd integer between 1 and 255). |
java.util.List |
getProposedTS()
|
int |
getResult()
returns the result of a presentation context in an Associate Acknowledge message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int ACCEPTANCE
public static final int USER_REJECTION
public static final int NO_REASON
public static final int ABSTRACT_SYNTAX_NOT_SUPPORTED
public static final int TRANSFER_SYNTAXES_NOT_SUPPORTED
| Method Detail |
|---|
public int getID()
public int getResult()
public UIDEntry getAcceptedTS()
public UIDEntry getAbstractSyntax()
public java.util.List getProposedTS()
|
Trispark JDT 2.50.13 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||