Skip to content
forked from amoerie/dcmfind

๐Ÿ” CLI tool that searches for DICOM files on a local or network drive

License

Notifications You must be signed in to change notification settings

yjsyyyjszf/dcmfind

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

25 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ” DICOM FIND

Build Status Nuget (with prereleases)

Find DICOM files on your disk.

Installation

    dotnet tool install dcmfind --global

Usage

    dcmfind --query "AccessionNumber=abc"

Options

  -d, --directory      (Default: .) Search for *.dcm files in this directory

  -f, --filePattern    (Default: *.dcm) Only query files that satisfy this file
                       pattern

  -r, --recursive      (Default: true) Search recursively in nested directories

  -l, --limit          (Default: 100) Limit results and stop finding after this
                       many results

  -q, --query          (Default: ) The query that should be applied

  --help               Display this help screen.

  --version            Display version information.

Query is the only required parameter, and supports the following syntax:

--query "(0008,0050)=abc"
--query "AccessionNumber=abc"
--query "StudyDate>=2020-09-08"
--query "StudyDate>2020-09-08"
--query "StudyDate<2020-09-08"
--query "StudyDate<=2020-09-08"
--query "AccessionNumber!=abc"

About

๐Ÿ” CLI tool that searches for DICOM files on a local or network drive

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 97.8%
  • PowerShell 2.0%
  • Batchfile 0.2%