Skip to content

onvo-ai/dicom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dicom to CSV

This is a simple script to convert DICOM files to CSV files.

Development

This script needs deno to run. You can install deno by heading to this link: https://docs.deno.com/runtime/getting_started/installation/ You can then install all the dependencies by running the following command:

deno install

You can then run the script by running the following command:

deno task dev

Example usage

On mac and linux:

./build/dicom /path/to/dicom/files /path/to/csv/file
./build/dicom /path/to/dicom.zip /path/to/csv/file

On windows:

.\build\dicom.exe /path/to/dicom/files /path/to/csv/file
.\build\dicom.exe /path/to/dicom.zip /path/to/csv/file

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published