DVTk API
DicomTagValueAutoIncrement Constructor (affectedEntity, tag, prefix, initialValue, increment, fieldSize)
DVTkDvtkData.DimseDicomTagValueAutoIncrementDicomTagValueAutoIncrement(AffectedEntityEnum, Tag, String, Int32, Int32, Int32)
DVTk API

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

Initializes a new instance of the DicomTagValueAutoIncrement class
Declaration Syntax
C#Visual BasicVisual C++
public DicomTagValueAutoIncrement(
	AffectedEntityEnum affectedEntity,
	Tag tag,
	string prefix,
	int initialValue,
	int increment,
	int fieldSize
)
Public Sub New ( _
	affectedEntity As AffectedEntityEnum, _
	tag As Tag, _
	prefix As String, _
	initialValue As Integer, _
	increment As Integer, _
	fieldSize As Integer _
)
public:
DicomTagValueAutoIncrement(
	AffectedEntityEnum affectedEntity, 
	Tag^ tag, 
	String^ prefix, 
	int initialValue, 
	int increment, 
	int fieldSize
)
Parameters
affectedEntity (AffectedEntityEnum)
tag (Tag)
prefix (String)
initialValue (Int32)
increment (Int32)
fieldSize (Int32)

Assembly: DvtkData (Module: DvtkData) Version: 0.0.0.0