mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
The official image from streamline does not currently work for the arm64 platform. As a temporary measure, the source code and docker build scripts have been lifted from the official images and are used to build locally. Some additional modifications are made to reduce overall image size, these are documented in docker/README.md
106 lines
4.1 KiB
PHP
Executable File
106 lines
4.1 KiB
PHP
Executable File
<?php
|
|
|
|
return [
|
|
|
|
'diabetes_registration' => 'Diabetes Registration',
|
|
'diabetes_registration_details' => 'Diabetes Registration Details',
|
|
'diabetes_follow_up_details' => 'Diabetes Follow Up Details',
|
|
'details' => 'Details',
|
|
'general_health' => 'General Health',
|
|
|
|
'hypoglycaemic_episodes' => 'Hypoglycaemic Episodes',
|
|
'hyperglycaemic_episodes' => 'Hyperglycaemic Episodes',
|
|
'visual_symptoms' => 'Hyperglycaemic Episodes',
|
|
'feet_sensation' => 'Feet (sensation loss, ulcers etc)',
|
|
'impotence' => 'Impotence',
|
|
'mood' => 'Mood',
|
|
'examination_physical_symptoms' => 'Examination/Physical Symptoms',
|
|
'bp_lying' => 'BP Lying',
|
|
'bp_standing' => 'BP Standing',
|
|
'pulse_rate' => 'Pulse Rate',
|
|
'pulse_rhythm' => 'Pulse Rhythm',
|
|
'sensation' => 'Sensation',
|
|
'pedal_pulses' => 'Pedal Pulses',
|
|
'feet_inspection' => 'Feet Inspection',
|
|
'visual_acuity' => 'Visual Acuity',
|
|
'general_examination' => 'General Examination',
|
|
'fundoscopy' => 'Fundoscopy',
|
|
'injection_site_inspection' => 'Injection site inspection',
|
|
|
|
'follow_up_history' => 'Follow Up History',
|
|
'dashboard' => 'Dashboard',
|
|
'date' => 'Date:',
|
|
'history_symptoms' => 'History / Symptoms',
|
|
'no_follow_ups_conducted' => 'No Follow Ups Conducted.',
|
|
'new_diabetes_follow_up' => 'New Diabetes Follow Up.',
|
|
'view_details' => 'View Details',
|
|
'create' => 'Create',
|
|
'edit' => 'Edit',
|
|
'delete' => 'Delete',
|
|
'activate' => 'Activate',
|
|
'diabetes_follow_up' => 'Diabetes Follow Up',
|
|
'registration_summary' => 'Registration Summary',
|
|
'family_history_of_diabetes' => 'Registration Summary',
|
|
'yes' => 'Yes',
|
|
'no' => 'No',
|
|
'specify_who_has_diabetes' => 'Specify Who Has Diabetes:',
|
|
'date_of_diagnosis' => 'Date Of Diagnosis',
|
|
'type' => 'Type',
|
|
'presenting_symptoms' => 'Presenting Symptoms',
|
|
'none' => 'None(Positive Screening Test)',
|
|
'dka' => 'DKA',
|
|
'excessive_thirst' => 'Excessive Thirst',
|
|
'polyuria' => 'Polyuria',
|
|
'weight_loss' => 'Weight Loss',
|
|
'visual_problems' => 'Visual Problems',
|
|
'peripheral_neuropathy' => 'Peripheral Neuropathy',
|
|
'other_symptoms' => 'Other Symptoms',
|
|
'other_diagnoses' => 'Other Diagnoses',
|
|
'hiv_status' => 'HIV Status',
|
|
'tb_status' => 'TB Status',
|
|
'height' => 'Height',
|
|
'weight' => 'Weight',
|
|
'bmi' => 'BMI',
|
|
'waist' => 'Waist(cm)', //(cm)
|
|
'hip_circumference' => 'Hip Circumference(cm)', //(cm)
|
|
'hip' => 'Hip',
|
|
'smoker' => 'Smoker',
|
|
'alcohol' => 'Alcohol',
|
|
'pneumococcal_immunisation_date' => 'Pneumococcal Immunisation Date',
|
|
'medication' => 'Medication',
|
|
'no_medication_issued' => 'No Medication Issued',
|
|
'drug_name' => 'Drug Name',
|
|
'dose' => 'Dose',
|
|
'frequency' => 'Frequency',
|
|
'number_to_dispense' => 'Number To Dispense',
|
|
'stock_status' => 'Stock Status',
|
|
'select_drug' => '-- select drug --',
|
|
'targets_and_patient_education' => 'Targets And Patient Education',
|
|
'hba1c' => 'HbA1c',
|
|
'bp' => 'BP',
|
|
'cholesterol' => 'Cholesterol',
|
|
'waist_to_hip_ratio' => 'Waist To Hip Ratio',
|
|
'video_overview_of_diabetes' => 'Video - Overview Of Diabetes',
|
|
'video_management_of_diabetes' => 'Video - Management Of Diabetes',
|
|
'diet_review' => 'Diet Review',
|
|
'comment' => 'Comment',
|
|
|
|
'investigations' => 'Investigations',
|
|
'blood_glucose' => 'Blood Glucose',
|
|
'creatinine' =>'Creatinine',
|
|
'hdl_cholesterol' => 'HDL Cholesterol',
|
|
'ldl_cholesterol' => 'LDL Cholesterol',
|
|
'total_cholesterol' => 'Total Cholesterol',
|
|
'triglyceride' => 'Triglyceride',
|
|
'urine_protein' => 'Urine protein',
|
|
'urine_ketones' => 'Urine ketones',
|
|
'other_advice_management' => 'Other advice / management',
|
|
'patient_education' => 'Patient Education',
|
|
'diet_overview' => 'Diet overview',
|
|
'comments_follow_up' => 'Comments: Follow Up',
|
|
'diabetic_clinic_date' => 'Diabetic clinic date',
|
|
'eye_clinic_referral' => 'Eye clinic referral',
|
|
'psychological_assessment_referral' => 'Psychological assessment referral',
|
|
'chaplain_support_referral' => 'Chaplain support referral',
|
|
'other_clinic_follow_up' => 'Other clinic follow up'
|
|
]; |