Skip to content

Instantly share code, notes, and snippets.

@denniskigen
Created August 4, 2023 10:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save denniskigen/3c216bf57e824d8bb52f27b5e6549da7 to your computer and use it in GitHub Desktop.
Save denniskigen/3c216bf57e824d8bb52f27b5e6549da7 to your computer and use it in GitHub Desktop.
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