Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onvo-ai/dicom
https://github.com/onvo-ai/dicom
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/onvo-ai/dicom
- Owner: onvo-ai
- License: mit
- Created: 2024-12-06T07:37:20.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-06T08:34:46.000Z (about 2 months ago)
- Last Synced: 2024-12-06T09:28:34.885Z (about 2 months ago)
- Language: TypeScript
- Size: 58.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:```bash
deno install
```You can then run the script by running the following command:
```bash
deno task dev
```## Example usage
On mac and linux:
```bash
./build/dicom /path/to/dicom/files /path/to/csv/file
./build/dicom /path/to/dicom.zip /path/to/csv/file
```On windows:
```bash
.\build\dicom.exe /path/to/dicom/files /path/to/csv/file
.\build\dicom.exe /path/to/dicom.zip /path/to/csv/file
```