Returns whether a DICOM instance information exists for the given SOP Instance UID.
            
            
            
            
            
            
            
            public virtual bool IsCompositeInstancesExists( 
   string 
)
             
        
            
            'Declaration
 
Public Overridable Function IsCompositeInstancesExists( _
   ByVal  As String _
) As Boolean
             
        
            
            'Usage
 
Dim instance As StorageDbDataAccessAgent
Dim sopInstanceUID As String
Dim value As Boolean
 
value = instance.IsCompositeInstancesExists(sopInstanceUID)
             
        
            
        
            
        
            
            public:
virtual bool IsCompositeInstancesExists( 
   String^ 
) 
             
        
             
        
            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 ; Otherwise, false.