ImagingInformatics / hackathon-dataset

Working repository to organize assets for the SIIM Stack
https://imaginginformatics.github.io/hackathon-docs/
Other
36 stars 22 forks source link

Added command line interface for modification of dicom tags, and dicom2fhir imaging study resources #72

Closed stephahn closed 1 year ago

stephahn commented 1 year ago

Hi Mohannad, I finally corrected my code for :

  1. Modify dicom tags to follow the siim format
  2. Export dicom 2 fhir imaging study resources

It is developed as a package that you can install with pip. While the dicom modifier is quite flexible, the dcm2fhir is following the siimhackathon format. Keep me posted if you have questions regards

mohannadhussain commented 1 year ago

Looks great, thanks!