org.dicom4j.network.association.associate
Class AssociateReject

java.lang.Object
  extended by org.dicom4j.network.association.associate.AssociatePrimitive
      extended by org.dicom4j.network.association.associate.AssociateReject

public class AssociateReject
extends AssociatePrimitive

A-ASSOCIATE REJECT

Author:
Laurent Lecomte

Constructor Summary
AssociateReject(AssociateRJPDU aAssociateRJPDU)
           
AssociateReject(byte aResult, byte aSource, byte aReason)
           
 
Method Summary
 
Methods inherited from class org.dicom4j.network.association.associate.AssociatePrimitive
getProtocolDataUnit, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AssociateReject

public AssociateReject(AssociateRJPDU aAssociateRJPDU)

AssociateReject

public AssociateReject(byte aResult,
                       byte aSource,
                       byte aReason)


Copyright © 2009 dicom4j. All Rights Reserved.