How do I select a part of the series in a study to display in the ohif viewer

Good day everyone!

I used ohif to connect to orthanc, but I encountered a problem, the doctor will upload all series to orthanc, but actually only I need to show part of the series to the doctor.

Can I just show a part of the series in the ohif page? Because other series are not necessary.

In addition to only selecting the necessary series when uploading, is there any other solution?

Hi @dongzhue and welcome to the community forum.

OHIF is capable of displaying (only) specific series as well as displaying a specific series first.

The URL query parameter seriesinstanceuid allows for selecting specific series. For example, the following will make two specific series available of a study that otherwise contains five series.

https://viewer-dev.ohif.org/viewer?StudyInstanceUIDs=1.3.6.1.4.1.25403.345050719074.3824.20170125095258.1&seriesinstanceuid=1.3.6.1.4.1.25403.345050719074.3824.20170125095312.3,1.3.6.1.4.1.25403.345050719074.3824.20170125095305.12

To prioritize a specific series use the initialseriesinstanceuid query parameter.

See URL | OHIF for more information.

Hope this helps.