{"id":27993184,"url":"https://github.com/edap/pardi","last_synced_at":"2025-05-08T18:47:35.787Z","repository":{"id":284014591,"uuid":"953491015","full_name":"edap/pardi","owner":"edap","description":"A rust command line utility to parse DICOM files","archived":false,"fork":false,"pushed_at":"2025-03-23T17:25:51.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T17:33:24.663Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/edap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-23T13:50:26.000Z","updated_at":"2025-03-23T17:25:54.000Z","dependencies_parsed_at":"2025-03-23T17:44:34.015Z","dependency_job_id":null,"html_url":"https://github.com/edap/pardi","commit_stats":null,"previous_names":["edap/pardi"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edap%2Fpardi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edap%2Fpardi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edap%2Fpardi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edap%2Fpardi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edap","download_url":"https://codeload.github.com/edap/pardi/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253133124,"owners_count":21859108,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-08T18:47:35.203Z","updated_at":"2025-05-08T18:47:35.772Z","avatar_url":"https://github.com/edap.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pardi\n\nA command line tool to parse DICOM files. It extracts Patient ID, Patient Name and file name. \n\n## Build\n\nTo build the cli tool, move into the pardi folder and run `cargo build --release`. This command generates an optimized build in the `target/release` folder\n\nTo build the tool with [rayon](https://docs.rs/rayon/latest/rayon/) enabled, run `cargo build --release --features rayon`\n\n\n## Usage\n\nAfter the build process, in `target/release` you can find the `pardi` binary. Run it with `./pardi`. See the next sections for the available options.\n\n## Options\n\n- `--path` = Specify the path where to look for DICOM files. By default it tries to scan the current directory\n\nExample: `./target/release/pardi --path /home/user/data`\n\n- `--format` = The format of the output, json and csv are available. Default json\n\nExample: `./target/release/pardi --path data --format csv`\n\n- `--debug` = Print error messages for unprocessable files. Default false.\n\nExample: `./target/release/pardi --path data --debug`\n\n- `--output` = Save the catalog to a file. If no output option is speficied, it prints the catalogue on screen.\n\nExample: `./target/release/pardi --path data --format json --output catalog.json`\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedap%2Fpardi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedap%2Fpardi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedap%2Fpardi/lists"}