org.dicom4j.network.association.associate
Class AssociateAbort

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

public class AssociateAbort
extends AssociatePrimitive

A-ASSOCIATE ABORT

Author:
Laurent Lecomte

Field Summary
static AssociateAbort ServiceUserAbort
          A DICOM UL Service User (initiated Abort)
 
Constructor Summary
AssociateAbort(AAbortPDU aPDU)
           
AssociateAbort(byte aSource, byte aReason)
           
 
Method Summary
 byte getRource()
           
 byte getSource()
           
 
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
 

Field Detail

ServiceUserAbort

public static AssociateAbort ServiceUserAbort
A DICOM UL Service User (initiated Abort)

Constructor Detail

AssociateAbort

public AssociateAbort(AAbortPDU aPDU)

AssociateAbort

public AssociateAbort(byte aSource,
                      byte aReason)
Method Detail

getRource

public byte getRource()

getSource

public byte getSource()


Copyright © 2009 dicom4j. All Rights Reserved.