Files
streamline-emr/docker/streamline-src/resources/lang/en/antenatal.php
T
alec.turner a424394109 Build modified streamline images
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
2024-03-10 16:17:50 -07:00

127 lines
5.5 KiB
PHP
Executable File

<?php
return [
"abortions" => "Abortions/Ectopic pregnancies",
"accuracy" => "Accuracy",
"add_new_referral" => "Add new Referral",
"add_row" => "Add Row",
"anc_menu" => "AnteNatal Menu",
"anc_registration_id" => "ANC registration id",
"anc_template" => "ANTE-NATAL CLINIC TEMPLATE",
"anc_visit_number" => "A.N.C Visit Number",
"antanatal_clinic" => "AnteNatal Clinic",
"antenatal_visit" => "AnteNatal Visit",
"aph" => "A.P.H",
"aph_details" => "A.P.H Details",
"art_clinic_record" => "A.R.T Clinic Record",
"art_treatment_center" => "A.R.T Treatment Center",
"art_treatment_number" => "A.R.T Treatment Number",
"bednet" => "Bed net",
"blood_group" => "Blood Group",
"blood_transfusion" => "Blood Transfusion",
"bmi" => "B.M.I",
"bp" => "B.P",
"checklist" => "Checklist",
"comments" => "Comments",
"complete" => "Complete",
"completion_status" => "Completion status",
"current_gestation_from_dates" => "Current gestation from dates(+/-2weeks)",
"date" => "Date",
"days" => "Days",
"delete_row" => "Delete Row",
"details" => "Details",
"details_of_anc_visit_of_episode" => "DETAILS OF ANC VISIT FROM EPISODE STARTED ON",
"duration" => "Duration",
"edd" => "E.D.D",
"edit_anc_registration" => "EDIT ANTENATAL CLINIC / MATERNITY REGISTRATION",
"edit_pregnancy_registration" => "Edit Pregnancy Registration",
"engagement" => "Engagement",
"first_dose_ipt" => "First dose IPT",
"fits" => "Fits",
"fits_details" => "Fits Details",
"foetal_heart" => "Foetal Heart",
"foetal_heart_rate" => "Foetal heart rate",
"foetal_heart_regularity" => "Foetal heart regularity",
"fundal_height" => "Fundal height",
"gestation" => "Gestation",
"gestation_from_edd" => "Gestation from E.D.D",
"gestation_from_fundal_height" => "Current gestation from fundal height, +/-2weeks",
"gestation_from_scan" => "Current gestation from scan: +/-2weeks early scan, 4 weeks late",
"gravida" => "Gravida",
"scan" => "Scan",
"health_edu_or_info_given" => "Health Education/Information Given",
"height" => "height",
"history_of_aph" => "History of A.P.H?",
"history_of_fits" => "History of Fits?",
"hiv_status" => "HIV Status",
"hours" => "Hours",
"if_bp_above_160" => "If BP > 160/110, then escort patient to maternity urgently for stabilisation",
"if_bp_between_140_and_160" => "If BP 140/100 - 160/110, & pt has oedema or proteinuria or headache or <br> blurred vision or history of fits, then move urgently to Maternity for treatment",
"if_heart_beat_is_more_than_30" => "If >30 beats/minute variation from baseline, then foetal distress",
"if_in_labour_check_heart_rate" => "If in labour, check foetal heart immediatley post-contraction",
"if_patient_relentless" => "If patient restless, then check for SaO2 and call for help",
"indication" => "Indication",
"iron_or_folic" => "Iron/Folic",
"lie" => "Lie",
"lmp" => "L.M.P",
"location" => "Location",
"maternity_registration_details" => "ANTE-NATAL CLINIC / MATERNITY REGISTRATION DETAILS",
"months" => "Months",
"name" => "Name",
"new_anc_registration_form_header" => "ANTE-NATAL CLINIC / MATERNITY REGISTRATION",
"new_pregnancy" => "New Pregnancy",
"new_pregnancy_registration" => "New Pregnancy Registration",
"no" => "No",
"number" => "Number",
"number_of_units" => "No. of units",
"order_ultra_sound_scan" => "Order Ultra Sound Scan",
"other_comments" => "Other comments",
"outcome" => "Outcome",
"para" => "Para",
"past_obstetric_history" => "Past Obstetric History",
"patient_number" => "Patient Number",
"patients" => "Patients",
"please_make_sure_you_fill_new_pregnancy_details" => "Please make sure you fill in the New pregnancy details first",
"position" => "Position",
"postpartum" => "Post-partum",
"pregnancy_reg_details" => "Pregnancy registration details",
"presentation" => "Presentation",
"previous_anc_visits" => "PREVIOUS ANC VISITS FROM EPISODE STARTED ON",
"previous_pph" => "Previous PPH",
"previous_pph_details" => "Previous PPH Details",
"previous_scar" => "Previous Scar",
"previous_scar_indication" => "Previous Scar Indication",
"previous_scar_number" => "Previous Scar Number",
"prompt" => "Prompt",
"rate" => "Rate",
"reference" => "Reference",
"referral_from" => "Referral in from",
"register_anc_visit" => "Create Antenatal Visit",
"registered_on" => "registered on",
"registration_id" => "Registration id",
"regularity" => "Regularity",
"result" => "Result",
"scan_edd" => "Scan E.D.D",
"second_dose_ipt" => "Second dose IPT",
"select" => "Select",
"symptoms" => "Symptoms",
"tetanus_toxoid" => "Tetanus toxoid",
"third_dose_ipt" => "Third dose IPT",
"this_pregnancy" => "This pregnancy",
"update_and_complete" => "Update & Complete",
"us_scan_edd" => "U/S scan E.D.D",
"vdrl" => "VDRL",
"vdrl_status" => "VDRL/RPR Status",
"view_anc_visit_details" => "View Antanatal Visit Details",
"view_antenatal_visits" => "View antenatal visits",
"view_details" => "View Details",
"view_pregnancies" => "View pregnancies",
"view_pregnancy_details" => "View pregnancy details",
"visit_date" => "Visit Date",
"visit_number" => "Visit number",
"weeks" => "Weeks",
"weight" => "weight",
"years" => "Years",
"yes" => "Yes",
"edit_details" => "Edit Details"
];