Options
All
  • Public
  • Public/Protected
  • All
Menu

Class QueryRetrieveService

Hierarchy

Index

Constructors

constructor

Properties

Protected _endpoint

_endpoint: string

Protected _socket

_socket: Socket

Methods

configure

getDicomQuerySettings

getStatus

setDicomQuerySettings

  • setDicomQuerySettings(fields: DicomQuerySettings, callback?: (error: Error | null) => void): Promise<void>
  • Set a group of DICOM Query/Retrieve settings. The given object should contain valid field-value pairs.

    Parameters

    • fields: DicomQuerySettings

      a dictionary containing the fields and values as key-value pairs.

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

      the callback function

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

          • error: Error | null

          Returns void

    Returns Promise<void>

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