ImagingDataCommons / libdicom

C library for reading DICOM files
https://libdicom.readthedocs.io
MIT License
15 stars 7 forks source link

Rename dcmfile #41

Closed jcupitt closed 1 year ago

jcupitt commented 1 year ago

This PR renames DcmFile as DcmFilehandle.

dcm_filehandle_create_from_file() to open a file on disc.

dcm_filehandle_create_from_memory() to open a memory area.

Docs updated too.