Namespace Aspose.Medical.Dicom.Readers

Namespace Aspose.Medical.Dicom.Readers

Classes

Class NameDescription
ReadBufferTuningOptionsBuffer tuning for read operations.
ReadDicomFileOptionsOptions for reading from a file path.
ReadDicomPipeOptionsOptions for reading from a System.IO.Pipelines.PipeReader.
ReadDicomStreamOptionsOptions for reading from a System.IO.Stream.
TagDataReadingStrategiesProvides different strategies for controlling how DICOM tag data is accessed from a dataset.

Interfaces

Interface NameDescription
IReadDicomOptionsCommon options for reading DICOM.
ITagDataReadingStrategyProvides configuration for controlling how DICOM tag data is accessed from a dataset, including strategies for immediate loading, deferred (on-demand) loading, or selective reading of large-value elements.