You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@girder/dicom-viewer

Package Overview
Dependencies
Maintainers
6
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@girder/dicom-viewer

A Vue.js component for viewing DICOM items in Girder.

0.1.0
npm
Version published
Maintainers
6
Created
Source

DICOM Vuer

A Vue.js component for viewing DICOM items in Girder.

Usage

The vuetify and @girder/components npm packages are expected in your downstream environment. Vuetify is expected to be installed in the Vue environment at runtime, and girderRest must be injected into this component, and the easiest way to do that is to inject a RestClient instance. However, you could pass any axios instance that is properly configured to communicate with the API. If you do the latter, you do not need to install @girder/components as a peer dependency.

<script>
import GirderDicomViewer from '@girder/dicom-viewer';

export default {
  components: { GirderDicomViewer },
  data: () => ({
    files: [],
  }),
}
</script>

<template>
v-app
  girder-dicom-viewer(files="files")
</template>

FAQs

Package last updated on 02 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts