Class AAssociateRQAC

java.lang.Object
org.aoju.bus.image.metric.internal.pdu.AAssociateRQAC
Direct Known Subclasses:
AAssociateAC, AAssociateRQ

public abstract class AAssociateRQAC extends Object
Since:
Java 17+
Author:
Kimi Liu
  • Field Details

  • Constructor Details

    • AAssociateRQAC

      public AAssociateRQAC()
  • Method Details

    • checkCallingAET

      public void checkCallingAET()
    • checkCalledAET

      public void checkCalledAET()
    • getProtocolVersion

      public final int getProtocolVersion()
    • setProtocolVersion

      public final void setProtocolVersion(int protocolVersion)
    • getReservedBytes

      public final byte[] getReservedBytes()
    • setReservedBytes

      public final void setReservedBytes(byte[] reservedBytes)
    • getCalledAET

      public final String getCalledAET()
    • setCalledAET

      public final void setCalledAET(String calledAET)
    • getCallingAET

      public final String getCallingAET()
    • setCallingAET

      public final void setCallingAET(String callingAET)
    • getApplicationContext

      public final String getApplicationContext()
    • setApplicationContext

      public final void setApplicationContext(String applicationContext)
    • getMaxPDULength

      public final int getMaxPDULength()
    • setMaxPDULength

      public final void setMaxPDULength(int maxPDULength)
    • getMaxOpsInvoked

      public final int getMaxOpsInvoked()
    • setMaxOpsInvoked

      public final void setMaxOpsInvoked(int maxOpsInvoked)
    • getMaxOpsPerformed

      public final int getMaxOpsPerformed()
    • setMaxOpsPerformed

      public final void setMaxOpsPerformed(int maxOpsPerformed)
    • isAsyncOps

      public final boolean isAsyncOps()
    • getImplClassUID

      public final String getImplClassUID()
    • setImplClassUID

      public final void setImplClassUID(String implClassUID)
    • getImplVersionName

      public final String getImplVersionName()
    • setImplVersionName

      public final void setImplVersionName(String implVersionName)
    • getIdentityRQ

      public final IdentityRQ getIdentityRQ()
    • setIdentityRQ

      public void setIdentityRQ(IdentityRQ identityRQ)
    • getIdentityAC

      public final IdentityAC getIdentityAC()
    • setIdentityAC

      public void setIdentityAC(IdentityAC identityAC)
    • getPresentationContexts

      public List<Presentation> getPresentationContexts()
    • getNumberOfPresentationContexts

      public int getNumberOfPresentationContexts()
    • getPresentationContext

      public Presentation getPresentationContext(int pcid)
    • addPresentationContext

      public void addPresentationContext(Presentation pc)
    • removePresentationContext

      public boolean removePresentationContext(Presentation pc)
    • getRoleSelections

      public Collection<RoleSelection> getRoleSelections()
    • getRoleSelectionFor

      public RoleSelection getRoleSelectionFor(String cuid)
    • addRoleSelection

      public RoleSelection addRoleSelection(RoleSelection rs)
    • removeRoleSelectionFor

      public RoleSelection removeRoleSelectionFor(String cuid)
    • getExtendedNegotiations

      public Collection<ExtendedNegotiate> getExtendedNegotiations()
    • getExtNegotiationFor

      public ExtendedNegotiate getExtNegotiationFor(String cuid)
    • addExtendedNegotiate

      public ExtendedNegotiate addExtendedNegotiate(ExtendedNegotiate extNeg)
    • removeExtendedNegotiationFor

      public ExtendedNegotiate removeExtendedNegotiationFor(String cuid)
    • getCommonExtendedNegotiations

      public Collection<CommonExtended> getCommonExtendedNegotiations()
    • getCommonExtendedNegotiationFor

      public CommonExtended getCommonExtendedNegotiationFor(String cuid)
    • addCommonExtendedNegotiation

      public CommonExtended addCommonExtendedNegotiation(CommonExtended extNeg)
    • removeCommonExtendedNegotiationFor

      public CommonExtended removeCommonExtendedNegotiationFor(String cuid)
    • length

      public int length()
    • userInfoLength

      public int userInfoLength()
    • promptTo

      protected StringBuilder promptTo(String header, StringBuilder sb)