Parameters
- keyword
- The attribute to be removed, specified as a Keyword
If the appropriate data element exists in the underlying DicomDataSet, it is removed.
No error is generated if the requested item is not present in the DataSet.
DicomImage image = new DicomImage(); image.Remove(Keyword.PatientName); var patientName = image.DataSet[Keyword.PatientName].Value.ToString(); // null