Used to read values from an existing DICOM sequence
public DicomDataSet BeginReadSequence(
long tag
)
Public Overloads Function BeginReadSequence( _
ByVal tag As Long _
) As Leadtools.Dicom.DicomDataSet
public:
Leadtools.Dicom.DicomDataSet^ BeginReadSequence(
int64 tag
)
tag
tag number of the DICOM element sequence
a reference to the DicomDataSet
For more information, see BeginReadSequence
For an example, refer to DicomDataSet.GetValue{T}(DicomElement, T, out T).
BeginEditSequence(DicomElement,Boolean,Int64) Method
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET