Namespace Aspose.Medical.Dicom.Readers
Namespace Aspose.Medical.Dicom.Readers
Classes
| Class Name | Description |
|---|---|
| ReadBufferTuningOptions | Buffer tuning for read operations. |
| ReadDicomFileOptions | Options for reading from a file path. |
| ReadDicomPipeOptions | Options for reading from a System.IO.Pipelines.PipeReader. |
| ReadDicomStreamOptions | Options for reading from a System.IO.Stream. |
| TagDataReadingStrategies | Provides different strategies for controlling how DICOM tag data is accessed from a dataset. |
Interfaces
| Interface Name | Description |
|---|---|
| IReadDicomOptions | Common options for reading DICOM. |
| ITagDataReadingStrategy | Provides 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. |