| Overload | Description |
|---|---|
| Add(Int32,Int32,Object) | Creates and adds standard data elements to the underlying DicomDataSet |
| Add(DicomAttribute) | Add an existing attribute to the underlying DicomDataSet |
| Add(Keyword,Object) | Creates and adds standard data elements to the underlying DicomDataSet |
| Add(IEnumerable<DicomAttribute>) | Add a collection of DicomAttributes to the DataSet the underlying DicomDataSet |
| Add(String,Object) | Creates and adds standard data elements to the underlying DicomDataSet |
| Add(Keyword,String,Object) | Creates and adds standard data elements to the underlying DicomDataSet |
| Add(Int32,Int32,String,Object) | Creates and adds standard data elements with specified VR to the underlying DicomDataSet |