org.dcm4che2.net.pdu
Class AAssociateRQ

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

public class AAssociateRQ
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  int pcid
           
protected  UserIdentityRQ 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
AAssociateRQ()
           
 
Method Summary
protected  void appendUserIdentity(java.lang.StringBuffer sb)
           
 UserIdentityRQ getUserIdentity()
           
 int nextPCID()
           
 void setUserIdentity(UserIdentityRQ 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

pcid

protected int pcid

userIdentity

protected UserIdentityRQ userIdentity
Constructor Detail

AAssociateRQ

public AAssociateRQ()
Method Detail

toString

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

nextPCID

public int nextPCID()

getUserIdentity

public final UserIdentityRQ getUserIdentity()

setUserIdentity

public final void setUserIdentity(UserIdentityRQ 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.