[This is preliminary documentation and is subject to change.]
Try to find a a referenced item with the same SOP Class UID and SOP Instance UID as those given.
| C# | Visual Basic | Visual C++ |
public ReferencedSopItem Find( string sopClassUid, string sopInstanceUid )
Public Function Find ( _ sopClassUid As String, _ sopInstanceUid As String _ ) As ReferencedSopItem
public: ReferencedSopItem^ Find( String^ sopClassUid, String^ sopInstanceUid )
- sopClassUid (String)
- SOP Class UID to find.
- sopInstanceUid (String)
- SOP Instance UID to find.
Matching referenced sop item - or null if no match.