{"id":20874457,"url":"https://github.com/imagingdatacommons/ohif-idc-mode","last_synced_at":"2025-05-12T15:30:34.371Z","repository":{"id":187015625,"uuid":"674807611","full_name":"ImagingDataCommons/ohif-idc-mode","owner":"ImagingDataCommons","description":"OHIF IDC Mode","archived":true,"fork":false,"pushed_at":"2024-01-05T23:00:02.000Z","size":1022,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-03-12T15:51:09.595Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ImagingDataCommons.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-08-04T20:45:31.000Z","updated_at":"2024-08-29T14:05:24.000Z","dependencies_parsed_at":"2024-01-05T23:29:34.753Z","dependency_job_id":"3bd699bf-ecdb-4dfa-92e4-c00baab9ccf4","html_url":"https://github.com/ImagingDataCommons/ohif-idc-mode","commit_stats":null,"previous_names":["imagingdatacommons/ohif-idc-mode"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImagingDataCommons%2Fohif-idc-mode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImagingDataCommons%2Fohif-idc-mode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImagingDataCommons%2Fohif-idc-mode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImagingDataCommons%2Fohif-idc-mode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ImagingDataCommons","download_url":"https://codeload.github.com/ImagingDataCommons/ohif-idc-mode/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253765729,"owners_count":21960779,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-18T06:32:43.458Z","updated_at":"2025-05-12T15:30:33.860Z","avatar_url":"https://github.com/ImagingDataCommons.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GCP Mode\n\nThis mode adds the following functionalities to your OHIF viewer fork:\n- Automatic load of the latest derived display set of active series (no need to double-click the derived display set (e.g. SRs, SEGs) thumbnail in the left panel to render a derived display set)\n\n## Adding the mode to your OHIF fork\n1. Update OHIF's app package.json file to include this mode as a dependency, pointing to a branch since this mode is not being published to NPM:\n```js\n/** File: platform/app/package.json */\n\n\"dependencies\": {\n  \"ohif-idc-mode\": \"https://github.com/ImagingDataCommons/ohif-idc-mode#main\", /** You can use any valid branch name here (#main or #master or #your-branch) */\n  ...\n```\n\n2. Update OHIF's plugin file to load this mode:\n```js\n/** File: platform/app/pluginConfig.json */\n\n\"modes\": [\n  ...\n  {\n    \"packageName\": \"ohif-idc-mode\",\n    \"version\": \"0.0.1\" /** The version here does not matter since we are using a branch name to define this mode dependency instead of npm publishing */\n  },\n ...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimagingdatacommons%2Fohif-idc-mode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimagingdatacommons%2Fohif-idc-mode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimagingdatacommons%2Fohif-idc-mode/lists"}