fix: finish all patient related upgrades
This commit is contained in:
@@ -21,4 +21,8 @@ export async function fetchObservations(encounterId, { limit = 50 } = {}) {
|
||||
cursor = page.hasMore ? page.nextCursor : null
|
||||
} while (cursor)
|
||||
return all
|
||||
}
|
||||
|
||||
export function fetchTimeline(encounterId) {
|
||||
return api.get(`/api/v1/encounters/${encounterId}/timeline`)
|
||||
}
|
||||
Reference in New Issue
Block a user