DVTk API
Find Method (sopClassUid, sopInstanceUid)
DVTkDvtkHighLevelInterface.InformationModelReferencedSopItemCollectionFind(String, String)
DVTk API

[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.
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
sopClassUid (String)
SOP Class UID to find.
sopInstanceUid (String)
SOP Instance UID to find.
Return Value
Matching referenced sop item - or null if no match.

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0