0.0.6 • Published 3 years ago

plasma-fhir-react-client-context v0.0.6

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

plasma-fhir-react-client-context

A React component that provides access to the fhirclient in a React app.

Installation

  • Make sure to install fhirclient.
  • yarn add plasma-fhir-react-client-context

Usage In Application

  • See sample applications for usage and examples.
  • FHIRClientLauncher handles redirecting for OAUTH2
  • Wrap your screens in a <FHIRClientContextWrapper> to access fhirclient
  • In your screen: const context = useContext(FHIRClientContext);

Development

Build

  • yarn build
    • Or maybe vite build

Deploy

  • Increment version
  • npm publish (Make sure you install json via npm install -g json)
0.0.5

3 years ago

0.0.4

3 years ago

0.0.6

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago