Skip to content

Instantly share code, notes, and snippets.

@denniskigen
Created August 4, 2023 10:00
import swr from 'useSWR';
const useEncounters = (patientUuid: string) => {
const url = `/ws/rest/v1/encounter`;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment