Launch Options
Last updated: 2026-03-20
On this page
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:
1file: opens single-image view (1x1)2files: opens1x23files: opens1x34files: opens2x28files: opens2x4- 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
| Parameter | Purpose |
|---|---|
path, file | Add one local file path |
paths, files | Add multiple local file paths (comma- or pipe-separated) |
group | Add one local preload group; after filtering supplementary GSPS/SR objects, each group must resolve to 1, 2, 3, 4, or 8 displayable items |
groups | Add multiple local preload groups separated by ; |
open_group | Select which preloaded group opens first (default 0) |
dicomweb | DICOMweb base URL (or full URL containing study/series/instance path segments) |
study | StudyInstanceUID (required for DICOMweb launch) |
series | SeriesInstanceUID (optional) |
instance | SOPInstanceUID (optional) |
group_series | DICOMweb 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, password | Optional HTTP basic auth credentials for local/testing only (must be provided together); avoid in shared or production launch URLs |
auth | Alternative 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
dicomwebis provided as a server root (for examplehttp://localhost:8042), Perspecta normalizes it to/dicom-web. - You cannot mix local grouped launch (
group=...) with DICOMweb launch in the same URI.