Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • EventEmitter
    • OHIFRemote

Index

Constructors

Methods

  • Connect to the OHIF viewer in the target frame and wait for messages.

    Parameters

    Returns void

  • destroy(): void
  • Stop listening to messages and destroy the channel.

    Returns void

  • Set a project ID context for subsequent method calls.

    Parameters

    • projectId: string

      Flywheel project ID

    Returns OHIFRemote

  • openStudy(studyInstanceUid: string): void
  • Open a DICOM study.

    Parameters

    • studyInstanceUid: string

      StudyInstanceUID of the study

    Returns void

  • openSession(sessionId: string): void
  • Open DICOM studies associated to a Flywheel session.

    Parameters

    • sessionId: string

      Flywheel session ID

    Returns void

  • openFile(fileId: string): void
  • Open a NIfTI, PNG, or other image file.

    Parameters

    • fileId: string

      Flywheel file ID or provider UUID

    Returns void

  • openTask(taskId: string): void
  • Open a reader task sequence.

    Parameters

    • taskId: string

      Flywheel task ID

    Returns void

Generated using TypeDoc