Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Scu assembly)

Show in webframe

DicomConnection Class Members

Show in webframe
Fields  Properties  Methods  Events





The following tables list the members exposed by DicomConnection.

Public Constructors
 NameDescription
DicomConnection ConstructorOverloaded.   
Top
Public Fields
 NameDescription
ActiveScpThe current peer connection associated with this connection.  
Top
Protected Fields
 NameDescription
_StatusInternal value to hold the status of the last DICOM operation associated with this connection.  
cancelEventCancel event.  
CurrentMessageIdCurrent message id.  
CurrentPidCurrent presentation context id.  
dicomEventDicom message event.  
parametersInternal variable to hold that information associated with DICOM commands.  
timeoutEventTimeout event.  
waitHandlesEvent wait handle.  
Top
Public Properties
 NameDescription
AETitleGets or sets the AE title.  
AssociationGets the DICOM Association for the DICOM Network object. (Inherited from Leadtools.Dicom.DicomNet)
CurrentScpGets the current SCP this is connected to.  
DebugLogFilenameGets or sets the debug log filename.  
DefaultSocketOptionsGets the default DICOM socket options. (Inherited from Leadtools.Dicom.DicomNet)
EnableDebugLogGets or sets a value indicating whether to enable the DICOM debug log.  
HostAddressGets or sets the host address.  
HostPortGets or sets the host port.  
ImplementationClassGets or sets the implementation class.  
ImplementationVersionNameThe Implementation Version Name.  
IpTypeReturns the Leadtools.Dicom.DicomNetIpTypeFlags used in a Leadtools.Dicom.DicomNet.Connect(System.String,System.Int32,System.String,System.Int32) or a Leadtools.Dicom.DicomNet.Listen(System.String,System.Int32,System.Int32) (Inherited from Leadtools.Dicom.DicomNet)
MaxLengthThe Maximum Length for data transfer.  
OptimizedMemorySendGets or sets the option to optimize memory usage when sending data sets to a server This option works when DicomNetSecurityeMode is set to None (Inherited from Leadtools.Dicom.DicomNet)
PeerAddressGets the IP address of the peer computer of the connection (the SCU's address). (Inherited from Leadtools.Dicom.DicomNet)
PeerPortGets the port number of the peer computer of the connection (the SCU's port). (Inherited from Leadtools.Dicom.DicomNet)
ProtocolVersionGets or sets the protocol version.  
RejectedGets a value indicating whether this DicomConnection connection association has been rejected.  
RejectReasonGets a descriptive string of the reason for associate rejection.  
SecurityModeGets the security mode used to initialize the network structure. (Inherited from Leadtools.Dicom.DicomNet)
SocketOptionsGets or sets the DICOM Socket options. (Inherited from Leadtools.Dicom.DicomNet)
StatusGets the status of the last DICOM operation associated with this connection.  
TagGets or sets the object that contains extra information about this connection.  
TemporaryDirectoryGets or sets the temporary directory.  
TimeoutGets or sets the connection timeout.  
Top
Public Methods
 NameDescription
AbortRequestAborts the current connection.  
AcceptAccepts a connection request from an SCU. (Inherited from Leadtools.Dicom.DicomNet)
CancelRequestCancels the current action.  
CloseCloses the connection between an associated SCU and SCP. (Inherited from Leadtools.Dicom.DicomNet)
CloseForcedCloses an ISCL connection. (Inherited from Leadtools.Dicom.DicomNet)
ConnectOverloaded. Connects the specified SCP.  
DisposeOverloaded. Overridden. Releases unmanaged and - optionally - managed resources  
GetClientReturns the DICOM Network object of the SCU at the specified index. (Inherited from Leadtools.Dicom.DicomNet)
GetClientCountReturns the number of SCUs connected to the SCP. (Inherited from Leadtools.Dicom.DicomNet)
GetIsclCommunicationBlockLengthReturns the communication block length agreed upon during mutual authentication. (Inherited from Leadtools.Dicom.DicomNet)
GetIsclIndexForEncryptionGets the index of the encryption key used for encryption. (Inherited from Leadtools.Dicom.DicomNet)
GetIsclIndexForMutualAuthenticationGets the index of the mutual authentication key used during the mutual authentication process. (Inherited from Leadtools.Dicom.DicomNet)
GetIsclPeerAuthenticationDataOverloaded. Gets the authentication data the peer computer sent during mutual authentication. (Inherited from Leadtools.Dicom.DicomNet)
GetIsclPeerEncryptionReturns the encryption mode the sender used when sending a message. (Inherited from Leadtools.Dicom.DicomNet)
GetIsclPeerMacReturns the MAC type the sender used when sending a message. (Inherited from Leadtools.Dicom.DicomNet)
GetIsclPeerRequestedMessageLengthGets the length of the message sent unsuccessfully by a peer computer. (Inherited from Leadtools.Dicom.DicomNet)
GetIsclStatusReturns the internal ISCL status when an error occurs. (Inherited from Leadtools.Dicom.DicomNet)
GetLastIsclOrTlsErrorReturns the code of the last occurring ISCL or TLS error. (Inherited from Leadtools.Dicom.DicomNet)
GetQueueSendReturns the number of bytes in the send queue. (Inherited from Leadtools.Dicom.DicomNet)
GetServerReturns the DICOM Network object of the SCP. (Inherited from Leadtools.Dicom.DicomNet)
GetTlsAuthenticationAlgorithmReturns the mutual authentication mode or algorithm for the specified cipher suite. (Inherited from Leadtools.Dicom.DicomNet)
GetTlsCipherSuiteReturns the cipher suite agreed upon during the TLS protocol. (Inherited from Leadtools.Dicom.DicomNet)
GetTlsCipherSuiteByIndexReturns the cipher suite present at the specified index. (Inherited from Leadtools.Dicom.DicomNet)
GetTlsEncryptionAlgorithmReturns the encryption mode (DES, 3DES, etc.) for the specified cipher suite. (Inherited from Leadtools.Dicom.DicomNet)
GetTlsEncryptionKeyLengthReturns the effective length, in bits, of the encryption key associated with the specified cipher suite (56 for DES, etc.). (Inherited from Leadtools.Dicom.DicomNet)
GetTlsIntegrityAlgorithmReturns the Message Authentication Code (MAC) algorithm for the specified cipher suite. (Inherited from Leadtools.Dicom.DicomNet)
GetTlsKeyExchangeAlgorithmReturns the key exchange algorithm for the specified cipher suite. (Inherited from Leadtools.Dicom.DicomNet)
GetTlsMutualAuthenticationKeyLengthReturns the effective length, in bits, of the mutual authentication key associated with the specified cipher suite. (Inherited from Leadtools.Dicom.DicomNet)
Initialize (Inherited from Leadtools.Dicom.DicomNet)
IsActivatedDetermines whether the connection has been activated. (Inherited from Leadtools.Dicom.DicomNet)
IsAssociatedDetermines whether the connection has been associated. (Inherited from Leadtools.Dicom.DicomNet)
IsConnectedDetermines whether a connection has been established. (Inherited from Leadtools.Dicom.DicomNet)
IsIsclQueueEmptyDetermines whether the ISCL transmission queue is empty. (Inherited from Leadtools.Dicom.DicomNet)
ListenOverloaded. Establishes a connection for listening for incoming connection requests. (Inherited from Leadtools.Dicom.DicomNet)
ReleaseSends a release request to the peer member of a DICOM connection.  
SendAbortSends an Abort message to a connection. (Inherited from Leadtools.Dicom.DicomNet)
SendAssociateAcceptSends an Associate Accept message to a connection. (Inherited from Leadtools.Dicom.DicomNet)
SendAssociateRejectSends an Associate Reject message to a connection. (Inherited from Leadtools.Dicom.DicomNet)
SendAssociateRequestSends an Associate Request message to a connection. (Inherited from Leadtools.Dicom.DicomNet)
SendCCancelRequestSends a C-CANCEL-REQ message to a peer member of a connection. (Inherited from Leadtools.Dicom.DicomNet)
SendCEchoRequestSends a C-ECHO-REQ message to a peer member of a connection. (Inherited from Leadtools.Dicom.DicomNet)
SendCEchoResponseSends a C-ECHO-RSP message to a peer member of a connection. (Inherited from Leadtools.Dicom.DicomNet)
SendCFindRequestSends a C-FIND-REQ message to a peer member of a connection. (Inherited from Leadtools.Dicom.DicomNet)
SendCFindResponseSends a C-FIND-RSP message to a peer member of a connection. (Inherited from Leadtools.Dicom.DicomNet)
SendCGetRequestSends a C-GET-REQ message to a peer member of a connection. (Inherited from Leadtools.Dicom.DicomNet)
SendCGetResponseSends a C-GET-RSP message to a peer member of a connection. (Inherited from Leadtools.Dicom.DicomNet)
SendCMoveRequestSends a C-MOVE-REQ message to a peer member of a connection. (Inherited from Leadtools.Dicom.DicomNet)
SendCMoveResponseSends a C-MOVE-RSP message to a peer member of a connection. (Inherited from Leadtools.Dicom.DicomNet)
SendCStoreRequestSends a C-STORE-REQ message to a peer member of a connection. (Inherited from Leadtools.Dicom.DicomNet)
SendCStoreResponseSends a C-STORE-RSP message to a peer member of a connection. (Inherited from Leadtools.Dicom.DicomNet)
SendDataSends a Data message to a connection. (Inherited from Leadtools.Dicom.DicomNet)
SendNActionRequestSends an N-ACTION-REQ message to a peer member of a connection (Inherited from Leadtools.Dicom.DicomNet)
SendNActionResponseSends an N-ACTION-RSP message to a peer member of a connection. (Inherited from Leadtools.Dicom.DicomNet)
SendNCreateRequestSends an N-CREATE-REQ message to a peer member of a connection. (Inherited from Leadtools.Dicom.DicomNet)
SendNCreateResponseSends an N-CREATE-RSP message to a peer member of a connection. (Inherited from Leadtools.Dicom.DicomNet)
SendNDeleteRequestSends an N-DELETE-REQ message to a peer member of a connection. (Inherited from Leadtools.Dicom.DicomNet)
SendNDeleteResponseSends an N-DELETE-RSP message to a peer member of a connection. (Inherited from Leadtools.Dicom.DicomNet)
SendNGetRequestSends an N-GET-REQ message to a peer member of a connection. (Inherited from Leadtools.Dicom.DicomNet)
SendNGetResponseSends an N-GET-RSP message to a peer member of a connection. (Inherited from Leadtools.Dicom.DicomNet)
SendNonSecureIsclOverloaded. Sends data over an ISCL connection, unsecured. The data is not encrypted and the message has no authentication code. (Inherited from Leadtools.Dicom.DicomNet)
SendNReportRequestSends an N-EVENT-REPORT-REQ message to a peer member of a connection. (Inherited from Leadtools.Dicom.DicomNet)
SendNReportResponseSends an N-EVENT-REPORT-RSP message to a peer member of a connection. (Inherited from Leadtools.Dicom.DicomNet)
SendNSetRequestSends an N-GET-RSP message to a peer member of a connection. (Inherited from Leadtools.Dicom.DicomNet)
SendNSetResponseSends an N-SET-RSP message to a peer member of a connection. (Inherited from Leadtools.Dicom.DicomNet)
SendReleaseRequestSends a Release Request message to a connection. (Inherited from Leadtools.Dicom.DicomNet)
SendReleaseResponseSends a Release Response message to a connection. (Inherited from Leadtools.Dicom.DicomNet)
ServerCloseCloses a client DicomNet in a multi-threaded environment. (Inherited from Leadtools.Dicom.DicomNet)
SetIsclAuthenticationDataOverloaded. Sets the authentication data used during the mutual authentication process. (Inherited from Leadtools.Dicom.DicomNet)
SetIsclDefaultEncryptionModeSets the encryption mode used by the ISCL operations. (Inherited from Leadtools.Dicom.DicomNet)
SetIsclDefaultSigningModeSets the current message authentication code (MAC) type. (Inherited from Leadtools.Dicom.DicomNet)
SetIsclEncryptionKeySets an encryption key at the specified index in the array of encryption keys. (Inherited from Leadtools.Dicom.DicomNet)
SetIsclEncryptionKeyIndexSets the index of the encryption key to be used for encryption. (Inherited from Leadtools.Dicom.DicomNet)
SetIsclIndexForMutualAuthenticationSets the index of the mutual authentication key to be used during the mutual authentication process. (Inherited from Leadtools.Dicom.DicomNet)
SetIsclMaxCommunicationBlockLengthSets the maximum communication block length that can be sent/received by the current entity. (Inherited from Leadtools.Dicom.DicomNet)
SetIsclMaxMessageLengthSets the maximum message length that can be processed (sent and received) by the current entity. (Inherited from Leadtools.Dicom.DicomNet)
SetIsclMutualAuthenticationAlgorithmSets the mutual authentication mode. (Inherited from Leadtools.Dicom.DicomNet)
SetIsclMutualAuthenticationKeySets a mutual authentication key at the specified index in the array of authentication keys. (Inherited from Leadtools.Dicom.DicomNet)
SetTlsCipherSuiteByIndexSets the cipher suite for the specified index. (Inherited from Leadtools.Dicom.DicomNet)
SetTlsClientCertificateSets a certificate for the client. (Inherited from Leadtools.Dicom.DicomNet)
VerifyVerifies the specified SCP.  
Top
Protected Methods
 NameDescription
BuildAssociationBuilds the association.  
ExternalAuthenticateIsclDetermines whether the response code is a valid response for the challenge code. (Inherited from Leadtools.Dicom.DicomNet)
FinalizeThis member overrides Finalize. (Inherited from Leadtools.Dicom.DicomNet)
GetChallengeIsclGenerates a random number. (Inherited from Leadtools.Dicom.DicomNet)
GetPresentationContextsGets the presentation contexts. Should be overridden in derived classes.  
InternalAuthenticateIsclGenerates a response code, based on the specified challenge code. (Inherited from Leadtools.Dicom.DicomNet)
LogOverloaded. Logs the specified message to a text file.  
LogSendAssociateRequestLogs the SendAssociateRequest message.  
LogSendCGetRequestLogs the C-GET-REQ message  
LogSendCMoveRequestLogs the C-MOVE-REQ message.  
OnAcceptNotifies a listening connection (SCP) that it can accept pending connection requests. (Inherited from Leadtools.Dicom.DicomNet)
OnAfterAssociateRequestFires the AfterAssociateRequest event.  
OnAfterCloseFires the AfterClose event.  
OnBeforeAssociateRequestFires the BeforeAssociateRequest event.  
OnBeforeCloseFires the BeforeClose event.  
OnCloseOverridden. Notifies a member of a connection that the connection was closed.  
OnConnectOverridden. Notifies the SCU that the connection attempt is complete.  
OnNonSecureReceivedIsclThis method is called after data sent in non-secure mode is received. (Inherited from Leadtools.Dicom.DicomNet)
OnNonSecureSendIsclThis method is called after data has been sent using the Leadtools.Dicom.DicomNet.SendNonSecureIscl(System.Byte[],System.Int32,System.Int32) method. (Inherited from Leadtools.Dicom.DicomNet)
OnPrivateKeyPasswordOverridden. Invokes the private PrivateKeyPassword event.  
OnReceiveOverridden. Notifies a connection that data was received.  
OnReceiveAbortNotifies a connection that an Abort message was received. (Inherited from Leadtools.Dicom.DicomNet)
OnReceiveAssociateAcceptOverridden. Notifies a connection that an Associate Accept message was received.  
OnReceiveAssociateRejectOverridden. Notifies a connection that an Associate Reject message was received.  
OnReceiveAssociateRequestNotifies a connection that an Associate Request message was received. (Inherited from Leadtools.Dicom.DicomNet)
OnReceiveCCancelRequestNotifies a connection that a C-CANCEL-REQ command was received. (Inherited from Leadtools.Dicom.DicomNet)
OnReceiveCEchoRequestNotifies a connection that a C-ECHO-REQ command was received. (Inherited from Leadtools.Dicom.DicomNet)
OnReceiveCEchoResponseOverridden. Notifies a connection that a C-ECHO-RSP command was received.  
OnReceiveCFindRequestNotifies a connection that a C-FIND-REQ command was received. (Inherited from Leadtools.Dicom.DicomNet)
OnReceiveCFindResponseNotifies a connection that a C-FIND-RSP command was received. (Inherited from Leadtools.Dicom.DicomNet)
OnReceiveCGetRequestNotifies a connection that a C-GET-REQ command was received. (Inherited from Leadtools.Dicom.DicomNet)
OnReceiveCGetResponseNotifies a connection that a C-GET-RSP command was received. (Inherited from Leadtools.Dicom.DicomNet)
OnReceiveCMoveRequestNotifies a connection that a C-MOVE-REQ command was received. (Inherited from Leadtools.Dicom.DicomNet)
OnReceiveCMoveResponseNotifies a connection that a C-MOVE-RSP command was received. (Inherited from Leadtools.Dicom.DicomNet)
OnReceiveCStoreRequestNotifies a connection that a C-STORE-REQ command was received. (Inherited from Leadtools.Dicom.DicomNet)
OnReceiveCStoreResponseNotifies a connection that a C-STORE-RSP command was received. (Inherited from Leadtools.Dicom.DicomNet)
OnReceiveDataOverridden. Notifies a connection when a Data message was received.  
OnReceiveNActionRequestNotifies a connection that an N-ACTION-REQ command was received. (Inherited from Leadtools.Dicom.DicomNet)
OnReceiveNActionResponseNotifies a connection that an N-ACTION-RSP command was received. (Inherited from Leadtools.Dicom.DicomNet)
OnReceiveNCreateRequestNotifies a connection that an N-CREATE-REQ command was received. (Inherited from Leadtools.Dicom.DicomNet)
OnReceiveNCreateResponseNotifies a connection that an N-CREATE-RSP command was received. (Inherited from Leadtools.Dicom.DicomNet)
OnReceiveNDeleteRequestNotifies a connection that an N-DELETE-REQ command was received. (Inherited from Leadtools.Dicom.DicomNet)
OnReceiveNDeleteResponseNotifies a connection that an N-DELETE-RSP command was received. (Inherited from Leadtools.Dicom.DicomNet)
OnReceiveNGetRequestNotifies a connection that an N-GET-REQ command was received. (Inherited from Leadtools.Dicom.DicomNet)
OnReceiveNGetResponseNotifies a connection that an N-GET-RSP command was received. (Inherited from Leadtools.Dicom.DicomNet)
OnReceiveNReportRequestNotifies a connection that an N-EVENT-REPORT-REQ command was received. (Inherited from Leadtools.Dicom.DicomNet)
OnReceiveNReportResponseNotifies a connection that an N-EVENT-REPORT-RSP command was received. (Inherited from Leadtools.Dicom.DicomNet)
OnReceiveNSetRequestNotifies a connection that an N-SET-REQ command was received. (Inherited from Leadtools.Dicom.DicomNet)
OnReceiveNSetResponseNotifies a connection that an N-SET-RSP command was received. (Inherited from Leadtools.Dicom.DicomNet)
OnReceiveReleaseRequestNotifies a connection that a Release Request message was received. (Inherited from Leadtools.Dicom.DicomNet)
OnReceiveReleaseResponseOverridden. Notifies a connection that a Release Response message was received.  
OnReceiveUnknownNotifies a connection that an unknown command was received. (Inherited from Leadtools.Dicom.DicomNet)
OnSecureLinkReadyOverridden. This method is called when an ISCL or TLS secured connection is successfully established.  
OnSendNotifies a connection that data was sent. (Inherited from Leadtools.Dicom.DicomNet)
WaitWaits for the DICOM communication to finish.  
Top
Public Events
 NameDescription
AfterAssociateRequestOccurs after receiving an associate response from the SCP.  
AfterCloseOccurs after a close response is received from the scp.  
AfterConnectOccurs after connecting to the SCP.  
AfterReleaseRequestOccurs after release response received from scp.  
AfterSecureLinkReadyOccurs after TLS secured connection to SCP is established.  
BeforeAssociateRequestOccurs when an associate request is sent to the SCP.  
BeforeCloseOccurs before a close request is sent to the scp.  
BeforeConnectOccurs before connecting to the SCP.  
BeforeReleaseRequestOccurs before a release request is sent to the scp.  
PrivateKeyPasswordOccurs when a private key password is needed.  
ReceiveBufferOccurs when connections received buffered data.  
Top
See Also

Reference

DicomConnection Class
Leadtools.Dicom.Scu.Common Namespace

Error processing SSI file
Leadtools.Dicom.Scu requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features