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