| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal clientInfo As AeInfo, _ ByVal dicomDirPath As String _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim clientInfo As AeInfo Dim dicomDirPath As String Dim instance As New DicomDirRetrieveClient(clientInfo, dicomDirPath) | |
| C# | |
|---|---|
public DicomDirRetrieveClient( AeInfo clientInfo, string dicomDirPath ) | |
| C++/CLI | |
|---|---|
public: DicomDirRetrieveClient( AeInfo^ clientInfo, String^ dicomDirPath ) | |
Parameters
- clientInfo
- The Leadtools.Dicom.AddIn.Common.AeInfo for the calling client.
- dicomDirPath
- The name of the file that contains the DICOMDIR./
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7