Parameters
- Group
- The Group to ignore
- Element
- The Element to ignore
int group = 0x0010; int element = 0x0010; DicomGlobal.IgnoreAttribute(group, element); DicomImage image = new DicomImage("your_dicom_image.dcm"); // image will not contain patient name (0010,0010)