DicomObjects Reference
DicomObjects Reference / DicomServer Object / New Method
The type of object to create - must be "DicomConnection"
New Method
Description
Creates a new DicomConnection automation object
Syntax
Visual Basic
Public Function New( _
   ByVal Type As String _
) As Object
Parameters
Type
The type of object to create - must be "DicomConnection"
Remarks

Only the value “DicomConnection” is valid for base objects of type DicomServer.  The purpose of using this call, rather than allowing direct creation of DicomConnection objects, is to route ActionComplete events though a limited number of static objects, to which event handlers may easily be attached.

Unlike most other methods and properties in DicomObjects, this method returns a generic “IDispatch” pointer, which in most languages except Visual Basic must be cast to the appropriate known object type.

See Also