[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.
| |
| 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, ArrayList) |
Do a dynamic compare for the attribute sets supplied.
Note that the parameters attributeSets, attributeSetDescriptions and each validationRuleList instance in
the parameter validationRuleLists 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, 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 | ||
| DynamicCompare | ||