0.5.10 • Published 10 months ago

@fitpeo/fit-plan-viewer v0.5.10

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
  12. ismobileView = {boolean} // for mobile screen keep this true

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"}
  ismobileView={false}
/>

License

MIT © Fitpeo

0.5.10

10 months ago

0.5.8

10 months ago

0.5.7

10 months ago

0.5.9

10 months ago

0.5.4

11 months ago

0.5.3

11 months ago

0.5.6

11 months ago

0.5.5

11 months ago

0.5.0

11 months ago

0.5.2

11 months ago

0.5.1

11 months ago

0.4.11

1 year ago

0.4.10

1 year ago

0.4.9

2 years ago

0.4.8

2 years ago

0.4.7

2 years ago

0.4.6

2 years ago

0.4.5

2 years 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