mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
An updated set of source files and initialization was provided by streamline to address issues observed during initial testing. These files have been updated in order to generate a new set of app images.
184 lines
8.4 KiB
PHP
Executable File
184 lines
8.4 KiB
PHP
Executable File
<?php
|
||
|
||
return [
|
||
"dashboard" => "Dashboard",
|
||
"patient" => "Patient",
|
||
"maternity_admission_details" => "Maternity admission details",
|
||
"modify_maternity_admission_details" => "Modify maternity admission details",
|
||
"details_for_episode" => "Maternity admission details for Episode started on",
|
||
"maternity_admission_details_for" => "Maternity admission details for",
|
||
"patient_number" => "Patient Number",
|
||
"blood_group" => "Blood Group",
|
||
"blood_transfusion_date" => "Blood Transfusion Date",
|
||
"number_of_units" => "Number Of Units",
|
||
"comment" => "Comment",
|
||
"gravida" => "Gravida",
|
||
"para" => "Para",
|
||
"abortion" => "Abortion",
|
||
"postpartum" => "Postpartum",
|
||
"previous_pph" => "Previous Pph",
|
||
"previous_scar" => "Previous Scar",
|
||
"comments_from_pph" => "Other Comments From Pph",
|
||
"lmp" => "Last Menstrual Period",
|
||
"accuracy" => "Accuracy",
|
||
"edd" => "Expected Date of Delivery",
|
||
"referral_from" => "Referral From",
|
||
"progress" => "Progress",
|
||
"hiv_status" => "Hiv Status",
|
||
"negative" => "Negative",
|
||
"positive" => "Positive",
|
||
"unknown" => "Unknown",
|
||
"hiv_date" => "Hiv Date",
|
||
"scan_edd" => "Scan Expected Date of Delivery",
|
||
"gestation_from_scan" => "Gestation From Scan",
|
||
"history_of_fits" => "History Of Fits",
|
||
"history_of_aph" => "History of Aph",
|
||
"obstetric_date" => "Obstetric Date",
|
||
"gestation" => "Gestation",
|
||
"outcome" => "Outcome",
|
||
"outcome_name" => "Outcome Name",
|
||
"comments" => "Comments",
|
||
"current_acute_problems" => "Current Acute Problems",
|
||
"obstetric_risk_factors" => "Obstetric Risk Factors",
|
||
"baby" => "BABY",
|
||
"received_by" => "Received By",
|
||
"select" => "select",
|
||
"sex" => "Sex",
|
||
"other" => "Other",
|
||
"female" => "Female",
|
||
"male" => "Male",
|
||
"ambigous" => "Ambigous",
|
||
"condition" => "Condition",
|
||
"alive" => "Alive",
|
||
"fresh_sb" => "Fresh SB",
|
||
"macerated_sb" => "Macerated SB",
|
||
"weight" => "Weight (Kg)",
|
||
"congenital_abnormalities_apparent" => "Congenital abnormalities apparent?",
|
||
"yes" => "Yes",
|
||
"no" => "No",
|
||
"date_of_birth" => "Date of birth",
|
||
"birth_order" => "Birth order?",
|
||
"delivery_date" => "Delivery Date",
|
||
"delivery_time" => "Delivery Time",
|
||
"duration_1st" => "Duration 1st Stage (hours)",
|
||
"duration_2nd" => "Duration 2nd Stage(hours:minutes)",
|
||
"duration_3rd" => "Duration 3rd Stage",
|
||
"hours" => "Hours",
|
||
"minutes" => "Minutes",
|
||
"delivered_by_cadre" => "Delivered By (Cadre)",
|
||
"staff" => "Staff",
|
||
"student" => "Student",
|
||
"delivered_by_name" => "Delivered By (Name)",
|
||
"save" => "Save",
|
||
"cancel" => "Cancel",
|
||
"register_location_delivery" => "Register a new location of delivery",
|
||
"location_of_delivery" => "Location of Delivery",
|
||
"indication_for_cs" => "Indication for CS",
|
||
"from_surgery_notes" => "from surgery notes",
|
||
"mode_of_delivery" => "Mode of Delivery",
|
||
"supervised_by" => "Supervised By",
|
||
"abortions_pregnancies" => "Abortions",
|
||
"ectopic_pregnancies" =>"Ectopic pregnancies",
|
||
"post_partum" => "Post-partum",
|
||
"past_obstetric_history" => "Past Obstetric History",
|
||
"date" => "Date",
|
||
"name" => "Name",
|
||
"weeks" => "weeks",
|
||
"add_row" => "Add row",
|
||
"delete_row" => "Delete row",
|
||
"details" => "Details",
|
||
"number" => "Number",
|
||
"indication" => "Indication",
|
||
"other_comments" => "Other Comments",
|
||
"blood_transfusion" => "Blood Transfusion",
|
||
"vdrl_status" => "VDRL/RPR Status",
|
||
"result" => "Result",
|
||
"location" => "Location",
|
||
"hiv_past_3_months" => "IF NOT HAD HIV TEST WITHIN PAST 3 MONTHS SEND TEST SAMPLE",
|
||
"art_treatment_center" => "A.R.T. Treatment Center",
|
||
"art_treatment_number" => "A.R.T. Treatment Number",
|
||
"art_clinic_record" => "A.R.T. Clinic Record",
|
||
"this_pregnancy" => "This pregnancy",
|
||
"number_of_weeks_pregnant" => "Number Of Weeks Pregnant",
|
||
"us_scan_edd" => "U/S Scan Expected Date of Delivery",
|
||
"current_gestation_from_scan" => "Current gestation from scan: +/-2weeks early scan, 4 weeks late",
|
||
"referral_in_from" => "Referral in from",
|
||
"add_new_referral" => "Add new Referral",
|
||
"fits_details" => "Fits details",
|
||
"does_mother_cap" => "Does this mother have any current acute obstetric problems?",
|
||
"severe_eclampsia" => "Severe pre-eclampsia or eclampsia",
|
||
"premature_pprom" => "Premature rupture of membranes PROM / PPROM",
|
||
"aph" => "APH",
|
||
"pph" => "PPH",
|
||
"iufd" => "IUFD",
|
||
"inform_medical_team_warning" => "Inform senior midwife and medical team, draw up plan of management, counsel and support parents",
|
||
"born_before_arrival" => "Born before arrival",
|
||
"mother_current_obstetric_risk" => "Does this mother have any current obstetric risk factors?",
|
||
"history_aph_pregnancy" => "History of APH in current pregnancy",
|
||
"history_convulsion_pregnancy" => "History of convulsions in this pregnancy",
|
||
"diabetes_mellitus" => "Diabetes mellitus",
|
||
"epilepsy" => "Epilepsy",
|
||
"cardiac_disease" => "Cardiac disease",
|
||
"polyhydramnios" => "Polyhydramnios",
|
||
"poor_obstetric_history" => "Poor obstetric history",
|
||
"multiple_pregnancy" => "Multiple pregnancy",
|
||
"previous_csections" => "Previous C-sections",
|
||
"malpresentation" => "Malpresentation",
|
||
"submit_form" => "Submit Form",
|
||
"cant_delete_rows" => "Cannot delete all the rows.",
|
||
"adding_referral_failed" => "Adding referral failed",
|
||
"adding_referral_success" => "new referral has been added",
|
||
"referral_name" => "Referral Name",
|
||
"perinatal_death_info" => "Perinatal death notification form filled in and sent within 24 hours (midwife delivering is responsible)",
|
||
"perinatal_audit_info" => "Full perinatal audit form filled in and submitted within 7 days (Maternity In-Charge responsible)",
|
||
"apgar_1" => "Apgar score at 1 minute",
|
||
"apgar_5" => "Apgar score at 5 minutes",
|
||
"apgar_10" => "Apgar score at 10 minutes",
|
||
"age_established_respiration" => "Age established spontaneous regular respiration (Minutes)",
|
||
"resuscitation_airway" => "Resuscitation- airway",
|
||
"nil" => "Nil",
|
||
"bag" => "Bag",
|
||
"mask" => "Mask",
|
||
"resuscitation_suction" => "Resuscitation- suction",
|
||
"advanced_resuscitation" => "Advanced Resuscitation",
|
||
"advanced_resuscitation_ett" => "Advanced Resuscitation – ETT",
|
||
"advanced_resuscitation_ecm" => "Advanced Resuscitation – ECM",
|
||
"advanced_resuscitation_drugs" => "Advanced Resuscitation – drugs given",
|
||
"vitamin_given" => "IM Vitamin K given (0.5mg preterm, 1mg term)",
|
||
"moved_to" => "Moved to",
|
||
"add_new_ward" => "Add new ward",
|
||
"tick_yes_vit_k" => "Only tick Yes if you are sure the baby has received Vit K. If not sure double check please",
|
||
"register_new_ward" => "Register a new ward",
|
||
"delivery_record" => "Delivery record",
|
||
"delivery_for_episode_started" => "Delivery for Episode started on",
|
||
"delivery_of_episode_started" => "Delivery Record of Episode started on",
|
||
"delivery" => "DELIVERY",
|
||
"foetal_number" => "Foetal Number",
|
||
"singleton" => "Singleton",
|
||
"twins" => "Twins",
|
||
"triplets" => "Triplets",
|
||
"blood_loss" => "Blood Loss",
|
||
"blood_loss_measurement" => "Blood Loss Measurement",
|
||
"measured" => "Measured",
|
||
"estimated" => "Estimated",
|
||
"vaginal_delivery" => "[> 500mls vaginal delivery or >1000mLs at C/S = PPH ].",
|
||
"delayed_cord_clamping" => "Delayed cord clamping 1 – 3 minutes for normal delivery, 30 sec – 1 min for CS",
|
||
"hospital_pph_protocol" => "Hospital PPH PROTOCOL",
|
||
"click_for_protocol" => "click for protocol",
|
||
"clear_airway" => "If not breathing, stimulate & clear airway",
|
||
"clamp_cut_cord" => "If still not breathing, clamp & cut cord, clean airway if necessary",
|
||
"ventilate_bag_mask" => "ventilate with bag & mask",
|
||
"shout_for_help" => "Shout for help",
|
||
"meconium_protocol" => "NOTE : follow protocol if thick meconium present to remove from airway before ventilating",
|
||
"submit" => "Submit",
|
||
"fill_out_name" => "Please fill out a name",
|
||
"ward_error" => "Error occured. Ward has not been added",
|
||
"new_ward_added" => "New ward has been added",
|
||
"delivery_location_error" => "Error occured. Delivery location has not been added",
|
||
"delivery_location_added" => "New delivery location has been added",
|
||
"triage_done_on" => "Triage Done On",
|
||
"baby_record_on" => "Baby Record on",
|
||
"add_new_location_of_delivery" => "Add new location of delivery",
|
||
"duration_third_stage" => "Duration 3rd Stage (hours:minutes)"
|
||
];
|