12345678910111213141516171819 |
- <?php
- return [
- 'height' => 'Height',
- 'weight' => 'Weight',
- 'last_vitamin_d' => 'Last Vitamin D',
- 'ethnicity' => 'Ethnicity',
- 'ethnicity_checkboxes' => [
- 'is_hispanic' => 'Hispanic',
- 'is_black_or_aa' => 'Black or African American',
- 'is_native_american' => 'Native American'
- ],
- 'hypertension' => 'Hypertension',
- 'diabetes' => 'Diabetes',
- 'copd' => 'COPD',
- 'arthritis' => 'Arthritis',
- 'emailAddress' => 'Email Address',
- 'stickyNote' => 'Sticky Note'
- ];
|