- sopInstanceUID
- Type: System.String The SOP Instance UID used to look for the DICOM Instance information.
| Visual Basic (Declaration) | |
|---|---|
Public Overridable Function IsCompositeInstancesExists( _ ByVal sopInstanceUID As String _ ) As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As StorageDbDataAccessAgent Dim sopInstanceUID As String Dim value As Boolean value = instance.IsCompositeInstancesExists(sopInstanceUID) | |
| C# | |
|---|---|
public virtual bool IsCompositeInstancesExists( string sopInstanceUID ) | |
| C++/CLI | |
|---|---|
public: virtual bool IsCompositeInstancesExists( String^ sopInstanceUID ) | |
Parameters
- sopInstanceUID
- Type: System.String The SOP Instance UID used to look for the DICOM Instance information.
Return Value
True if DICOM Instance information found for the provided sopInstanceUID; Otherwise, false.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