org.dicom4j.dicom.network
Class PresentationContextReasons

java.lang.Object
  extended by org.dicom4j.dicom.network.PresentationContextReasons

public class PresentationContextReasons
extends Object

Presentation Context Reasons

Since:
0.0.5
Author:
Laurent Lecomte

Field Summary
static ByteValue ABSTRACT_SYNTAX_NOT_SUPPORTED
           
static ByteValue ACCEPTANCE
           
static ByteValue NO_REASON
          No reason
static ByteValue TRANSFER_SYNTAXES_NOT_SUPPORTED
           
static ByteValue USER_REJECTION
          User rejection
 
Constructor Summary
PresentationContextReasons()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACCEPTANCE

public static final ByteValue ACCEPTANCE

USER_REJECTION

public static final ByteValue USER_REJECTION
User rejection


NO_REASON

public static final ByteValue NO_REASON
No reason


ABSTRACT_SYNTAX_NOT_SUPPORTED

public static final ByteValue ABSTRACT_SYNTAX_NOT_SUPPORTED

TRANSFER_SYNTAXES_NOT_SUPPORTED

public static final ByteValue TRANSFER_SYNTAXES_NOT_SUPPORTED
Constructor Detail

PresentationContextReasons

public PresentationContextReasons()


Copyright © 2009 dicom4j. All Rights Reserved.