[This is preliminary documentation and is subject to change.]
This class implements a dynamic compare of attribute sets, i.e. (absent) attributes from different
attribute sets with possible different tags are compared with each other.
| C# | Visual Basic | Visual C++ |
public class DynamicCompare : CompareBase
Public Class DynamicCompare _ Inherits CompareBase
public ref class DynamicCompare : public CompareBase
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| DynamicCompare()()() |
Default constructor.
| |
| AddAttributeCollectionsInformationUsingDynamicCompare(AttributeCollections, CompareRules) | (Inherited from CompareBase.) | |
| AddAttributeCollectionsInformationUsingStaticDicomCompare(AttributeCollections) |
Add rows to the tables in which the results are displayed for comparing attribute sets
using static compare.
(Inherited from CompareBase.) | |
| AddEmptyRowAfterEachDynamicComparedList | (Inherited from CompareBase.) | |
| CompareAttributeCollections(String, AttributeCollections, StringCollection, CompareRules) |
Do a dynamic compare for the attribute sets supplied.
Note that the parameters attributeSets, attributeSetDescriptions and each compareRule instance in
the parameter compareRules must have the same size and have a size at least 2.
| |
| compareResults |
The field used to store the table that is the result of comparing.
(Inherited from CompareBase.) | |
| CreateCompareResults(Int32, AttributeCollections, String, StringCollection) | (Inherited from CompareBase.) | |
| DetermineColumnIndices(AttributeCollections) |
TODO!!!
(Inherited from CompareBase.) | |
| differenceFound |
Indicates if a difference has been found that has not been added to the difference total.
(Inherited from CompareBase.) | |
| DisplayAttributeName |
Property indicating whether the attribute name column should be displayed.
(Inherited from CompareBase.) | |
| DisplayAttributePresent |
Property indicating whether the attribute present column should be displayed.
(Inherited from CompareBase.) | |
| DisplayAttributeTag |
Property indicating whether the attribute tag column should be displayed.
(Inherited from CompareBase.) | |
| DisplayAttributeValues |
Property indicating whether the attribute values column should be displayed.
(Inherited from CompareBase.) | |
| DisplayAttributeVR |
Property indicating whether the attribute VR column should be displayed.
(Inherited from CompareBase.) | |
| DisplayComments |
Property indicating whether the comments column should be displayed.
(Inherited from CompareBase.) | |
| DisplayCommonName |
Property indicating whether the common name column should be displayed.
(Inherited from CompareBase.) | |
| DisplayCommonTag |
Property indicating whether the common tag column should be displayed.
(Inherited from CompareBase.) | |
| DisplayCompareValueType | (Inherited from CompareBase.) | |
| DisplayFlags | (Inherited from CompareBase.) | |
| DisplayGroupLength | (Inherited from CompareBase.) | |
| Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| NAME_STRING | (Inherited from CompareBase.) | |
| PRESENT_STRING | (Inherited from CompareBase.) | |
| TAG_STRING | (Inherited from CompareBase.) | |
| ToString()()() | Returns a String that represents the current Object. (Inherited from Object.) | |
| VALUES_STRING | (Inherited from CompareBase.) | |
| VR_STRING | (Inherited from CompareBase.) |
| Object | ||
| CompareBase | ||
| DynamicCompare | ||