Trispark JDT
2.50.13

com.archimed.dicom.network
Class PresentationContext

java.lang.Object
  extended by com.archimed.dicom.network.PresentationContext

public class PresentationContext
extends java.lang.Object

This class represents a single Presentation Context, either proposed in an Associate Request message or returned in an Associate Acknowledge message.

Since:
1.50

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

ACCEPTANCE

public static final int ACCEPTANCE
See Also:
Constant Field Values

USER_REJECTION

public static final int USER_REJECTION
See Also:
Constant Field Values

NO_REASON

public static final int NO_REASON
See Also:
Constant Field Values

ABSTRACT_SYNTAX_NOT_SUPPORTED

public static final int ABSTRACT_SYNTAX_NOT_SUPPORTED
See Also:
Constant Field Values

TRANSFER_SYNTAXES_NOT_SUPPORTED

public static final int TRANSFER_SYNTAXES_NOT_SUPPORTED
See Also:
Constant Field Values
Method Detail

getID

public int getID()
returns the presentation context ID (odd integer between 1 and 255).

Returns:

getResult

public int getResult()
returns the result of a presentation context in an Associate Acknowledge message. One of:

Returns:

getAcceptedTS

public UIDEntry getAcceptedTS()

getAbstractSyntax

public UIDEntry getAbstractSyntax()

getProposedTS

public java.util.List getProposedTS()

Trispark JDT
2.50.13

Copyright © 1999-2008 Trispark. All Rights Reserved.