DVTk API
Compare Method (directory1, directory2, matchingTag)
DVTkDvtk.IheActors.IheFrameworkStoreDataDirectoryCompare(String, String, Tag)
DVTk API

[This is preliminary documentation and is subject to change.]

Compare the DICOM files in the two directories based on there being corresponding files in each directory with the same attribute value for the matching Tag.
Declaration Syntax
C#Visual BasicVisual C++
public int Compare(
	string directory1,
	string directory2,
	Tag matchingTag
)
Public Function Compare ( _
	directory1 As String, _
	directory2 As String, _
	matchingTag As Tag _
) As Integer
public:
int Compare(
	String^ directory1, 
	String^ directory2, 
	Tag^ matchingTag
)
Parameters
directory1 (String)
Full directory name of first directory.
directory2 (String)
Full directory name of second directory.
matchingTag (Tag)
DICOM Tag value to match in a file in each directory.
Return Value
Total number of differences between compared files.

Assembly: DvtkIheActors (Module: DvtkIheActors) Version: 0.0.0.0