![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Dicom.AddIn Namespace : DicomClient Class |
The following tables list the members exposed by DicomClient.
Name | Description | |
---|---|---|
![]() | DicomClient Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | AETitle | Gets the client AE title. |
![]() | Association | Gets the DICOM Association for the DICOM Network object. ![]() |
![]() | ConnectTime | Gets the time the client connected to the server. |
![]() | DefaultSocketOptions | Gets the default DICOM socket options. ![]() |
![]() | HostAddress | Gets the IP address of the host computer (the SCP's address). ![]() |
![]() | HostPort | Gets the port number of the host (the SCP's port). ![]() |
![]() | Id | Gets the id that uniquely identifies this client. |
![]() | IpType | Returns 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)![]() |
![]() | OptimizedMemorySend | Gets or sets the option to optimize memory usage when sending data sets to a server This option works when DicomNetSecurityeMode is set to None ![]() |
![]() | PeerAddress | Gets the IP address of the peer computer of the connection (the SCU's address). ![]() |
![]() | PeerPort | Gets the port number of the peer computer of the connection (the SCU's port). ![]() |
![]() | SecurityMode | Gets the security mode used to initialize the network structure. ![]() |
![]() | Server | Gets the server the client is connected to. |
![]() | SocketOptions | Gets or sets the DICOM Socket options. ![]() |
Name | Description | |
---|---|---|
![]() | Accept | Accepts a connection request from an SCU. ![]() |
![]() | Close | Closes the connection between an associated SCU and SCP. ![]() |
![]() | CloseForced | Closes an ISCL connection. ![]() |
![]() | Connect | Overloaded. Connects an Called AE to an Calling AE. ![]() |
![]() | Dispose | Overloaded. Releases all resources used by the Leadtools.Dicom.DicomNet. ![]() |
![]() | GetClient | Returns the DICOM Network object of the SCU at the specified index. ![]() |
![]() | GetClientCount | Returns the number of SCUs connected to the SCP. ![]() |
![]() | GetIsclCommunicationBlockLength | Returns the communication block length agreed upon during mutual authentication. ![]() |
![]() | GetIsclIndexForEncryption | Gets the index of the encryption key used for encryption. ![]() |
![]() | GetIsclIndexForMutualAuthentication | Gets the index of the mutual authentication key used during the mutual authentication process. ![]() |
![]() | GetIsclPeerAuthenticationData | Overloaded. Gets the authentication data the peer computer sent during mutual authentication. ![]() |
![]() | GetIsclPeerEncryption | Returns the encryption mode the sender used when sending a message. ![]() |
![]() | GetIsclPeerMac | Returns the MAC type the sender used when sending a message. ![]() |
![]() | GetIsclPeerRequestedMessageLength | Gets the length of the message sent unsuccessfully by a peer computer. ![]() |
![]() | GetIsclStatus | Returns the internal ISCL status when an error occurs. ![]() |
![]() | GetLastIsclOrTlsError | Returns the code of the last occurring ISCL or TLS error. ![]() |
![]() | GetQueueSend | Returns the number of bytes in the send queue. ![]() |
![]() | GetServer | Returns the DICOM Network object of the SCP. ![]() |
![]() | GetTlsAuthenticationAlgorithm | Returns the mutual authentication mode or algorithm for the specified cipher suite. ![]() |
![]() | GetTlsCipherSuite | Returns the cipher suite agreed upon during the TLS protocol. ![]() |
![]() | GetTlsCipherSuiteByIndex | Returns the cipher suite present at the specified index. ![]() |
![]() | GetTlsEncryptionAlgorithm | Returns the encryption mode (DES, 3DES, etc.) for the specified cipher suite. ![]() |
![]() | GetTlsEncryptionKeyLength | Returns the effective length, in bits, of the encryption key associated with the specified cipher suite (56 for DES, etc.). ![]() |
![]() | GetTlsIntegrityAlgorithm | Returns the Message Authentication Code (MAC) algorithm for the specified cipher suite. ![]() |
![]() | GetTlsKeyExchangeAlgorithm | Returns the key exchange algorithm for the specified cipher suite. ![]() |
![]() | GetTlsMutualAuthenticationKeyLength | Returns the effective length, in bits, of the mutual authentication key associated with the specified cipher suite. ![]() |
![]() | Initialize | (Inherited from Leadtools.Dicom.DicomNet) |
![]() | IsActivated | Determines whether the connection has been activated. ![]() |
![]() | IsAssociated | Determines whether the connection has been associated. ![]() |
![]() | IsConnected | Determines whether a connection has been established. ![]() |
![]() | IsIsclQueueEmpty | Determines whether the ISCL transmission queue is empty. ![]() |
![]() | Listen | Overloaded. Establishes a connection for listening for incoming connection requests. ![]() |
![]() | RequestAdditionalTime | Requests the additional time. |
![]() | ServerClose | Closes a client DicomNet in a multi-threaded environment. ![]() |
Name | Description | |
---|---|---|
![]() | ExternalAuthenticateIscl | Determines whether the response code is a valid response for the challenge code. ![]() |
![]() | Finalize | This member overrides Finalize. ![]() |
![]() | GetChallengeIscl | Generates a random number. (Inherited from Leadtools.Dicom.DicomNet) |
![]() | InternalAuthenticateIscl | Generates a response code, based on the specified challenge code. (Inherited from Leadtools.Dicom.DicomNet) |
![]() | OnAccept | Notifies a listening connection (SCP) that it can accept pending connection requests. ![]() |
![]() | OnClose | Notifies a member of a connection that the connection was closed. ![]() |
![]() | OnConnect | Notifies the SCU that the connection attempt is complete. ![]() |
![]() | OnNonSecureReceivedIscl | This method is called after data sent in non-secure mode is received. ![]() |
![]() | OnNonSecureSendIscl | This method is called after data has been sent using the Leadtools.Dicom.DicomNet.SendNonSecureIscl(System.Byte[],System.Int32,System.Int32) method. ![]() |
![]() | OnPrivateKeyPassword | This 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. ![]() |
![]() | OnReceive | Notifies a connection that data was received. ![]() |
![]() | OnReceiveAbort | Notifies a connection that an Abort message was received. ![]() |
![]() | OnReceiveAssociateAccept | Notifies a connection that an Associate Accept message was received. ![]() |
![]() | OnReceiveAssociateReject | Notifies a connection that an Associate Reject message was received. ![]() |
![]() | OnReceiveAssociateRequest | Notifies a connection that an Associate Request message was received. ![]() |
![]() | OnReceiveCCancelRequest | Notifies a connection that a C-CANCEL-REQ command was received. ![]() |
![]() | OnReceiveCEchoRequest | Notifies a connection that a C-ECHO-REQ command was received. ![]() |
![]() | OnReceiveCEchoResponse | Notifies a connection that a C-ECHO-RSP command was received. ![]() |
![]() | OnReceiveCFindRequest | Notifies a connection that a C-FIND-REQ command was received. ![]() |
![]() | OnReceiveCFindResponse | Notifies a connection that a C-FIND-RSP command was received. ![]() |
![]() | OnReceiveCGetRequest | Notifies a connection that a C-GET-REQ command was received. ![]() |
![]() | OnReceiveCGetResponse | Notifies a connection that a C-GET-RSP command was received. ![]() |
![]() | OnReceiveCMoveRequest | Notifies a connection that a C-MOVE-REQ command was received. ![]() |
![]() | OnReceiveCMoveResponse | Notifies a connection that a C-MOVE-RSP command was received. ![]() |
![]() | OnReceiveCStoreRequest | Notifies a connection that a C-STORE-REQ command was received. ![]() |
![]() | OnReceiveCStoreResponse | Notifies a connection that a C-STORE-RSP command was received. ![]() |
![]() | OnReceiveData | Notifies a connection when a Data message was received. ![]() |
![]() | OnReceiveNActionRequest | Notifies a connection that an N-ACTION-REQ command was received. ![]() |
![]() | OnReceiveNActionResponse | Notifies a connection that an N-ACTION-RSP command was received. ![]() |
![]() | OnReceiveNCreateRequest | Notifies a connection that an N-CREATE-REQ command was received. ![]() |
![]() | OnReceiveNCreateResponse | Notifies a connection that an N-CREATE-RSP command was received. ![]() |
![]() | OnReceiveNDeleteRequest | Notifies a connection that an N-DELETE-REQ command was received. ![]() |
![]() | OnReceiveNDeleteResponse | Notifies a connection that an N-DELETE-RSP command was received. ![]() |
![]() | OnReceiveNGetRequest | Notifies a connection that an N-GET-REQ command was received. ![]() |
![]() | OnReceiveNGetResponse | Notifies a connection that an N-GET-RSP command was received. ![]() |
![]() | OnReceiveNReportRequest | Notifies a connection that an N-EVENT-REPORT-REQ command was received. ![]() |
![]() | OnReceiveNReportResponse | Notifies a connection that an N-EVENT-REPORT-RSP command was received. ![]() |
![]() | OnReceiveNSetRequest | Notifies a connection that an N-SET-REQ command was received. ![]() |
![]() | OnReceiveNSetResponse | Notifies a connection that an N-SET-RSP command was received. ![]() |
![]() | OnReceiveReleaseRequest | Notifies a connection that a Release Request message was received. ![]() |
![]() | OnReceiveReleaseResponse | Notifies a connection that a Release Response message was received. ![]() |
![]() | OnReceiveUnknown | Notifies a connection that an unknown command was received. ![]() |
![]() | OnSecureLinkReady | This method is called when an ISCL or TLS secured connection is successfully established. ![]() |
![]() | OnSend | Notifies a connection that data was sent. ![]() |