public abstract class AAssociateRQAC extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
applicationContext |
protected String |
calledAET |
protected String |
callingAET |
protected LinkedHashMap<String,CommonExtendedNegotiation> |
commonExtNegMap |
protected LinkedHashMap<String,ExtendedNegotiation> |
extNegMap |
protected String |
implClassUID |
protected String |
implVersionName |
protected int |
maxOpsInvoked |
protected int |
maxOpsPerformed |
protected int |
maxPDULength |
protected IntHashMap<PresentationContext> |
pcidMap |
protected ArrayList<PresentationContext> |
pcs |
protected int |
protocolVersion |
protected byte[] |
reservedBytes |
protected LinkedHashMap<String,RoleSelection> |
roleSelMap |
protected UserIdentityAC |
userIdentityAC |
protected UserIdentityRQ |
userIdentityRQ |
Constructor and Description |
---|
AAssociateRQAC() |
protected byte[] reservedBytes
protected int protocolVersion
protected int maxPDULength
protected int maxOpsInvoked
protected int maxOpsPerformed
protected String callingAET
protected String applicationContext
protected String implClassUID
protected String implVersionName
protected UserIdentityRQ userIdentityRQ
protected UserIdentityAC userIdentityAC
protected final ArrayList<PresentationContext> pcs
protected final IntHashMap<PresentationContext> pcidMap
protected final LinkedHashMap<String,RoleSelection> roleSelMap
protected final LinkedHashMap<String,ExtendedNegotiation> extNegMap
protected final LinkedHashMap<String,CommonExtendedNegotiation> commonExtNegMap
public AAssociateRQAC()
public void checkCallingAET()
public void checkCalledAET()
public final int getProtocolVersion()
public final void setProtocolVersion(int protocolVersion)
public final byte[] getReservedBytes()
public final void setReservedBytes(byte[] reservedBytes)
public final String getCalledAET()
public final void setCalledAET(String calledAET)
public final String getCallingAET()
public final void setCallingAET(String callingAET)
public final String getApplicationContext()
public final void setApplicationContext(String applicationContext)
public final int getMaxPDULength()
public final void setMaxPDULength(int maxPDULength)
public final int getMaxOpsInvoked()
public final void setMaxOpsInvoked(int maxOpsInvoked)
public final int getMaxOpsPerformed()
public final void setMaxOpsPerformed(int maxOpsPerformed)
public final boolean isAsyncOps()
public final String getImplClassUID()
public final void setImplClassUID(String implClassUID)
public final String getImplVersionName()
public final void setImplVersionName(String implVersionName)
public final UserIdentityRQ getUserIdentityRQ()
public void setUserIdentityRQ(UserIdentityRQ userIdentityRQ)
public final UserIdentityAC getUserIdentityAC()
public void setUserIdentityAC(UserIdentityAC userIdentityAC)
public List<PresentationContext> getPresentationContexts()
public int getNumberOfPresentationContexts()
public PresentationContext getPresentationContext(int pcid)
public void addPresentationContext(PresentationContext pc)
public boolean removePresentationContext(PresentationContext pc)
public Collection<RoleSelection> getRoleSelections()
public RoleSelection getRoleSelectionFor(String cuid)
public RoleSelection addRoleSelection(RoleSelection rs)
public RoleSelection removeRoleSelectionFor(String cuid)
public Collection<ExtendedNegotiation> getExtendedNegotiations()
public ExtendedNegotiation getExtNegotiationFor(String cuid)
public ExtendedNegotiation addExtendedNegotiation(ExtendedNegotiation extNeg)
public ExtendedNegotiation removeExtendedNegotiationFor(String cuid)
public Collection<CommonExtendedNegotiation> getCommonExtendedNegotiations()
public CommonExtendedNegotiation getCommonExtendedNegotiationFor(String cuid)
public CommonExtendedNegotiation addCommonExtendedNegotiation(CommonExtendedNegotiation extNeg)
public CommonExtendedNegotiation removeCommonExtendedNegotiationFor(String cuid)
public int length()
public int userInfoLength()
protected StringBuilder promptTo(String header, StringBuilder sb)
Copyright © 2017 dcm4che.org. All rights reserved.