feature: add handoff report
This commit is contained in:
@@ -44,4 +44,10 @@ export async function fetchObservations(encounterId, { limit = 50 } = {}) {
|
||||
|
||||
export function fetchTimeline(encounterId) {
|
||||
return api.get(`/api/v1/encounters/${encounterId}/timeline`)
|
||||
}
|
||||
|
||||
export function submitVitalsObservations(encounterId, observations) {
|
||||
return api.post(`/api/v1/encounters/${encounterId}/observations`, {
|
||||
observations,
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user