[This is preliminary documentation and is subject to change.]
Initializes a new instance of the DicomTagValueAutoIncrement class
| C# | Visual Basic | Visual 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 )
- affectedEntity (AffectedEntityEnum)
- tag (Tag)
- prefix (String)
- initialValue (Int32)
- increment (Int32)
- fieldSize (Int32)