[This is preliminary documentation and is subject to change.]
Check if the given instance is present in the Information Model. The instance will be at the leaf nodes of the Information Model.
| C# | Visual Basic | Visual C++ |
bool IsInstanceInInformationModel( string sopClassUid, string sopInstanceUid )
Function IsInstanceInInformationModel ( _ sopClassUid As String, _ sopInstanceUid As String _ ) As Boolean
bool IsInstanceInInformationModel( String^ sopClassUid, String^ sopInstanceUid )
- sopClassUid (String)
- SOP Class UID to search for.
- sopInstanceUid (String)
- SOP Instance UID to search for.
Boolean - true if instance found in the Information Model, otherwise false.