pydicom-show - Man Page
pydicom-show – Display all or part of a DICOM file which can create that file
Synopsis
Options
Positional Arguments
- filespec
File specification, in format [pydicom::]filename[::element]. If pydicom:: prefix is present, then use the pydicom test file with that name. If element is given, use only that data element within the file.
Examples: path/to/your_file.dcm, your_file.dcm::StudyDate, pydicom::rtplan.dcm::BeamSequence[0], yourplan.dcm::BeamSequence[0].BeamNumber
Optional Arguments
- -h, --help
Show a help message and exit
- -x, --exclude-private
Don’t show private data elements
- -t, --top
Only show top level
- -q, --quiet
Only show basic information
See Also
Referenced By
pydicom(1), pydicom-codify(1), pydicom-help(1).
September 2024