TestCenter Reference
TestSupport.DicomTreeCompare.DicomTreeCompare Class Reference

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

Public Member Functions

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

Public Attributes

 printDifferences
 
 printOnlyFirstDifference
 
 outputFunction
 

Detailed Description

Helper class, please use compareDicomTrees()

Definition at line 15 of file DicomTreeCompare.py.

Constructor & Destructor Documentation

◆ __init__()

def TestSupport.DicomTreeCompare.DicomTreeCompare.__init__ (   self)

Definition at line 17 of file DicomTreeCompare.py.

Member Function Documentation

◆ compareTags()

◆ compareTrees()

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

◆ dicomPathToString()

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

◆ dicomTagError()

◆ hadDifferences()

def TestSupport.DicomTreeCompare.DicomTreeCompare.hadDifferences (   self)

◆ tagName()

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

◆ tagValueToString()

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

Member Data Documentation

◆ 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: