dcmNET Class Library

DimseService Class

This class encapsulates a DICOM service used by the DIMSE protocol.

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

System.Object
   dcmNET.DimseService
      Derived types

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

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

DICOM provides for two kinds of DIMSE service messages: request messages sent by Service Class User (SCU) applications to Service Class Provider (SCP) applications, and response messages sent by SCP applications in reply to received request messages.In either case, you must instanciate a DimseService sub-class (C_Echo, C_Move, C_Find,C_Get, C_Store, N_Action, N_Create, N_Delete, N_Event_Report, N_Get, N_Set) object to send to the remote application. The exact contents of the command set and data set depend on the service class defined by the DICOM standard.

Requirements

Namespace: dcmNET

Assembly: dcmNET (in dcmNET.dll)

See Also

DimseService Members | dcmNET Namespace