Versions Compared

Key

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

The Patient Service module adds methods for working with patient data.

Table of Contents

Dependencies

The Patient Service module is dependent on the following modules:

Methods

getByOrbitaId

Retrieves a patient record by its Orbita ID

...

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

update

Updates a patient record with the provided data.

...

Returns: A promise that will resolve with the updated patient 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 Patient Service module. The intermediary patient model is:

...