{"id":20874455,"url":"https://github.com/imagingdatacommons/ohif-gcp-extension","last_synced_at":"2026-04-29T05:39:06.707Z","repository":{"id":221423948,"uuid":"754305048","full_name":"ImagingDataCommons/ohif-gcp-extension","owner":"ImagingDataCommons","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-15T21:00:30.000Z","size":266,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-12-28T22:57:33.004Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-02-07T19:42:44.000Z","updated_at":"2025-08-15T21:00:34.000Z","dependencies_parsed_at":"2024-02-07T22:32:55.727Z","dependency_job_id":"4776901c-c046-4614-86c3-6a38fff93324","html_url":"https://github.com/ImagingDataCommons/ohif-gcp-extension","commit_stats":null,"previous_names":["imagingdatacommons/ohif-gcp-extension"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ImagingDataCommons/ohif-gcp-extension","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImagingDataCommons%2Fohif-gcp-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImagingDataCommons%2Fohif-gcp-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImagingDataCommons%2Fohif-gcp-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImagingDataCommons%2Fohif-gcp-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ImagingDataCommons","download_url":"https://codeload.github.com/ImagingDataCommons/ohif-gcp-extension/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImagingDataCommons%2Fohif-gcp-extension/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32412890,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T05:20:56.964Z","status":"ssl_error","status_checked_at":"2026-04-29T05:19:54.749Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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:41.381Z","updated_at":"2026-04-29T05:39:06.693Z","avatar_url":"https://github.com/ImagingDataCommons.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GCP Extension for OHIF Viewer\n\nThe **GCP Extension** enhances the OHIF viewer, enabling seamless integration with Google Cloud Platform healthcare services for loading and merging imaging studies directly from GCP.\n\n## Key Features\n\n- **Load \u0026 Merge Studies**: Load studies and merge results from a GCP Healthcare URL.  \n  - Query param examples:\n    ```\n    # GCP Path\n    http://localhost:3000/viewer?StudyInstanceUIDs=2.25.169909530366026741902094648458907485460\u0026gcp=https://healthcare.googleapis.com/v1beta1/projects/idc-dicom-review/locations/us-central1/datasets/rms_seg_test_fractional_multiclass_tiled_full-dataset/dicomStores/rms_seg_test_fractional_multiclass_tiled_full-dicom-store/study/2.25.169909530366026741902094648458907485460\n\n    # Relative GCP Path\n    http://localhost:3000/viewer?StudyInstanceUIDs=2.25.169909530366026741902094648458907485460\u0026gcp=/projects/idc-dicom-review/locations/us-central1/datasets/rms_seg_test_fractional_multiclass_tiled_full-dataset/dicomStores/rms_seg_test_fractional_multiclass_tiled_full-dicom-store/study/2.25.169909530366026741902094648458907485460\n    ```\n\n## How to Add the GCP Extension to Your OHIF Fork\n\n### 1. Add GCP Extension as a Dependency\n\nIn the OHIF `package.json` file, include `ohif-gcp-extension` as a dependency. Since it’s not published to NPM, specify the GitHub repository URL and branch name.\n\n```json\n/** File: platform/app/package.json */\n\"dependencies\": {\n  \"ohif-gcp-extension\": \"https://github.com/ImagingDataCommons/ohif-gcp-extension#main\",\n  ...\n}\n```\n\n### 2. Update OHIF's plugin file to load this extension:\n```js\n/** File: platform/app/pluginConfig.json */\n\n\"extensions\": [\n  ...\n  {\n    \"packageName\": \"ohif-gcp-extension\"\n  },\n ...\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimagingdatacommons%2Fohif-gcp-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimagingdatacommons%2Fohif-gcp-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimagingdatacommons%2Fohif-gcp-extension/lists"}