- sopInstanceUID
- Type: System.String The SOP Instance UID used to look for the DICOM Instance information.
Visual Basic (Declaration) | |
---|---|
Function IsCompositeInstancesExists( _ ByVal sopInstanceUID As String _ ) As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As IStorageDataAccessAgent Dim sopInstanceUID As String Dim value As Boolean value = instance.IsCompositeInstancesExists(sopInstanceUID) |
C# | |
---|---|
bool IsCompositeInstancesExists( string sopInstanceUID ) |
C++/CLI | |
---|---|
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