TestCenter Reference
TestSupport.DicomTreeCompare.DicomTreeCompare Class Reference

Helper class, please use compareDicomTrees() More...

Public Member Functions

 __init__ (self)
 
 hadDifferences (self)
 
 tagName (self, tag)
 
 dicomPathToString (self, path)
 
 tagValueToString (self, tag)
 
 dicomTagError (self, path, message, tag=None)
 
 compareTags (self, tag1, tag2, path)
 
 compareTrees (self, tree1, tree2, path=())
 

Public Attributes

 printDifferences
 
 printOnlyFirstDifference
 
 outputFunction
 

Protected Attributes

 _hadDifferences
 

Detailed Description

Helper class, please use compareDicomTrees()

Definition at line 16 of file DicomTreeCompare.py.

Constructor & Destructor Documentation

◆ __init__()

TestSupport.DicomTreeCompare.DicomTreeCompare.__init__ (   self)

Definition at line 18 of file DicomTreeCompare.py.

Member Function Documentation

◆ compareTags()

◆ compareTrees()

TestSupport.DicomTreeCompare.DicomTreeCompare.compareTrees (   self,
  tree1,
  tree2,
  path = () 
)

◆ dicomPathToString()

TestSupport.DicomTreeCompare.DicomTreeCompare.dicomPathToString (   self,
  path 
)

◆ dicomTagError()

◆ hadDifferences()

TestSupport.DicomTreeCompare.DicomTreeCompare.hadDifferences (   self)

◆ tagName()

TestSupport.DicomTreeCompare.DicomTreeCompare.tagName (   self,
  tag 
)

◆ tagValueToString()

TestSupport.DicomTreeCompare.DicomTreeCompare.tagValueToString (   self,
  tag 
)

Member Data Documentation

◆ _hadDifferences

TestSupport.DicomTreeCompare.DicomTreeCompare._hadDifferences
protected

◆ outputFunction

TestSupport.DicomTreeCompare.DicomTreeCompare.outputFunction

◆ printDifferences

TestSupport.DicomTreeCompare.DicomTreeCompare.printDifferences

◆ printOnlyFirstDifference

TestSupport.DicomTreeCompare.DicomTreeCompare.printOnlyFirstDifference

The documentation for this class was generated from the following file: