org.dcm4che.net
Interface AAssociateAC

All Superinterfaces:
AAssociateRQAC, PDU

public interface AAssociateAC
extends AAssociateRQAC

Since:
May, 2002

Revisions:

20020728 gunter:

Version:
$Revision: 4078 $ $Date: 2007-01-25 15:52:19 +0100 (Do, 25 Jän 2007) $
Author:
gunter zeilinger
See Also:

Field Summary
 
Fields inherited from interface org.dcm4che.net.PDU
A_ABORT, A_ASSOCIATE_AC, A_ASSOCIATE_RJ, A_ASSOCIATE_RQ, A_RELEASE_RP, A_RELEASE_RQ, P_DATA_TF
 
Method Summary
 int countAcceptedPresContext()
           
 UserIdentityAC getUserIdentity()
           
 void setUserIdentity(UserIdentityAC userIdentity)
           
 
Methods inherited from interface org.dcm4che.net.AAssociateRQAC
addExtNegotiation, addPresContext, addRoleSelection, clearExtNegotiations, clearPresContext, clearRoleSelections, getApplicationContext, getAsyncOpsWindow, getCalledAET, getCallingAET, getExtNegotiation, getImplClassUID, getImplVersionName, getMaxPDULength, getPresContext, getProtocolVersion, getRoleSelection, listExtNegotiations, listPresContext, listRoleSelections, nextPCID, removeExtNegotiation, removePresContext, removeRoleSelection, setApplicationContext, setAsyncOpsWindow, setCalledAET, setCallingAET, setImplClassUID, setImplVersionName, setMaxPDULength, setProtocolVersion
 
Methods inherited from interface org.dcm4che.net.PDU
toString, writeTo
 

Method Detail

getUserIdentity

UserIdentityAC getUserIdentity()

setUserIdentity

void setUserIdentity(UserIdentityAC userIdentity)

countAcceptedPresContext

int countAcceptedPresContext()