1.1.0 • Published 4 years ago

@girder/dicom-viewer v1.1.0

Weekly downloads
20
License
-
Repository
-
Last release
4 years ago

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>
1.1.0

4 years ago

1.0.0

5 years ago

0.88888888.0

5 years ago

0.7.0

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago