openDICOM.NET API Reference (openDICOM# Class Library)

XmlFile Constructor (AcrNemaFile, Boolean)

Creates a XML file instance from the given ACR-NEMA or DICOM file content provider in consideration of pixel data exclusion.

public XmlFile(
   AcrNemaFile acrNemaFile,
   bool excludePixelData
);

Remarks

If pixel data is supposed to be excluded, the entire DICOM group 7FE0 will be excluded from mapping to XML.

See Also

XmlFile Class | openDicom.File Namespace | XmlFile Constructor Overload List