DVTk API
CompareAttributeSets Method (tableDescription, attributeCollections, attributeCollectionDescriptions, flags)
DVTkDvtkHighLevelInterface.Common.CompareStaticDicomCompareCompareAttributeSets(String, AttributeCollections, StringCollection, FlagsDicomAttribute)
DVTk API

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

Do a static compare for the attribute sets supplied. Note that the parameters attributeSets, attributeSetDescriptions and compareFlagsForAttributeSets must have the same size and must be at least size 2.
Declaration Syntax
C#Visual BasicVisual C++
public CompareResults CompareAttributeSets(
	string tableDescription,
	AttributeCollections attributeCollections,
	StringCollection attributeCollectionDescriptions,
	FlagsDicomAttribute flags
)
Public Function CompareAttributeSets ( _
	tableDescription As String, _
	attributeCollections As AttributeCollections, _
	attributeCollectionDescriptions As StringCollection, _
	flags As FlagsDicomAttribute _
) As CompareResults
public:
CompareResults^ CompareAttributeSets(
	String^ tableDescription, 
	AttributeCollections^ attributeCollections, 
	StringCollection^ attributeCollectionDescriptions, 
	FlagsDicomAttribute flags
)
Parameters
tableDescription (String)
Description of the table.
attributeCollections (AttributeCollections)
attributeCollectionDescriptions (StringCollection)
flags (FlagsDicomAttribute)
Return Value
The results of the static compare presented as a table (that may be converted to HTML).

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0