Startup Behavior #7
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
IHE-RO-Tooling/dicom-browser#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When starting the application, the following shall happen:
http(s)://host:port/study/[<study_instance_uid>[/series[/<series_instance_uid>]]]
dimse://AET@host:port/study/[<study_instance_uid>[/series[/<series_instance_uid>]]]
:/|\|<path\
Opens the Browser and shows all instances.
http(s)://host:port/study/[<study_instance_uid>[/series[/<series_instance_uid>[/instance/<sop_instance_uid>]]]]
dimse://AET@host:port/study/[<study_instance_uid>[/series[/<series_instance_uid>[/instance/<sop_instance_uid>]]]]
:/|\|<path<instance_file>
Opens the browser for the given path and directly opens the referenced instance.
This establishes the URL type
dimse(s)://AET@host:port/
Although this is not defined in the DICOM Standard, it seems very practical :)
Any comments to the dimse:// URL proposal?