DICOM.jl
Julia package for reading and writing DICOM (Digital Imaging and Communications in Medicine) files
File Explorer
- ci.yml
- CompatHelper.yml
- TagBot.yml
- dcm_dict.jl
- DICOM.jl
- DICOMData.jl
- runtests.jl
- .gitignore
- LICENSE.txt
- Project.toml
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
julia
View Details ▼
julia
A high-level, high-performance dynamic programming language for technical computing.
julia
Start a REPL (interactive shell):
julia {{program.jl}}
Execute a Julia program and exit:
julia {{program.jl}} {{arguments}}
Execute a Julia program that takes arguments:
where
View Details ▼
where
Report all known instances of a command.
It could be an executable in the `$PATH` environment variable, an alias, or a shell builtin.
where {{command}}
Find all instances of a command:
tldr where-object
View the documentation of the equivalent PowerShell command:
where {{file_pattern}}
Display the location of file pattern:
