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 | ||||
---|---|---|---|---|
|
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:
...