org.dcm4che2.net.pdu
Class AAssociateAC

java.lang.Object
  extended by org.dcm4che2.net.pdu.AAssociateRQAC
      extended by org.dcm4che2.net.pdu.AAssociateAC

public class AAssociateAC
extends AAssociateRQAC

Since:
Sep 15, 2005
Version:
$Reversion$ $Date: 2007-11-23 12:42:30 +0100 (Fri, 23 Nov 2007) $
Author:
gunter zeilinger(gunterze@gmail.com)

Field Summary
protected  UserIdentityAC userIdentity
           
 
Fields inherited from class org.dcm4che2.net.pdu.AAssociateRQAC
applicationContext, calledAET, callingAET, commonExtNegMap, DEF_MAX_PDU_LENGTH, extNegMap, implClassUID, implVersionName, maxOpsInvoked, maxOpsPerformed, maxPDULength, pcidMap, pcs, protocolVersion, reservedBytes, roleSelMap
 
Constructor Summary
AAssociateAC()
           
 
Method Summary
protected  void appendUserIdentity(java.lang.StringBuffer sb)
           
 UserIdentityAC getUserIdentity()
           
 void setUserIdentity(UserIdentityAC userIdentity)
           
 java.lang.String toString()
           
 int userInfoLength()
           
 
Methods inherited from class org.dcm4che2.net.pdu.AAssociateRQAC
addCommonExtendedNegotiation, addExtendedNegotiation, addPresentationContext, addRoleSelection, getApplicationContext, getCalledAET, getCallingAET, getCommonExtendedNegotiationFor, getCommonExtendedNegotiations, getExtendedNegotiationFor, getExtendedNegotiations, getImplClassUID, getImplVersionName, getMaxOpsInvoked, getMaxOpsPerformed, getMaxPDULength, getNumberOfPresentationContexts, getPresentationContext, getPresentationContexts, getProtocolVersion, getReservedBytes, getRoleSelectionFor, getRoleSelections, isAsyncOps, length, removeCommonExtendedNegotiationFor, removeExtendedNegotiationFor, removePresentationContext, removeRoleSelectionFor, setApplicationContext, setCalledAET, setCallingAET, setImplClassUID, setImplVersionName, setMaxOpsInvoked, setMaxOpsPerformed, setMaxPDULength, setProtocolVersion, setReservedBytes, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

userIdentity

protected UserIdentityAC userIdentity
Constructor Detail

AAssociateAC

public AAssociateAC()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getUserIdentity

public final UserIdentityAC getUserIdentity()

setUserIdentity

public final void setUserIdentity(UserIdentityAC userIdentity)

userInfoLength

public int userInfoLength()
Overrides:
userInfoLength in class AAssociateRQAC

appendUserIdentity

protected void appendUserIdentity(java.lang.StringBuffer sb)
Specified by:
appendUserIdentity in class AAssociateRQAC


Copyright © 2011 dcm4che. All Rights Reserved.