Class DicomAssociation
- Namespace
- FellowOakDicom.Network
- Assembly
- fo-dicom.core.dll
Representation of a DICOM association.
public sealed class DicomAssociation
- Inheritance
-
DicomAssociation
- Inherited Members
- Extension Methods
Constructors
DicomAssociation()
Initializes a new instance of the DicomAssociation class.
public DicomAssociation()
DicomAssociation(string, string)
Initializes a new instance of the DicomAssociation class.
public DicomAssociation(string callingAe, string calledAe)
Parameters
Properties
CalledAE
Gets the called application entity.
public string CalledAE { get; }
Property Value
CallingAE
Gets the calling application entity.
public string CallingAE { get; }
Property Value
ExtendedNegotiations
Gets the (common) extended negotiations
public DicomExtendedNegotiationCollection ExtendedNegotiations { get; }
Property Value
MaxAsyncOpsInvoked
Gets or sets the supported maximum number of asynchronous operations invoked.
public int MaxAsyncOpsInvoked { get; set; }
Property Value
MaxAsyncOpsPerformed
Gets or sets the supported maximum number of asynchronous operations performed.
public int MaxAsyncOpsPerformed { get; set; }
Property Value
MaximumPDULength
Gets the maximum PDU length that the remote service accepts.
public uint MaximumPDULength { get; }
Property Value
Options
Gets or sets options to control behavior of DicomService base class.
public DicomServiceOptions Options { get; }
Property Value
PresentationContexts
Gets the supported presentation contexts.
public DicomPresentationContextCollection PresentationContexts { get; }
Property Value
RemoteHost
Gets the remote host.
public string RemoteHost { get; }
Property Value
RemoteImplementationClassUID
Gets the remote implementation class UID.
public DicomUID RemoteImplementationClassUID { get; }
Property Value
RemoteImplementationVersion
Gets the remote implementation version.
public string RemoteImplementationVersion { get; }
Property Value
RemotePort
Gets the remote port.
public int RemotePort { get; }
Property Value
UserIdentityNegotiation
Gets or sets the user identity negotiation information
public DicomUserIdentityNegotiation UserIdentityNegotiation { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.