public abstract class AAssociateRQAC extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
applicationContext |
protected String |
calledAET |
protected String |
callingAET |
protected LinkedHashMap<String,CommonExtended> |
commonExtNegMap |
protected LinkedHashMap<String,ExtendedNegotiate> |
extNegMap |
protected IdentityAC |
identityAC |
protected IdentityRQ |
identityRQ |
protected String |
implClassUID |
protected String |
implVersionName |
protected int |
maxOpsInvoked |
protected int |
maxOpsPerformed |
protected int |
maxPDULength |
protected Capacity<Presentation> |
pcidMap |
protected ArrayList<Presentation> |
pcs |
protected int |
protocolVersion |
protected byte[] |
reservedBytes |
protected LinkedHashMap<String,RoleSelection> |
roleSelMap |
| Constructor and Description |
|---|
AAssociateRQAC() |
protected final ArrayList<Presentation> pcs
protected final Capacity<Presentation> pcidMap
protected final LinkedHashMap<String,RoleSelection> roleSelMap
protected final LinkedHashMap<String,ExtendedNegotiate> extNegMap
protected final LinkedHashMap<String,CommonExtended> commonExtNegMap
protected byte[] reservedBytes
protected int protocolVersion
protected int maxPDULength
protected int maxOpsInvoked
protected int maxOpsPerformed
protected String calledAET
protected String callingAET
protected String applicationContext
protected String implClassUID
protected String implVersionName
protected IdentityRQ identityRQ
protected IdentityAC identityAC
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 IdentityRQ getIdentityRQ()
public void setIdentityRQ(IdentityRQ identityRQ)
public final IdentityAC getIdentityAC()
public void setIdentityAC(IdentityAC identityAC)
public List<Presentation> getPresentationContexts()
public int getNumberOfPresentationContexts()
public Presentation getPresentationContext(int pcid)
public void addPresentationContext(Presentation pc)
public boolean removePresentationContext(Presentation pc)
public Collection<RoleSelection> getRoleSelections()
public RoleSelection getRoleSelectionFor(String cuid)
public RoleSelection addRoleSelection(RoleSelection rs)
public RoleSelection removeRoleSelectionFor(String cuid)
public Collection<ExtendedNegotiate> getExtendedNegotiations()
public ExtendedNegotiate getExtNegotiationFor(String cuid)
public ExtendedNegotiate addExtendedNegotiate(ExtendedNegotiate extNeg)
public ExtendedNegotiate removeExtendedNegotiationFor(String cuid)
public Collection<CommonExtended> getCommonExtendedNegotiations()
public CommonExtended getCommonExtendedNegotiationFor(String cuid)
public CommonExtended addCommonExtendedNegotiation(CommonExtended extNeg)
public CommonExtended removeCommonExtendedNegotiationFor(String cuid)
public int length()
public int userInfoLength()
protected StringBuilder promptTo(String header, StringBuilder sb)
Copyright © 2020. All rights reserved.