[This is preliminary documentation and is subject to change.]
This class implements a static compare of attribute sets, i.e. (absent) attributes from different
attribute sets with the same tags are compared with each other.
| C# | Visual Basic | Visual C++ |
public class StaticCompare : CompareBase
Public Class StaticCompare _ Inherits CompareBase
public ref class StaticCompare : public CompareBase
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| StaticCompare()()() |
Default constructor.
| |
| AddAttributeSetsInformationUsingDynamicCompare(ArrayList, ArrayList) | (Inherited from CompareBase.) | |
| AddAttributeSetsInformationUsingStaticCompare(ArrayList, ArrayList, ArrayList, ArrayList) |
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.) | |
| CompareAttributeSets(String, ArrayList, StringCollection, CompareFlags) |
Do a static compare for the attribute sets supplied.
Note that the parameters attributeSets and attributeSetDescriptions must have the same size and
must be at least size 2.
| |
| compareResults |
The field used to store the table that is the result of comparing.
(Inherited from CompareBase.) | |
| CreateCompareResults(Int32, Int32, String, StringCollection) |
TODO!!!
(Inherited from CompareBase.) | |
| DetermineColumnIndices(Int32) |
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 | (Inherited from CompareBase.) | |
| displayAttributePresent | (Inherited from CompareBase.) | |
| displayAttributeTag | (Inherited from CompareBase.) | |
| displayAttributeValues | (Inherited from CompareBase.) | |
| displayAttributeVR | (Inherited from CompareBase.) | |
| DisplayAttributeVR | (Inherited from CompareBase.) | |
| displayCommonName | (Inherited from CompareBase.) | |
| displayCommonTag | (Inherited from CompareBase.) | |
| displayCommonVR | (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 | ||
| StaticCompare | ||