Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BaseService

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected _endpoint

_endpoint: string

Protected _socket

_socket: Socket

Methods

configure

getStatus

  • Obtain information about this DICOM service.

    Parameters

    • Optional callback: (error: Error | null, conf?: ServiceStatus) => void

      the callback function

    Returns Promise<ServiceStatus>

start

  • start(callback?: (error: Error | null) => void): Promise<void>
  • Start the DICOM service.

    Parameters

    • Optional callback: (error: Error | null) => void

      the callback function

        • (error: Error | null): void
        • Parameters

          • error: Error | null

          Returns void

    Returns Promise<void>

stop

  • stop(callback?: (error: Error | null) => void): Promise<void>
  • Stop the DICOM service.

    Parameters

    • Optional callback: (error: Error | null) => void

      the callback function

        • (error: Error | null): void
        • Parameters

          • error: Error | null

          Returns void

    Returns Promise<void>

Generated using TypeDoc