org.dicom4j.dicom.network
Class AssociateRejectServiceUserReasons

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

public class AssociateRejectServiceUserReasons
extends Object

Associate Reject Service User Reasons

Since:
0.0.5
Author:
Laurent Lecomte

Field Summary
static ByteValue APPLICATION_CONTEXT_NAME_NOT_SUPPORTED
           
static ByteValue CALLED_AE_TITLE_NOT_RECOGNIZE
           
static ByteValue CALLING_AE_TITLE_NOT_RECOGNIZE
           
static ByteValue NO_REASON_GIVEN
           
 
Constructor Summary
AssociateRejectServiceUserReasons()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_REASON_GIVEN

public static final ByteValue NO_REASON_GIVEN

APPLICATION_CONTEXT_NAME_NOT_SUPPORTED

public static final ByteValue APPLICATION_CONTEXT_NAME_NOT_SUPPORTED

CALLING_AE_TITLE_NOT_RECOGNIZE

public static final ByteValue CALLING_AE_TITLE_NOT_RECOGNIZE

CALLED_AE_TITLE_NOT_RECOGNIZE

public static final ByteValue CALLED_AE_TITLE_NOT_RECOGNIZE
Constructor Detail

AssociateRejectServiceUserReasons

public AssociateRejectServiceUserReasons()


Copyright © 2009 dicom4j. All Rights Reserved.