Module file
Source - OpenFileOptions
- A builder type for opening a DICOM file with additional options.
- CharacterSetOverride
- Defines a special override for
how text of certain value representations is decoded.
- OddLengthStrategy
- A strategy for when the parser finds a data element with an odd number
in the length header field.
- ReadPreamble
- An enumerate of supported options for
whether to read the 128-byte DICOM file preamble.
- from_reader
- Create a DICOM object by reading from a byte source.
- open_file
- Create a DICOM object by reading from a file.
- Result