- studyInstanceUID
- Type: System.String The Study Instance UID of the study to be removed.
| Visual Basic (Declaration) | |
|---|---|
Public Sub RemoveStudy( _ ByVal studyInstanceUID As String _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As SeriesBrowser Dim studyInstanceUID As String instance.RemoveStudy(studyInstanceUID) | |
| C# | |
|---|---|
public void RemoveStudy( string studyInstanceUID ) | |
| Managed Extensions for C++ | |
|---|---|
public: void RemoveStudy( string* studyInstanceUID ) | |
| C++/CLI | |
|---|---|
public: void RemoveStudy( String^ studyInstanceUID ) | |
Parameters
- studyInstanceUID
- Type: System.String The Study Instance UID of the study to be removed.
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