LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
ListViewStudiesInformation Constructor
See Also 
Leadtools.Medical.Workstation Namespace > ListViewStudiesInformation Class : ListViewStudiesInformation Constructor




patientId
A System.String that represents the Patient ID of the study.
studyInstanceUID
A System.String that represents the Study Instance UID of the study.
Initializes a new instance of the ListViewStudiesInformation class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal patientId As String, _
   ByVal studyInstanceUID As String _
)
Visual Basic (Usage)Copy Code
Dim patientId As String
Dim studyInstanceUID As String
 
Dim instance As New ListViewStudiesInformation(patientId, studyInstanceUID)
C# 
public ListViewStudiesInformation( 
   string patientId,
   string studyInstanceUID
)
Managed Extensions for C++ 
public: ListViewStudiesInformation( 
   string* patientId,
   string* studyInstanceUID
)
C++/CLI 
public:
ListViewStudiesInformation( 
   String^ patientId,
   String^ studyInstanceUID
)

Parameters

patientId
A System.String that represents the Patient ID of the study.
studyInstanceUID
A System.String that represents the Study Instance UID of the study.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also