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

Show in webframe

DicomServer Class Members

Show in webframe
Fields  Properties  Methods  Events





The following tables list the members exposed by DicomServer.

Public Constructors
 NameDescription
DicomServer ConstructorInitializes a new instance of the DicomServer class.  
Top
Protected Fields
 NameDescription
clientsBackingInternally used by DicomServer and descendants.  
Top
Public Properties
 NameDescription
ActiveGets a value indicating whether this DicomServer is active.  
AddInTimeoutGets the add in timeout in seconds.  
AETitleGets the server AE title.  
AllowMultipleConnectionsGets a value indicating whether to allow multiple client connections.  
AssociationGets the DICOM Association for the DICOM Network object. (Inherited from Leadtools.Dicom.DicomNet)
ClientsGets the connected clients.  
ClientTimeoutGets the client timeout in seconds.  
DefaultSocketOptionsGets the default DICOM socket options. (Inherited from Leadtools.Dicom.DicomNet)
DescriptionGets the server description.  
HostAddressGets the IP address of the host computer (the SCP's address). (Inherited from Leadtools.Dicom.DicomNet)
HostPortGets the port number of the host (the SCP's port). (Inherited from Leadtools.Dicom.DicomNet)
IdGets the unique server id.  
ImplementationClassGets the Implementation Class UID .  
ImplementationVersionNameGets the 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)
LicenseFileGets the license file associated with the PACS Framework Server.  
MaxClientsGets or sets the maximum clients allowed to connect to the server.  
MaxPduLengthGets the Maximum Length for data transfer.  
NameGets the server name.  
NoDelayGets the value for Nagle algorithm for send coalescing. This socket option is included for backward compatibility with Windows Sockets 1.1.  
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)
PortGets the server port.  
ReceiveBufferSizeSpecifies the total per-socket buffer space reserved for receives.  
ReconnectTimeoutGets the reconnect timeout in seconds.  
RelationalQueriesGets a value indicating whether relational queries are supported  
SecureGets a value indicating whether this DicomServer is secure.  
SecurityModeGets the security mode used to initialize the network structure. (Inherited from Leadtools.Dicom.DicomNet)
SendBufferSizeSpecifies the total per-socket buffer space reserved for sends.  
ServerDirectoryGets the server directory.  
SocketOptionsGets or sets the DICOM Socket options. (Inherited from Leadtools.Dicom.DicomNet)
StoreDatasetGets a value indicating whether store received datasets.  
TemporaryDirectoryThe location of the temporary files. DICOM uses temporary files during the course of creating a file. If this parameter is a null reference (Nothing in Visual Basic), the DICOM temporary files are kept in the directory Windows places its own temporary files. If this parameter is not a null reference, the temporary files are placed in the specified directory.  
TotalClientsGets the total number of clients connected.  
Top
Public Methods
 NameDescription
AcceptAccepts a connection request from an SCU. (Inherited from Leadtools.Dicom.DicomNet)
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 an Called AE to an Calling AE. (Inherited from Leadtools.Dicom.DicomNet)
DisposeOverloaded. Releases all resources used by the Leadtools.Dicom.DicomNet. (Inherited from Leadtools.Dicom.DicomNet)
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)
RequestAdditionalTimeRequests additional time for addin processing.  
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)
StartStarts this instance.  
StopStops this instance.  
Top
Protected Methods
 NameDescription
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)
InternalAuthenticateIsclGenerates a response code, based on the specified challenge code. (Inherited from Leadtools.Dicom.DicomNet)
OnAcceptNotifies a listening connection (SCP) that it can accept pending connection requests. (Inherited from Leadtools.Dicom.DicomNet)
OnCloseNotifies a member of a connection that the connection was closed. (Inherited from Leadtools.Dicom.DicomNet)
OnConnectNotifies the SCU that the connection attempt is complete. (Inherited from Leadtools.Dicom.DicomNet)
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)
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)
OnReceiveNotifies a connection that data was received. (Inherited from Leadtools.Dicom.DicomNet)
OnReceiveAbortNotifies a connection that an Abort message was received. (Inherited from Leadtools.Dicom.DicomNet)
OnReceiveAssociateAcceptNotifies a connection that an Associate Accept message was received. (Inherited from Leadtools.Dicom.DicomNet)
OnReceiveAssociateRejectNotifies a connection that an Associate Reject message was received. (Inherited from Leadtools.Dicom.DicomNet)
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)
OnReceiveCEchoResponseNotifies a connection that a C-ECHO-RSP command was received. (Inherited from Leadtools.Dicom.DicomNet)
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)
OnReceiveDataNotifies a connection when a Data message was received. (Inherited from Leadtools.Dicom.DicomNet)
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)
OnReceiveReleaseResponseNotifies a connection that a Release Response message was received. (Inherited from Leadtools.Dicom.DicomNet)
OnReceiveUnknownNotifies a connection that an unknown command was received. (Inherited from Leadtools.Dicom.DicomNet)
OnSecureLinkReadyThis method is called when an ISCL or TLS secured connection is successfully established. (Inherited from Leadtools.Dicom.DicomNet)
OnSendNotifies a connection that data was sent. (Inherited from Leadtools.Dicom.DicomNet)
OnServerSettingsChangedNotifies the event subscribers that the PACS Framework Server setting have changed..  
Top
Public Events
 NameDescription
ServerSettingsChangedOccurs when the PACS Framework Server settings are changed.  
Top
See Also

Reference

DicomServer Class
Leadtools.Dicom.AddIn Namespace

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