Files
MermsWebsite2021/app/Config/mermsemr_myfit_text.php
T
2021-05-19 14:36:02 +00:00

13 lines
720 B
PHP

<?php
$myfit_items = array(
['Manage Health Plan', '/assets/image/svg/patient.svg', '', '', '/myfit'],
['Usefull Health Tips', '/assets/image/svg/messages.png', '', '', '/myfit'],
['Health Reminders', '/assets/image/svg/clock_refresh.png', '', '', '/myfit'],
['Health Statistics', '/assets/image/svg/dot-chart.png', '', '', '/myfit'],
['Health record with you', '/assets/image/svg/records-everywhere.png', '', '', '/myfit'],
['Share Medical record', '/assets/image/svg/note_new.png', '', '', '/myfit'],
['Quickly Schedule', '/assets/image/svg/calendar.png', '', '', '/myfit'],
['Provider everywhere anywhere ', '/assets/image/svg/graphics-tablet.png', '', '', '/myfit']
);
?>