Dataset Reading (pydicom.filereader
)¶
Functions for reading DICOM datasets from file-likes.
|
Create a generator to efficiently return the raw data elements. |
|
Return number of bytes from start of data element to start of value |
|
Read and parse a DICOM dataset stored in the DICOM File Format. |
|
Return a |
|
Read the previously deferred value from the file into memory and return a raw data element. |
|
Read and return the DICOM file meta information only. |
|
Parse a DICOM file until a condition is met. |
|
Return the 128-byte DICOM preamble in fp if present. |
|
|
|