Files
MermsWebsite2021/app/Config/mermsemr_faq.php
T
2021-05-19 13:15:28 -04:00

55 lines
2.0 KiB
PHP

<?php
$merms_faq = array
(
[
'What is MERMS ?',
'What is MERMS ?',
'is a long established fact that a reader will be distracted . The point of using Lorem Ipsum is that ',
'is a long established fact that a reader will be distracted . The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using Content here, content here, making it look like readable English.'
],
[
'What is myFit App ?',
'What is myFit, The Personal Care, App ?',
'is a long established fact that a reader will be distracted . The point of using Lorem Ipsum is that ',
''
],
[
'What MERMS Providers ?',
'What MERMS Providers ?',
'is a long established fact that a reader will be distracted . The point of using Lorem Ipsum is that ',
''
],
[
'How secure is MERMS?',
'How secure is MERMS?',
'MERMS products use the highest-level SSL (Secure Socket Layer) encryption and fully HIPAA-compliant by design.',
'We expect both physicians and patients to be naturally concerned with the privacy and confidentiality of healthcare information. MERMS products use the highest-level SSL (Secure Socket Layer) encryption and fully HIPAA-compliant by design. '
],
[
'SHort Title here',
'Long Title here here here here',
'is a long established fact that a reader will be distracted . The point of using Lorem Ipsum is that ',
''
],
[
'SHort Title here',
'Long Title here here here here',
'is a long established fact that a reader will be distracted . The point of using Lorem Ipsum is that ',
''
],
[
'Can I manage my practice with MERMS ?',
'Can I manage my practice with MERMS ?',
'is a long established fact that a reader will be distracted . The point of using Lorem Ipsum is that ',
''
],
[
'What can I track with MERMS myFit ?',
'What can I track with MERMS myFit ?',
'is a long established fact that a reader will be distracted . The point of using Lorem Ipsum is that ',
''
],
);
?>