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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7