- tag
- tag number of the DICOM element sequence
| Visual Basic (Declaration) | |
|---|---|
Overloads Public Function BeginEditSequence( _ ByVal tag As Long _ ) As DicomDataSet | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public DicomDataSet BeginEditSequence( long tag ) | |
| C++/CLI | |
|---|---|
public: DicomDataSet^ BeginEditSequence( long tag ) | |
Parameters
- tag
- tag number of the DICOM element sequence
Return Value
a reference to the DicomDataSetFor an example, refer to GetValue.
For more information, see BeginEditSequence
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code