Launch Options

Last updated: 2026-03-20

This page covers how Perspecta opens local files, grouped review sets, reports, and perspecta:// URLs from external systems.

For keyboard, mouse, layout, and overlay behavior after content opens, see Viewer Basics.

Local Files

Open one or more DICOM files from the UI menu.

Supported local file counts:

  • 1 file: opens single-image view (1x1)
  • 2 files: opens 1x2
  • 3 files: opens 1x3
  • 4 files: opens 2x2
  • 8 files: opens 2x4
  • GSPS DICOM files can be included alongside image DICOM files in the same selection; GSPS files are used as overlays and do not count as display slots.

Grouped Local Launch

Use grouped launch arguments when you need to preload multiple review sets and choose which group opens first. This is useful for current/prior mammography comparisons and image-plus-report launch bundles.

Custom URL Scheme

Perspecta supports perspecta:// URLs for both local launch and DICOMweb handoff.

perspecta://open?path=example-data%2Fimage.dcm
perspecta://open?path=example-data%2FRCC.dcm&path=example-data%2FLCC.dcm&path=example-data%2FRMLO.dcm&path=example-data%2FLMLO.dcm
perspecta://open?group=example-data%2FRCC.dcm|example-data%2FLCC.dcm|example-data%2FRMLO.dcm|example-data%2FLMLO.dcm&group=example-data%2Freport.dcm&open_group=0
perspecta://open?group=example-data%2Fcurrent-RCC.dcm|example-data%2Fcurrent-LCC.dcm|example-data%2Fcurrent-RMLO.dcm|example-data%2Fcurrent-LMLO.dcm|example-data%2Fprior-RCC.dcm|example-data%2Fprior-LCC.dcm|example-data%2Fprior-RMLO.dcm|example-data%2Fprior-LMLO.dcm
perspecta://open?dicomweb=http%3A%2F%2Flocalhost%3A8042%2Fdicom-web&study=<StudyInstanceUID>&series=<SeriesInstanceUID>

Launch Parameter Reference

ParameterPurpose
path, fileAdd one local file path
paths, filesAdd multiple local file paths (comma- or pipe-separated)
groupAdd one local preload group; after filtering supplementary GSPS/SR objects, each group must resolve to 1, 2, 3, 4, or 8 displayable items
groupsAdd multiple local preload groups separated by ;
open_groupSelect which preloaded group opens first (default 0)
dicomwebDICOMweb base URL (or full URL containing study/series/instance path segments)
studyStudyInstanceUID (required for DICOMweb launch)
seriesSeriesInstanceUID (optional)
instanceSOPInstanceUID (optional)
group_seriesDICOMweb grouped preload by series UID lists; each group must resolve to 1, 2, 3, 4, or 8 displayable items, while supplementary GSPS/SR objects do not count toward that total
user, passwordOptional HTTP basic auth credentials for local/testing only (must be provided together); avoid in shared or production launch URLs
authAlternative local/testing-only auth format: username:password (percent-encoded); avoid in shared or production launch URLs

Notes

  • URL values should be percent-encoded.
  • Do not embed credentials or tokens in URLs outside local testing; URLs are commonly logged and persisted.
  • If dicomweb is provided as a server root (for example http://localhost:8042), Perspecta normalizes it to /dicom-web.
  • You cannot mix local grouped launch (group=...) with DICOMweb launch in the same URI.