Aspose.Medical.Dicom.Comparators

Classes

ClassDescription
DatasetEqualityComparerRepresents a Dataset comparison operation. Two datasets considered to be equal if: 1) they have the same number of data elements; 2) for each position (index) data elements must be equal. Two data elements considered to be equal if: 1) they have the same Tag; 2) they have the same ValueRepresentation; 3) element’s data are the same for both elements.
DicomFileEqualityComparerRepresents a DicomFile comparison operation. Two DICOM files considered to be equal if: 1) their MetaInfo are equal; 2) their Dataset are equal. DatasetEqualityComparer for the information about Dataset, MetaInformation comparison.
ElementEqualityComparerRepresents a IElement comparison operation. Two data elements considered to be equal if: 1) they have the same Tag; 2) they have the same ValueRepresentation; 3) element’s data are the same for both elements.
MetaInfoEqualityComparerRepresents a MetaInformation comparison operation. Two MetaInformation instances considered to be equal if: 1) they have the same number of data elements; 2) for each position (index) data elements must be equal. Two data elements considered to be equal if: 1) they have the same Tag; 2) they have the same ValueRepresentation; 3) element’s data are the same for both elements.