DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomPrint Class / Open Method



In This Topic
    Open Method (DicomPrint)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub Open( _
       ByVal Node As String, _
       ByVal Port As Integer, _
       ByVal CallingAE As String, _
       ByVal CalledAE As String _
    ) 
    'Usage
     
    
    Dim instance As DicomPrint
    Dim Node As String
    Dim Port As Integer
    Dim CallingAE As String
    Dim CalledAE As String
     
    instance.Open(Node, Port, CallingAE, CalledAE)
    public void Open( 
       string Node,
       int Port,
       string CallingAE,
       string CalledAE
    )
    public:
    void Open( 
       String^ Node,
       int Port,
       String^ CallingAE,
       String^ CalledAE
    ) 

    Parameters

    Node
    Port
    CallingAE
    CalledAE
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also