LEADTOOLS Medical (Leadtools.Medical.Storage.DataAccessLayer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
IsCompositeInstancesExists Method
See Also 
Leadtools.Medical.Storage.DataAccessLayer Namespace > IStorageDataAccessAgent Interface : IsCompositeInstancesExists Method



sopInstanceUID
Type: System.String The SOP Instance UID used to look for the DICOM Instance information.
sopInstanceUID
Type: System.String The SOP Instance UID used to look for the DICOM Instance information.
Returns whether a DICOM instance information exists for the given SOP Instance UID.

Syntax

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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical.Storage.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features