DicomObjects.NET.V8
DicomObjects Namespace / DicomServer Class
Members



DicomServer Class
An object for handling advanced network communications, as both SCU & SCP
Syntax
public class DicomServer 
public ref class DicomServer 
'Declaration
 
Public Class DicomServer 
 
'Usage
 
Dim instance As DicomServer
Example
In general, as much functionality as possible is devolved to the container. For instance, the control does not have its own application entity name, and acceptance or rejection of associations is controlled via an event. This event is given the remote IP address and the calling and called application entity titles, allowing the container to make its own accept/reject decision.
Inheritance Hierarchy

System.Object
   DicomObjects.DicomServer

Requirements

Target Platforms: .NET CLR 3.5 or higher

See Also