←Select platform

ExistsMetadataJson Method

Summary

Returns true if a JSON metadata representation exists in the database for

sopInstanceUid; otherwise, false.

Syntax
C#
public bool ExistsMetadataJson( 
   string sopInstanceUid 
) 

Parameters

sopInstanceUid

The SOP Instance UID (0008,0018) of the DicomDataSet.

Return Value

true if an JSON metadata representation exists in the database for sopInstanceUid; otherwise, false.

Remarks

Use this method to determine if JSON formatted metadata corresponding to sopInstanceUid is already present in the MetadataJson database table. If the metadata does not exist, it can be easily generated by calling StoreMetadataJson.

Example

For an example, refer to IStorageDataAccessAgent4.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly