Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Order Service module adds methods for working with order data.

Table of Contents

Dependencies

The Order Service module is dependent on the following modules:

Methods

getByPatientOrbitaId

Retrieves an order record associated with the specific patient’s Orbita ID

...

Returns: A promise that will resolve with the order record.

Anchor
intermediary-model
intermediary-model
Intermediary Model

Certain methods provide an option of returning data raw from Orbita or in the format of the intermediary model that serves as an interface for other modules using the Order Service module. The intermediary order model is:

...