[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.
| C# | Visual Basic | Visual 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 )
- tableDescription (String)
- Description of the table.
- attributeCollections (AttributeCollections)
- attributeCollectionDescriptions (StringCollection)
- flags (FlagsDicomAttribute)
The results of the static compare presented as a table (that may be converted to HTML).