DVTk API
IsFoundIn Method (tagTypeList, matchDataset)
DVTkDvtk.Dicom.InformationEntityBaseInformationEntityIsFoundIn(TagTypeList, AttributeSet)
DVTk API

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

Check if the given match dataset is found in the local dataset using the given Tag Type list. A check is made to see if all the attributes in the given match dataset are present in the local dataset.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsFoundIn(
	TagTypeList tagTypeList,
	AttributeSet matchDataset
)
Public Function IsFoundIn ( _
	tagTypeList As TagTypeList, _
	matchDataset As AttributeSet _
) As Boolean
public:
bool IsFoundIn(
	TagTypeList^ tagTypeList, 
	AttributeSet^ matchDataset
)
Parameters
tagTypeList (TagTypeList)
Match Tag Type list.
matchDataset (AttributeSet)
Match dataset to check.
Return Value
Boolean indicating if the match attributes are present in the local dataset.

Assembly: DvtkInformationEntity (Module: DvtkInformationEntity) Version: 0.0.0.0