- patientId
- Type: System.String The Patient ID for the study.
- studyInstanceUID
- Type: System.String The Study Instance UID for the study.
Visual Basic (Declaration) | |
---|---|
Public Function GetStudyViewer( _ ByVal patientId As String, _ ByVal studyInstanceUID As String _ ) As StudiesViewer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As WorkstationViewer Dim patientId As String Dim studyInstanceUID As String Dim value As StudiesViewer value = instance.GetStudyViewer(patientId, studyInstanceUID) |
C# | |
---|---|
public StudiesViewer GetStudyViewer( string patientId, string studyInstanceUID ) |
Managed Extensions for C++ | |
---|---|
public: StudiesViewer* GetStudyViewer( string* patientId, string* studyInstanceUID ) |
C++/CLI | |
---|---|
public: StudiesViewer^ GetStudyViewer( String^ patientId, String^ studyInstanceUID ) |
Parameters
- patientId
- Type: System.String The Patient ID for the study.
- studyInstanceUID
- Type: System.String The Study Instance UID for the study.
Return Value
Type: StudiesViewer A StudiesViewer.that is displayed for the provided study arguments.If a StudiesViewer control is displayed for the provided arguments that study will be returned. If no StudiesViewer control found for the provided argument, a new StudiesViewer control will be created and added into the WorkstationViewer.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7