Class IntegerString
Encapsulates the IntegerString VR type
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace:EvilDICOM.Core.Element
Assembly:EvilDICOM.dll
Syntax
public class IntegerString : AbstractElement<int>, IDICOMElement
Constructors
View SourceIntegerString()
Declaration
public IntegerString()
IntegerString(Tag, Int32)
Declaration
public IntegerString(Tag tag, int data)
Parameters
Type | Name | Description |
---|---|---|
Tag | tag | |
System.Int32 | data |
IntegerString(Tag, Int32[])
Declaration
public IntegerString(Tag tag, int[] data)
Parameters
Type | Name | Description |
---|---|---|
Tag | tag | |
System.Int32[] | data |
IntegerString(Tag, String)
Declaration
public IntegerString(Tag tag, string data)
Parameters
Type | Name | Description |
---|---|---|
Tag | tag | |
System.String | data |