You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Laying out some ideas and issues to keep in mind in order to improve the overall experience with the dicom-object API.
Upper-level from_*/write/save functions could be more intuitive.
For example, reading from a file expects the file to have a preamble, whereas reading from an arbitrary reader does not (use dicom-rs with wasm bindgen #39).
One possible idea is to provide an options builder API which would allow the user to specify certain expectations regarding how the object should be read or written.
One should have an easy way to convert data in an object's DICOM attributes from a textual format to a binary format and vice versa. This is particularly important for the plans in Interpreting string-based values? #9, so that decoding is postponed to the moment where the attribute is needed.
Laying out some ideas and issues to keep in mind in order to improve the overall experience with the dicom-object API.
from_*
/write
/save
functions could be more intuitive.DicomObject
trait is not sufficiently powerful enough to be usable.The text was updated successfully, but these errors were encountered: