pub fn open_file<P>(path: P) -> Result<DefaultDicomObject>
Expand description
Create a DICOM object by reading from a file.
This function assumes the standard file encoding structure: 128-byte preamble, file meta group, and the rest of the data set.