'Declaration
 
Public Function New( _
   ByVal  As String, _
   ByVal  As String, _
   ByVal  As String, _
   ByVal  As String, _
   ByVal  As String, _
   ByVal  As String _
)
             
        
            
            'Usage
 
Dim manageServiceUrl As String
Dim queryServiceUrl As String
Dim objectRetrieveServiceUrl As String
Dim storeServiceUrl As String
Dim userName As String
Dim password As String
 
Dim instance As New MedicalWebViewerLoader(manageServiceUrl, queryServiceUrl, objectRetrieveServiceUrl, storeServiceUrl, userName, password)
             
        
            
            public MedicalWebViewerLoader( 
   string ,
   string ,
   string ,
   string ,
   string ,
   string 
)
             
        
            
            public:
MedicalWebViewerLoader( 
   String^ ,
   String^ ,
   String^ ,
   String^ ,
   String^ ,
   String^ 
)