mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
100 lines
3.8 KiB
PHP
Executable File
100 lines
3.8 KiB
PHP
Executable File
<?php
|
||
return [
|
||
'art_clinic' => 'A.R.T Clinic',
|
||
'dashboard' => 'Dashboard',
|
||
'triage_details' => 'TRIAGE DETAILS',
|
||
'observations' => 'Observations',
|
||
'symptoms' => 'Symptoms',
|
||
'grade' => 'GRADE',
|
||
'no_symptoms_recorded' => 'No symptoms recorded',
|
||
'green' => 'GREEN',
|
||
'yellow' => 'YELLOW',
|
||
'red' => 'RED',
|
||
'triage_grade_not_determined' => 'Triage grade not determined',
|
||
'patient_documents' => 'PATIENT\'S DOCUMENTS',
|
||
'add' => 'Add',
|
||
'clinician' => 'CLINICIAN',
|
||
'marital_status' => 'Marital Status',
|
||
'art_clinic_number' => 'A.R.T. CLINIC NUMBER',
|
||
'date_confirmed_hiv_positive' => 'Date confirmed HIV +ve',
|
||
'test_type' => 'Test type',
|
||
'where' => 'Where ?',
|
||
'care_entry_point' => 'Care Entry Point',
|
||
'other_specify' => 'Other (Specify)',
|
||
'treatment_supporter' => 'Treatment supporter / Medicine pick up if ill',
|
||
'supporter_name' => 'Supporter name',
|
||
'supporter_telephone' => 'Supporter telephone',
|
||
'select' => '-select-',
|
||
'district' => 'District',
|
||
'county' => 'County',
|
||
'sub_county' => 'Sub-County',
|
||
'parish' => 'Parish',
|
||
'village' => 'Village',
|
||
'add_new_district' => 'Add New District',
|
||
'add_new_county' => 'Add New County',
|
||
'add_new_sub_county' => 'Add New Sub-County',
|
||
'add_new_parish' => 'Add New Parish',
|
||
'add_new_village' => 'Add New Village',
|
||
'home_based_care_provided_by' => 'Home based care provided by',
|
||
'register_a_new_district' => 'Register a new District',
|
||
'register_a_new_county' => 'Register a new County',
|
||
'register_a_new_sub_county' => 'Register a new Sub-County',
|
||
'register_a_new_parish' => 'Register a new Parish',
|
||
'register_a_new_village' => 'Register a new Village',
|
||
'cancel' => 'Cancel',
|
||
'art_clinic_continuation_card' => 'A.R.T Continuation card',
|
||
'existing_art_card_details' => 'Existing ART card details',
|
||
'follow_up' => 'Follow up ? ',
|
||
'date_started_art' => 'Date started ART',
|
||
'muac' => 'MUAC',
|
||
'oedema' => 'Oedema',
|
||
'pregnant' => 'Pregnant ?',
|
||
'edd' => 'EDD',
|
||
'gestation' => 'Gestation',
|
||
'family_planning' => 'Family Planning',
|
||
'details' => 'Details',
|
||
'schedule_follow_up' => 'SCHEDULE FOLLOW UP? : ',
|
||
'duration' => 'Duration',
|
||
'date_started_current_art_regime' => 'Date started current ART regime ',
|
||
'months' => 'months',
|
||
'weeks' => 'weeks',
|
||
'days' => 'days',
|
||
'cm' => 'cm',
|
||
'yes' => 'yes',
|
||
'no' => 'no',
|
||
'emtct' => 'EMTCT ? ',
|
||
'anc_location' => 'ANC location',
|
||
'fp' => 'FP :',
|
||
'tb_status' => 'TB Status',
|
||
'tb_rx_start_date' => 'TB Rx start date',
|
||
'tb_rx_stop_date' => 'TB Rx stop date',
|
||
'stop_date' => 'Stop date',
|
||
'district_tb_register_number' => 'District TB Register Number',
|
||
'potential_side_effects' => 'Potential side effects: ',
|
||
'other_side_effects' => 'Other side effects: ',
|
||
'new_oi' => 'New OI / other problems : ',
|
||
'new_oi_other' => 'New OI / other problems : ',
|
||
'nutrition' => 'Nutrition : ',
|
||
'functional_status' => 'Functional Status',
|
||
'who_stage' => 'WHO Stage',
|
||
'cpt' => 'CPT / Dapsone: adherence',
|
||
'number_pills_dispensed' => 'Number of pills dispensed',
|
||
'number_of_days_passed' => 'Number of days passed',
|
||
'other_meds' => 'Other Meds Dispensed including nutritional supplement',
|
||
'arvs_adherence' => 'ARV’s: adherence',
|
||
'why' => 'Why ? ',
|
||
'regime' => 'Regime ',
|
||
'cd4_count' => 'CD4 count: ',
|
||
'date' => 'Date: ',
|
||
'start_date' => 'Start Date: ',
|
||
'inh' => 'INH: ',
|
||
'ix' => 'Ix: ',
|
||
'other_ix' => 'Other Ix ',
|
||
'nutrition_supplements' => 'Nutrition supplements:',
|
||
'consultation' => 'Consultation / link/provide ',
|
||
'nutrition_support' => 'Nutrition support',
|
||
'hospitalization' => 'Hospitalization',
|
||
'next_appointment_art_date' => 'Next Appointment ART date:',
|
||
'other_appointment' => 'Other appointment',
|
||
];
|