0.4.11 • Published 10 months ago

@fitpeo/fit-plan-viewer v0.4.11

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

React Reusable Patient Plan View Component

Props

It accepts 11 props:

  1. plan type('ccm' or 'rpm' or 'pcm') eg: type='ccm'
  2. patientInfoDetail={object}
  3. plan={object}
  4. addedBy = {name, userType} // who added the plan
  5. planIcds = {planIcds} // array of icds of current plan
  6. isDarkMode (optional) => true/false; by default false
  7. providers = "provider name1", "provider name2", "", "", ...
  8. practitioners = "practitioner name1", "practitioner name2", "", "", ...
  9. caretakers = {firstName, middleName, lastName}, {firstName, middleName, lastName}, ...
  10. planDate = {planDate} // Date Of Service string
  11. userType = {"patient"} // effective in patient portal only

Usage

import PlanView from "@fitpeo/fit-plan-viewer";

<PlanView
  type="ccm"
  patientInfoDetail={patientInfoDetail}
  providers={providers}
  practitioners={practitioners}
  caretakers={caretakers}
  planIcds={planIcds}
  addedBy={addedBy}
  plan={plan}
  planDate={planDate}
  userType={"patient"}
/>

License

MIT © Fitpeo

0.4.11

10 months ago

0.4.10

12 months ago

0.4.9

1 year ago

0.4.8

1 year ago

0.4.7

1 year ago

0.4.6

1 year ago

0.4.5

1 year ago

0.4.4

2 years ago

0.4.3

2 years ago

0.4.1

2 years ago

0.4.2

2 years ago

0.4.0

2 years ago