org.dcm4che.net
Interface AAssociateRQ

All Superinterfaces:
AAssociateRQAC, PDU

public interface AAssociateRQ
extends AAssociateRQAC

Version:
1.0.0
Author:
gunter.zeilinger@tiani.com

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
 void clearCommonExtNegotiations()
           
 CommonExtNegotiation getCommonExtNegotiation(java.lang.String uid)
           
 UserIdentityRQ getUserIdentity()
           
 java.util.Collection listCommonExtNegotiations()
           
 CommonExtNegotiation removeCommonExtNegotiation(java.lang.String uid)
           
 void setUserIdentity(UserIdentityRQ 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

removeCommonExtNegotiation

CommonExtNegotiation removeCommonExtNegotiation(java.lang.String uid)

getCommonExtNegotiation

CommonExtNegotiation getCommonExtNegotiation(java.lang.String uid)

listCommonExtNegotiations

java.util.Collection listCommonExtNegotiations()

clearCommonExtNegotiations

void clearCommonExtNegotiations()

getUserIdentity

UserIdentityRQ getUserIdentity()

setUserIdentity

void setUserIdentity(UserIdentityRQ userIdentity)