Enet4 / dicom-rs

Rust implementation of the DICOM standard
https://dicom-rs.github.io
Apache License 2.0
422 stars 82 forks source link

added PersonName support to Value #262

Closed jmlaka closed 2 years ago

jmlaka commented 2 years ago

Hello Eduardo, I don't know if this would be useful but I needed to handle Dicom PN. It only uses borrowed values and family, given names are not optional but mandatory.

Removed one typo from a previous Doc test

jmlaka commented 2 years ago

Please see

Enet4 commented 2 years ago

I took the liberty of doing some final touches on this pull request. A summary:

In any case, the module seems robust and well constructed. @jmlaka I am likely to merge this soon, but feel free to look over the extra commits in case you have any concerns or questions.

jmlaka commented 2 years ago

Thanks for your insights @Enet4 ! Everything is fine with me.