DVTk API
Randomize Method (stringToReplace, random)
DVTkDvtkHighLevelInterface.Dicom.OtherAttributeSetRandomize(String, Random)
DVTk API

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

Randomizes all attributes contained in this instance.
Declaration Syntax
C#Visual BasicVisual C++
public void Randomize(
	string stringToReplace,
	Random random
)
Public Sub Randomize ( _
	stringToReplace As String, _
	random As Random _
)
public:
void Randomize(
	String^ stringToReplace, 
	Random^ random
)
Parameters
stringToReplace (String)
The String to replace (may not be empty).
random (Random)
A Random instance.
Remarks
Randomization is performed by replacing each stringToReplace in the values of the attributes contained with a random digit between 0 and 9.

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0