Class AAssociateRQAC
java.lang.Object
org.aoju.bus.image.metric.internal.pdu.AAssociateRQAC
- Direct Known Subclasses:
AAssociateAC,AAssociateRQ
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected final LinkedHashMap<String,CommonExtended> protected final LinkedHashMap<String,ExtendedNegotiate> protected IdentityACprotected IdentityRQprotected Stringprotected Stringprotected intprotected intprotected intprotected final Capacity<Presentation>protected final ArrayList<Presentation>protected intprotected byte[]protected final LinkedHashMap<String,RoleSelection> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidfinal Stringfinal Stringfinal StringgetExtNegotiationFor(String cuid) final IdentityACfinal IdentityRQfinal Stringfinal Stringfinal intfinal intfinal intintgetPresentationContext(int pcid) final intfinal byte[]getRoleSelectionFor(String cuid) final booleanintlength()protected StringBuilderpromptTo(String header, StringBuilder sb) booleanremoveRoleSelectionFor(String cuid) final voidsetApplicationContext(String applicationContext) final voidsetCalledAET(String calledAET) final voidsetCallingAET(String callingAET) voidsetIdentityAC(IdentityAC identityAC) voidsetIdentityRQ(IdentityRQ identityRQ) final voidsetImplClassUID(String implClassUID) final voidsetImplVersionName(String implVersionName) final voidsetMaxOpsInvoked(int maxOpsInvoked) final voidsetMaxOpsPerformed(int maxOpsPerformed) final voidsetMaxPDULength(int maxPDULength) final voidsetProtocolVersion(int protocolVersion) final voidsetReservedBytes(byte[] reservedBytes) int
-
Field Details
-
pcs
-
pcidMap
-
roleSelMap
-
extNegMap
-
commonExtNegMap
-
reservedBytes
protected byte[] reservedBytes -
protocolVersion
protected int protocolVersion -
maxPDULength
protected int maxPDULength -
maxOpsInvoked
protected int maxOpsInvoked -
maxOpsPerformed
protected int maxOpsPerformed -
calledAET
-
callingAET
-
applicationContext
-
implClassUID
-
implVersionName
-
identityRQ
-
identityAC
-
-
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
-
setCalledAET
-
getCallingAET
-
setCallingAET
-
getApplicationContext
-
setApplicationContext
-
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
-
setImplClassUID
-
getImplVersionName
-
setImplVersionName
-
getIdentityRQ
-
setIdentityRQ
-
getIdentityAC
-
setIdentityAC
-
getPresentationContexts
-
getNumberOfPresentationContexts
public int getNumberOfPresentationContexts() -
getPresentationContext
-
addPresentationContext
-
removePresentationContext
-
getRoleSelections
-
getRoleSelectionFor
-
addRoleSelection
-
removeRoleSelectionFor
-
getExtendedNegotiations
-
getExtNegotiationFor
-
addExtendedNegotiate
-
removeExtendedNegotiationFor
-
getCommonExtendedNegotiations
-
getCommonExtendedNegotiationFor
-
addCommonExtendedNegotiation
-
removeCommonExtendedNegotiationFor
-
length
public int length() -
userInfoLength
public int userInfoLength() -
promptTo
-