- patientId
- The patient ID which studies and series will be loaded.
| Visual Basic (Declaration) | |
|---|---|
Public Function FillPatientInformation( _ ByVal patientId As String _ ) As ListViewStudiesInformation() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ImageListViewLoader Dim patientId As String Dim value() As ListViewStudiesInformation value = instance.FillPatientInformation(patientId) | |
| C# | |
|---|---|
public ListViewStudiesInformation[] FillPatientInformation( string patientId ) | |
| Managed Extensions for C++ | |
|---|---|
public: ListViewStudiesInformation*[]* FillPatientInformation( string* patientId ) | |
| C++/CLI | |
|---|---|
public: array<ListViewStudiesInformation^>^ FillPatientInformation( String^ patientId ) | |
Parameters
- patientId
- The patient ID which studies and series will be loaded.
Return Value
An Array of ListViewStudiesInformation representing the information that are loaded into the StudiesTimelineView.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code