public class MCresultContext
extends java.lang.Object
Instances of this class are created by the toolkit when it received a association accept response. The
application can obtain a list of accepted services using the MCassociation.getAcceptableContexts()
method.
Instances of this class can be used by multiple threads concurrently.
Modifier and Type | Field and Description |
---|---|
byte[] |
extendedNegotiationInfo
The extended negotiation information provided by the acceptor or
null if no extended
negotiation information was provided. |
int |
presentationContextID
The Presentation Context ID of this negotiated context.
|
java.lang.String[] |
relatedSOPClassUIDs
The array containing related general SOP classes for this negotiated service.
|
boolean |
scpRole
Indicates whether the SCP role was successfully negotiated.
|
boolean |
scuRole
Indicates whether the SCU role was successfully negotiated.
|
java.lang.String |
serviceClassUID
The optional Service Class UID for the service if defined in the association request
|
java.lang.String |
serviceName
The name of the service for this context or an empty string if this context was accepted because of a
related general SOP Class.
|
java.lang.String |
sopClassUID
The SOP Class UID associated with the negotiated service.
|
MCtransferSyntax |
transferSyntax
The transfer syntax negotiated for this service.
|
public final int presentationContextID
public final java.lang.String serviceName
public final java.lang.String sopClassUID
public final java.lang.String serviceClassUID
public final boolean scuRole
public final boolean scpRole
public final MCtransferSyntax transferSyntax
public final java.lang.String[] relatedSOPClassUIDs
null
if no related SOP classes were negotiated.public final byte[] extendedNegotiationInfo
null
if no extended
negotiation information was provided.