dcmNET Class Library

DCMServer Class

When an application acts as an receiver SCP, it waits for incoming TCP/IP connections at a certain port number and devotes a DCMServer thread to every incoming connection.

For a list of all members of this type, see DCMServer Members.

System.Object
   dcmNET.DCMServer

[Visual Basic]
Public Class DCMServer
[C#]
public class DCMServer

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The service provided is implemented in the methods (C_Store, C_Find, C_Move, C_Get, N_Action, N_Create, N_Delete, N_Get, N_Event_Report) defined by a sub-class that override the DCMServer methods. The general pattern for a service method is to extract information from the request, access external resources, and then populate the response based on that information.

Requirements

Namespace: dcmNET

Assembly: dcmNET (in dcmNET.dll)

See Also

DCMServer Members | dcmNET Namespace | DimseService | A_Associate | A_Release | A_Abort