LEADTOOLS Medical (Leadtools.Dicom.AddIn assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
DicomClient Class Members
See Also  Properties  Methods 
Leadtools.Dicom.AddIn Namespace : DicomClient Class

The following tables list the members exposed by DicomClient.

Public Constructors

 NameDescription
public Constructor DicomClient ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public Property AETitleGets the client AE title.  
public Property AssociationGets the DICOM Association for the DICOM Network object. (Inherited from Leadtools.Dicom.DicomNet)
public Property ConnectTimeGets the time the client connected to the server.  
public Property DefaultSocketOptionsGets the default DICOM socket options. (Inherited from Leadtools.Dicom.DicomNet)
public Property HostAddressGets the IP address of the host computer (the SCP's address). (Inherited from Leadtools.Dicom.DicomNet)
public Property HostPortGets the port number of the host (the SCP's port). (Inherited from Leadtools.Dicom.DicomNet)
public Property IdGets the id that uniquely identifies this client.  
public Property IpType (Inherited from Leadtools.Dicom.DicomNet)
public Property PeerAddressGets the IP address of the peer computer of the connection (the SCU's address). (Inherited from Leadtools.Dicom.DicomNet)
public Property PeerPortGets the port number of the peer computer of the connection (the SCU's port). (Inherited from Leadtools.Dicom.DicomNet)
public Property SecurityModeGets the security mode used to initialize the network structure. (Inherited from Leadtools.Dicom.DicomNet)
public Property ServerGets the server the client is connected to.  
public Property SocketOptionsGets or sets the DICOM Socket options. (Inherited from Leadtools.Dicom.DicomNet)
Top

Public Methods

 NameDescription
public Method AcceptAccepts a connection request from an SCU. (Inherited from Leadtools.Dicom.DicomNet)
public Method CloseCloses the connection between an associated SCU and SCP. (Inherited from Leadtools.Dicom.DicomNet)
public Method CloseForcedCloses an ISCL connection. (Inherited from Leadtools.Dicom.DicomNet)
public Method ConnectOverloaded. Connects an SCU to an SCP. (Inherited from Leadtools.Dicom.DicomNet)
public Method DisposeOverloaded. Releases all resources used by the Leadtools.Dicom.DicomNet. (Inherited from Leadtools.Dicom.DicomNet)
public Method GetClientReturns the DICOM Network object of the SCU at the specified index. (Inherited from Leadtools.Dicom.DicomNet)
public Method GetClientCountReturns the number of SCUs connected to the SCP. (Inherited from Leadtools.Dicom.DicomNet)
public Method GetIsclCommunicationBlockLengthReturns the communication block length agreed upon during mutual authentication. (Inherited from Leadtools.Dicom.DicomNet)
public Method GetIsclIndexForEncryptionGets the index of the encryption key used for encryption. (Inherited from Leadtools.Dicom.DicomNet)
public Method GetIsclIndexForMutualAuthenticationGets the index of the mutual authentication key used during the mutual authentication process. (Inherited from Leadtools.Dicom.DicomNet)
public Method GetIsclPeerAuthenticationDataOverloaded. Gets the authentication data the peer computer sent during mutual authentication. (Inherited from Leadtools.Dicom.DicomNet)
public Method GetIsclPeerEncryptionReturns the encryption mode the sender used when sending a message. (Inherited from Leadtools.Dicom.DicomNet)
public Method GetIsclPeerMacReturns the MAC type the sender used when sending a message. (Inherited from Leadtools.Dicom.DicomNet)
public Method GetIsclPeerRequestedMessageLengthGets the length of the message sent unsuccessfully by a peer computer. (Inherited from Leadtools.Dicom.DicomNet)
public Method GetIsclStatusReturns the internal ISCL status when an error occurs. (Inherited from Leadtools.Dicom.DicomNet)
public Method GetLastIsclOrTlsErrorReturns the code of the last occurring ISCL or TLS error. (Inherited from Leadtools.Dicom.DicomNet)
public Method GetQueueSendReturns the number of bytes in the send queue. (Inherited from Leadtools.Dicom.DicomNet)
public Method GetServerReturns the DICOM Network object of the SCP. (Inherited from Leadtools.Dicom.DicomNet)
public Method GetTlsAuthenticationAlgorithmReturns the mutual authentication mode or algorithm for the specified cipher suite. (Inherited from Leadtools.Dicom.DicomNet)
public Method GetTlsCipherSuiteReturns the cipher suite agreed upon during the TLS protocol. (Inherited from Leadtools.Dicom.DicomNet)
public Method GetTlsCipherSuiteByIndexReturns the cipher suite present at the specified index. (Inherited from Leadtools.Dicom.DicomNet)
public Method GetTlsEncryptionAlgorithmReturns the encryption mode (DES, 3DES, etc.) for the specified cipher suite. (Inherited from Leadtools.Dicom.DicomNet)
public Method 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)
public Method GetTlsIntegrityAlgorithmReturns the Message Authentication Code (MAC) algorithm for the specified cipher suite. (Inherited from Leadtools.Dicom.DicomNet)
public Method GetTlsKeyExchangeAlgorithmReturns the key exchange algorithm for the specified cipher suite. (Inherited from Leadtools.Dicom.DicomNet)
public Method GetTlsMutualAuthenticationKeyLengthReturns the effective length, in bits, of the mutual authentication key associated with the specified cipher suite. (Inherited from Leadtools.Dicom.DicomNet)
public Method Initialize (Inherited from Leadtools.Dicom.DicomNet)
public Method IsActivatedDetermines whether the connection has been activated. (Inherited from Leadtools.Dicom.DicomNet)
public Method IsAssociatedDetermines whether the connection has been associated. (Inherited from Leadtools.Dicom.DicomNet)
public Method IsConnectedDetermines whether a connection has been established. (Inherited from Leadtools.Dicom.DicomNet)
public Method IsIsclQueueEmptyDetermines whether the ISCL transmission queue is empty. (Inherited from Leadtools.Dicom.DicomNet)
public Method ListenOverloaded. Establishes a connection to listen for incoming connection requests. (Inherited from Leadtools.Dicom.DicomNet)
public Method RequestAdditionalTimeRequests the additional time.  
Top

Protected Methods

 NameDescription
protected Method ExternalAuthenticateIsclDetermines whether the response code is a valid response for the challenge code. (Inherited from Leadtools.Dicom.DicomNet)
protected Method GetChallengeIsclGenerates a random number. (Inherited from Leadtools.Dicom.DicomNet)
protected Method InternalAuthenticateIsclGenerates a response code, based on the specified challenge code. (Inherited from Leadtools.Dicom.DicomNet)
protected Method OnAcceptNotifies a listening connection (SCP) that it can accept pending connection requests. (Inherited from Leadtools.Dicom.DicomNet)
protected Method OnCloseNotifies a member of a connection that the connection was closed. (Inherited from Leadtools.Dicom.DicomNet)
protected Method OnConnectNotifies the SCU that the connection attempt is complete. (Inherited from Leadtools.Dicom.DicomNet)
protected Method OnNonSecureReceivedIsclThis method is called after data sent in non-secure mode is received. (Inherited from Leadtools.Dicom.DicomNet)
protected Method 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)
protected Method OnPrivateKeyPasswordThis method is called by Leadtools.Dicom.DicomNet.SetTlsClientCertificate(System.String,Leadtools.Dicom.DicomTlsCertificateType,System.String) whenever the private key file is password-encrypted in order to obtain the password. (Inherited from Leadtools.Dicom.DicomNet)
protected Method OnReceiveNotifies a connection that data was received. (Inherited from Leadtools.Dicom.DicomNet)
protected Method OnReceiveAbortNotifies a connection that an Abort message was received. (Inherited from Leadtools.Dicom.DicomNet)
protected Method OnReceiveAssociateAcceptNotifies a connection that an Associate Accept message was received. (Inherited from Leadtools.Dicom.DicomNet)
protected Method OnReceiveAssociateRejectNotifies a connection that an Associate Reject message was received. (Inherited from Leadtools.Dicom.DicomNet)
protected Method OnReceiveAssociateRequestNotifies a connection that an Associate Request message was received. (Inherited from Leadtools.Dicom.DicomNet)
protected Method OnReceiveCCancelRequestNotifies a connection that a C-CANCEL-REQ command was received. (Inherited from Leadtools.Dicom.DicomNet)
protected Method OnReceiveCEchoRequestNotifies a connection that a C-ECHO-REQ command was received. (Inherited from Leadtools.Dicom.DicomNet)
protected Method OnReceiveCEchoResponseNotifies a connection that a C-ECHO-RSP command was received. (Inherited from Leadtools.Dicom.DicomNet)
protected Method OnReceiveCFindRequestNotifies a connection that a C-FIND-REQ command was received. (Inherited from Leadtools.Dicom.DicomNet)
protected Method OnReceiveCFindResponseNotifies a connection that a C-FIND-RSP command was received. (Inherited from Leadtools.Dicom.DicomNet)
protected Method OnReceiveCGetRequestNotifies a connection that a C-GET-REQ command was received. (Inherited from Leadtools.Dicom.DicomNet)
protected Method OnReceiveCGetResponseNotifies a connection that a C-GET-RSP command was received. (Inherited from Leadtools.Dicom.DicomNet)
protected Method OnReceiveCMoveRequestNotifies a connection that a C-MOVE-REQ command was received. (Inherited from Leadtools.Dicom.DicomNet)
protected Method OnReceiveCMoveResponseNotifies a connection that a C-MOVE-RSP command was received. (Inherited from Leadtools.Dicom.DicomNet)
protected Method OnReceiveCStoreRequestNotifies a connection that a C-STORE-REQ command was received. (Inherited from Leadtools.Dicom.DicomNet)
protected Method OnReceiveCStoreResponseNotifies a connection that a C-STORE-RSP command was received. (Inherited from Leadtools.Dicom.DicomNet)
protected Method OnReceiveDataNotifies a connection when a Data message was received. (Inherited from Leadtools.Dicom.DicomNet)
protected Method OnReceiveNActionRequestNotifies a connection that an N-ACTION-REQ command was received. (Inherited from Leadtools.Dicom.DicomNet)
protected Method OnReceiveNActionResponseNotifies a connection that an N-ACTION-RSP command was received. (Inherited from Leadtools.Dicom.DicomNet)
protected Method OnReceiveNCreateRequestNotifies a connection that an N-CREATE-REQ command was received. (Inherited from Leadtools.Dicom.DicomNet)
protected Method OnReceiveNCreateResponseNotifies a connection that an N-CREATE-RSP command was received. (Inherited from Leadtools.Dicom.DicomNet)
protected Method OnReceiveNDeleteRequestNotifies a connection that an N-DELETE-REQ command was received. (Inherited from Leadtools.Dicom.DicomNet)
protected Method OnReceiveNDeleteResponseNotifies a connection that an N-DELETE-RSP command was received. (Inherited from Leadtools.Dicom.DicomNet)
protected Method OnReceiveNGetRequestNotifies a connection that an N-GET-REQ command was received. (Inherited from Leadtools.Dicom.DicomNet)
protected Method OnReceiveNGetResponseNotifies a connection that an N-GET-RSP command was received. (Inherited from Leadtools.Dicom.DicomNet)
protected Method OnReceiveNReportRequestNotifies a connection that an N-EVENT-REPORT-REQ command was received. (Inherited from Leadtools.Dicom.DicomNet)
protected Method OnReceiveNReportResponseNotifies a connection that an N-EVENT-REPORT-RSP command was received. (Inherited from Leadtools.Dicom.DicomNet)
protected Method OnReceiveNSetRequestNotifies a connection that an N-SET-REQ command was received. (Inherited from Leadtools.Dicom.DicomNet)
protected Method OnReceiveNSetResponseNotifies a connection that an N-SET-RSP command was received. (Inherited from Leadtools.Dicom.DicomNet)
protected Method OnReceiveReleaseRequestNotifies a connection that a Release Request message was received. (Inherited from Leadtools.Dicom.DicomNet)
protected Method OnReceiveReleaseResponseNotifies a connection that a Release Response message was received. (Inherited from Leadtools.Dicom.DicomNet)
protected Method OnReceiveUnknownNotifies a connection that an unknown command was received. (Inherited from Leadtools.Dicom.DicomNet)
protected Method OnSecureLinkReadyThis method is called when an ISCL or TLS secured connection is successfully established. (Inherited from Leadtools.Dicom.DicomNet)
protected Method OnSendNotifies a connection that data was sent. (Inherited from Leadtools.Dicom.DicomNet)
Top

See Also

Leadtools.Dicom.AddIn requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features