@include('includes/header_start') @include('patients/elements/header_end')

General

@if(!empty($general))
Weight {{ $general->weight }} pounds
Height {{ $general->height }}cm
BMI {{ $general->bmi }}
Gender {{ $general->gender }}
Age {{ $general->age }}
Age {{ $general->education_level }}
First time surgery? {{ $general->first_time_surgery }}
Medication Allergies {{ $general->medication_allergies }}
@else @endif

Surgical

@if(!empty($surgical))
Surgery Name {{ $surgical->surgery_name }}
Surgery Date {{ $surgical->surgery_date }}cm
Sedation Type {{ $surgical->sedation_type }}
Anasthetic Complications {{ $surgical->anasthetic_complications }}
@else @endif

Cardiac

@if(!empty($cardiac))
Blood Pressure medication? {{ $cardiac->blood_pressure_medication }}
Lower Blood Pressure {{ $cardiac->bottom_blood_pressure }}
Upper Blood Pressure {{ $cardiac->top_blood_pressure }}
Had Heart Surgery? {{ $cardiac->had_heart_surgery }}
Heart Surgery Name {{ $cardiac->heart_surgery_name }}
Heart Surgery Year {{ $cardiac->heart_surgery_year }}
Stents Placed {{ $cardiac->stents_placed }}
Valves Placed {{ $cardiac->valves_placed }}
Chest Pain? {{ $cardiac->chest_pain }}
Cardiologist Name {{ $cardiac->cardiologist_nme }}
Informed Primary Care Physician? {{ $cardiac->informed_primary_care_physician }}
Have Abnormal Heart Rhythm {{ $cardiac->have_abnormal_heart_rhythm }}
Had Heart Attack? {{ $cardiac->had_heart_attack }}
Have Heart Failure? {{ $cardiac->have_heart_failure }}
Able to lie flat? {{ $cardiac->able_to_lie_flat }}
Have Valve Disease? {{ $cardiac->have_valve_disease }}
On Blood Thinners? {{ $cardiac->on_blood_thinners }}
Had Stess Test? {{ $cardiac->had_stress_test }}
Had Catherization? {{ $cardiac->had_catherization }}
Have Pacemaker? {{ $cardiac->have_pacemaker }}
@else @endif

Pulmonary

@if(!empty($pulmonary))
Have Asthma? {{ $pulmonary->have_asthma }}
Have Rescue Inhaler? {{ $pulmonary->have_rescue_inhaler }}
Last Asthma Attack? {{ $pulmonary->last_asthma_attack }}
Been Hospitalised from Asthma? {{ $pulmonary->hospital_asthma_attack }}
Have COPD? {{ $pulmonary->have_copd }}
Do you have home oxygen for COPD? {{ $pulmonary->copd_home_oxygen }}
Recent Bronchitis Infection? {{ $pulmonary->recent_bronchitis_infection }}
Do you Smoke? {{ $pulmonary->do_you_smoke }}
Packs Per Day {{ $pulmonary->packs_per_day }}
Do you see a Lung Doctor {{ $pulmonary->see_lung_doctor }}
Have you had lung testing? {{ $pulmonary->had_lung_testing }}
Do you have sleep apnia or CPAP? {{ $pulmonary->sleep_apnia_or_cpap }}
Habe you had Pneumonia? {{ $pulmonary->had_pneumonia }}
Have you had Thacheostomy? {{ $pulmonary->had_tracheostomy }}
Do you get shortness of breath? {{ $pulmonary->shortness_of_breath }}
@else @endif

Renal

@if(!empty($renal))
Have Renal Disease? {{ $renal->have_renal_disease }}
Renal Stage {{ $renal->renal_stage }}
Dialysis Days {{ $renal->dialysis_days }}
@else @endif

Endocrine

@if(!empty($endocrine))
Do you have any endocrine disorders? {{ $endocrine->have_endocrine_disorders }}
Do you have diabetes? {{ $endocrine->have_diabetes }}
What type of insulin? {{ $endocrine->insulin_type }}
Average glucose reading {{ $endocrine->avg_glucose_reading }}
Last H1AC test {{ $endocrine->last_h1ac_test }}
Hypo? {{ $endocrine->hypo }}
Last TSH {{ $endocrine->last_tsh }}
Do you have Arthiritis? {{ $endocrine->have_arthiritis }}
Do you take Steroids? {{ $endocrine->take_steroids }}
Do you have Lupus? {{ $endocrine->have_lupus }}
Any Blood Disorders {{ $endocrine->blood_disorders }}
Do you have HIV or Aids? {{ $endocrine->have_hiv_aids }}
Last DC4 Test? {{ $endocrine->last_dc4_test }}
@else @endif

Neurological

@if(!empty($neurological))
Have you had a stroke? {{ $neurological->had_stroke }}
Date of stroke {{ $neurological->date_of_stroke }}
Do you have any weakness from the stroke? {{ $neurological->stroke_weakness_where }}
Do you get seizures? {{ $neurological->get_seizures }}
Date of seizure {{ $neurological->date_of_seizure }}
Type of seizure {{ $neurological->type_of_seizure }}
Do you have multiple sclerosis? {{ $neurological->have_multiple_sclerosis }}
Do you have AMS? {{ $neurological->have_ams }}
Do you have dementia? {{ $neurological->have_dementia }}
How long have you had dementia? {{ $neurological->how_long_had_dementia }}
What stage is the dementia at? {{ $neurological->dementia_stage }}
Do you have any psychiatric disorders? {{ $neurological->psychiatric_disorders }}
@else @endif
@include('includes/footer_start') @include('includes/footer_end')