Leadtools.Dicom.Scp Namespace : ClientSession Class |
The following tables list the members exposed by ClientSession.
Name | Description | |
---|---|---|
ClientSession Constructor | Initializes a new instance of the ClientSession class. |
Name | Description | |
---|---|---|
ARTimerSecondsInterval | Gets or sets the timeout value in seconds for the Association Request, Reject and Release Timer. | |
Client | Gets the Leadtools.Dicom.DicomNet object associated with the client. | |
CommunicationIdleMinutesInterval | Gets or sets the idle timeout for client communication, in minutes. | |
EnableARTimer | Enables or disables the Association Request, Reject and Release Timer. | |
EnableCommunicationIdleTimer | Enables or disables the communication idle timer. | |
IsAssociated | Gets a value indicating whether the client has a valid association. | |
IsConnected | Gets a value indicating whether the connection with the client is valid. |
Name | Description | |
---|---|---|
LogEvent | Logs an event. | |
ProcessCCancelRequest | Processes a DICOM C-CANCEL request received from a client and sends a C-CANCEL response to the client. | |
ProcessCFindRequest | Overloaded. Processes a DICOM C-FIND request received from a client and sends a DICOM C-FIND response. | |
ProcessCMoveRequest | Overloaded. Processes a DICOM C-MOVE request received from a client and sends a C-MOVE responses to the client and stores it to a Leadtools.Dicom.Scu.DicomScp. | |
ProcessCMoveStoreSubOperation | Performs a C-STORE operation initiated by a C-MOVE request. | |
ProcessCStoreRequest | Overloaded. Processes a DICOM C-STORE request received from a client and sends C-STORE response to the client. | |
ProcessCStoreRequestSync | Processes a DICOM C-STORE request received from a client and sends a C-STORE response to the client. | |
ProcessNActionRequest | Overloaded. Processes a DICOM N-ACTION request received from a client and sends an N-ACTION response to the client. | |
ProcessNCreateRequest | Overloaded. Processes a DICOM N-CREATE request received from a client and sends N-CREATE response to the client. | |
ProcessNGetMessage | Overloaded. Processes a DICOM N-GET request received from a client and sends N-GET response to the client. | |
ProcessNSetRequest | Overloaded. Processes a DICOM N-SET request received from a client and sends N-SET response to the client. | |
SendCFindResponse | Sends a C-FIND response to the client. | |
SendCMoveResponse | Sends a C-MOVE response to the client. | |
SendCStoreResponse | Sends a C-STORE response to the client. | |
SendNActionResponse | Sends an N-ACTION response to the client. | |
SendNCreateResponse | Sends a C-CREATE response to the client. | |
SendNGetResponse | Sends an N-GET response to the client. | |
SendNSetResponse | Sends a C-SET response to the client. |
Name | Description | |
---|---|---|
OnCMoveStoreSubOperation | Raises the CMoveStoreSubOperation event. | |
OnSendCFindResponse | Raises the SendCFindResponse event. | |
OnSendCMoveResponse | Raises the SendCMoveResponse event. | |
OnSendCStoreResponse | Raises the SendCStoreResponse event. | |
OnSendNActionResponse | Raises the NActionResponse event. | |
OnSendNCreateResponse | Raises the SendNCreateResponse event. | |
OnSendNGetResponse | Raises the NGetResponse event. | |
OnSendNSetResponse | Raises the SendNSetResponse event. |
Name | Description | |
---|---|---|
ARTimerExpires | Occurs when the Association Request, Reject or Release timer timeout expires. | |
CFindResponse | Occurs before sending a C-FIND response to a client. | |
CMoveResponse | Occurs before sending a C-MOVE response to a client. | |
CMoveStoreSubOperation | Occurs before sending a C-Store request initiated by a C-MOVE request. | |
CommunicationIdleTimeout | Occurs when the communication idle timer timeout expires. | |
CStoreResponse | Occurs before sending a C-STORE response to a client. | |
NActionResponse | Occurs before sending an N-ACTION response to a client. | |
NCreateResponse | Occurs before sending an N-CREATE to a client. | |
NGetResponse | Occurs before sending an N-GET response to a client. | |
NSetResponse | Occurs before sending an N-SET to a client. |