DVTk API
Find Method (tag)
DVTkDvtkData.DimseTagValueCollectionFind(Tag)
DVTk API

[This is preliminary documentation and is subject to change.]

Try to find a comparison tag in the collection with the same tag as the given one.
Declaration Syntax
C#Visual BasicVisual C++
public BaseDicomTagValue Find(
	Tag tag
)
Public Function Find ( _
	tag As Tag _
) As BaseDicomTagValue
public:
BaseDicomTagValue^ Find(
	Tag^ tag
)
Parameters
tag (Tag)
Tag to try to find in the collection.
Return Value
BaseTagValue - null if no match found

Assembly: DvtkData (Module: DvtkData) Version: 0.0.0.0