dcmNET Class Library

DicomElement Constructor (Int32, Int32, String, String[])

Constructs a Dicom Element with a group, element numbers, Value Representation (VR) and a multiple String value.

[Visual Basic]
Overloads Public Sub New( _
   ByVal group As Integer, _
   ByVal element As Integer, _
   ByVal vr As String, _
   ByVal val As String() _
)
[C#]
public DicomElement(
   int group,
   int element,
   string vr,
   string[] val
);

Parameters

group
The group
element
The element
vr
The VR: AE,AS,CS,DS,IS,LO,LT,PN,SH,SS,ST,UI,UN,UT,DT,DA,TM,AT.
val
The value.

See Also

DicomElement Class | dcmNET Namespace | DicomElement Constructor Overload List