dcmNET Class Library

N_Event_Report Constructor 

Constructs a new C_Event_Report object for a specified association.

[Visual Basic]
Overloads Public Sub New( _
   ByVal associate As A_Associate _
)
[C#]
public N_Event_Report(
   A_Associate associate
);

Parameters

associate
A not null A_Associate reference that represents an active association with a remote DICOM application entity.

See Also

N_Event_Report Class | dcmNET Namespace