Add(Keyword,Object) Method
In This Topic
Creates and adds standard data elements to the underlying
DicomDataSet
Syntax
'Declaration
Public Overloads Sub Add( _
ByVal As Keyword, _
ByVal As System.Object _
)
'Usage
Dim instance As DicomImage
Dim Keyword As Keyword
Dim Value As System.Object
instance.Add(Keyword, Value)
public void Add(
Keyword ,
System.object
)
public procedure Add(
: Keyword;
: System.TObject
);
public function Add(
: Keyword,
: System.Object
);
public: void Add(
Keyword ,
System.Object*
)
public:
void Add(
Keyword ,
System.Object^
)
Parameters
- Keyword
The DICOM Keyword of the data element.
- Value
The Value to be assigned
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also