0.5.10 • Published 10 months ago
@fitpeo/fit-plan-viewer v0.5.10
React Reusable Patient Plan View Component
Props
It accepts 11 props:
- plan type('ccm' or 'rpm' or 'pcm') eg: type='ccm'
- patientInfoDetail={object}
- plan={object}
- addedBy = {name, userType} // who added the plan
- planIcds = {planIcds} // array of icds of current plan
- isDarkMode (optional) => true/false; by default false
- providers = "provider name1", "provider name2", "", "", ...
- practitioners = "practitioner name1", "practitioner name2", "", "", ...
- caretakers = {firstName, middleName, lastName}, {firstName, middleName, lastName}, ...
- planDate = {planDate} // Date Of Service string
- userType = {"patient"} // effective in patient portal only
- 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