Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.AddIn assembly)

Show in webframe

Exists Method






the unique string value that is used to retrieve the data from the external store
will contain true if the file exists on the external store; will contain false otherwise
Called by the PACSFramework to determine if the file that corresponds to token exists on the external store.
Syntax
Exception Exists( 
   string token,
   out bool exists
)
'Declaration
 
Function Exists( _
   ByVal token As String, _
   ByRef exists As Boolean _
) As Exception
'Usage
 
Dim instance As ICrud
Dim token As String
Dim exists As Boolean
Dim value As Exception
 
value = instance.Exists(token, exists)

            

            
Exception^ Exists( 
   String^ token,
   [Out] bool exists
) 

Parameters

token
the unique string value that is used to retrieve the data from the external store
exists
will contain true if the file exists on the external store; will contain false otherwise

Return Value

null if successful; otherwise return an appropriate exception. Note that the exception is returned and not thrown.
Remarks

For an example, see the Leadtools.Medical.ExternalStore.Sample.Addin demo located here: <INSTALLDIR>\Examples\PACSFramework\CS\Sample AddIns\Leadtools.Medical.ExternalStore.Sample.Addin

Requirements

Target Platforms

See Also

Reference

ICrud Interface
ICrud Members

Error processing SSI file
Leadtools.Dicom.AddIn requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features