(mysql): SET NAMES 'utf8'  

(mysql): SELECT * FROM sessions WHERE session_id = 'i0ofj21qedvke7f4g2785f25o4'  

(mysql): INSERT INTO sessions (session_id, ip_address, user_agent, created, last_used, remember, data, domain) VALUES ('i0ofj21qedvke7f4g2785f25o4', '216.73.217.111', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 1779906720, 1779906720, 0, '', 'www.ajrh.info')  

(mysql): SELECT * FROM journals WHERE path = 'ajrh'  

(mysql): SELECT * FROM site  

(mysql): SELECT v.* FROM versions v LEFT JOIN plugin_settings ps ON lower(v.product_class_name) = ps.plugin_name AND ps.setting_name = 'enabled' AND ((journal_id = '1') OR v.sitewide = 1) WHERE v.current = 1 AND (ps.setting_value = '1' OR v.lazy_load <> 1)  

(mysql): SELECT last_run FROM scheduled_tasks WHERE class_name = 'plugins.generic.usageStats.UsageStatsLoader'  

(mysql): SELECT last_run FROM scheduled_tasks WHERE class_name = 'plugins.generic.pln.classes.tasks.Depositor'  

(mysql): SELECT last_run FROM scheduled_tasks WHERE class_name = 'plugins.importexport.crossref.CrossrefInfoSender'  

(mysql): SELECT last_run FROM scheduled_tasks WHERE class_name = 'plugins.importexport.crossref.CrossrefInfoSender'  

(mysql): SELECT last_run FROM scheduled_tasks WHERE class_name = 'plugins.importexport.datacite.DataciteInfoSender'  

(mysql): SELECT last_run FROM scheduled_tasks WHERE class_name = 'plugins.importexport.medra.MedraInfoSender'  

(mysql): SELECT last_run FROM scheduled_tasks WHERE class_name = 'classes.tasks.ReviewReminder'  

(mysql): SELECT last_run FROM scheduled_tasks WHERE class_name = 'classes.tasks.SubscriptionExpiryReminder'  

(mysql): SELECT last_run FROM scheduled_tasks WHERE class_name = 'classes.tasks.OpenAccessNotification'  

(mysql): SELECT pa.*, a.*, COALESCE(stl.setting_value, stpl.setting_value) AS section_title, COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev FROM published_articles pa INNER JOIN articles a ON pa.article_id = a.article_id LEFT JOIN sections s ON s.section_id = a.section_id LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = 'title' AND stpl.locale = 'en_US') LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = 'title' AND stl.locale = 'en_US') LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = 'abbrev' AND sapl.locale = 'en_US') LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = 'abbrev' AND sal.locale = 'en_US') INNER JOIN article_settings ast ON a.article_id = ast.article_id WHERE ast.setting_name = 'pub-id::publisher-id' AND ast.setting_value = '3825' ORDER BY pa.issue_id, a.article_id  

(mysql): SELECT pa.*, a.*, COALESCE(stl.setting_value, stpl.setting_value) AS section_title, COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev FROM published_articles pa, articles a LEFT JOIN sections s ON s.section_id = a.section_id LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = 'title' AND stpl.locale = 'en_US') LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = 'title' AND stl.locale = 'en_US') LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = 'abbrev' AND sapl.locale = 'en_US') LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = 'abbrev' AND sal.locale = 'en_US') WHERE pa.article_id = a.article_id AND a.article_id = 3825  

(mysql): SELECT g.*, a.file_name, a.original_file_name, a.file_stage, a.file_type, a.file_size, a.date_uploaded, a.date_modified FROM article_galleys g LEFT JOIN article_files a ON (g.file_id = a.file_id) WHERE g.article_id = 3825 ORDER BY g.seq  

(mysql): SELECT * FROM article_galley_settings WHERE galley_id = '1747'  

(mysql): SELECT * FROM article_settings WHERE article_id = '3825'  

(mysql): SELECT s.*, a.file_name, a.original_file_name, a.file_type, a.file_size, a.date_uploaded, a.date_modified FROM article_supplementary_files s LEFT JOIN article_files a ON (s.file_id = a.file_id) WHERE s.article_id = 3825 ORDER BY s.seq  

(mysql): SELECT i.* FROM issues i INNER JOIN issue_settings ist ON i.issue_id = ist.issue_id WHERE ist.setting_name = 'pub-id::publisher-id' AND ist.setting_value = '136' ORDER BY i.issue_id  

(mysql): SELECT i.* FROM issues i WHERE issue_id = 136  

(mysql): SELECT * FROM issue_settings WHERE issue_id = '136'  

(mysql): SELECT iss.subscription_id FROM institutional_subscriptions iss, subscriptions s, subscription_types st WHERE POSITION(UPPER(LPAD(iss.domain, LENGTH(iss.domain)+1, '.')) IN UPPER(LPAD('216.73.217.111', LENGTH('216.73.217.111')+1, '.'))) != 0 AND iss.domain != '' AND iss.subscription_id = s.subscription_id AND s.journal_id = '1' AND s.status = 1 AND s.type_id = st.type_id AND st.institutional = 1 AND ((st.non_expiring = 1) OR (st.non_expiring = 0 AND ('2026-05-27 18:32:00' >= s.date_start AND '2026-05-27 18:32:00' <= s.date_end))) AND (st.format = 1 OR st.format = 17)  

(mysql): SELECT isip.subscription_id FROM institutional_subscription_ip isip, subscriptions s, subscription_types st WHERE ((isip.ip_end IS NOT NULL AND '3628718447' >= isip.ip_start AND '3628718447' <= isip.ip_end AND isip.subscription_id = s.subscription_id AND s.journal_id = '1' AND s.status = 1 AND s.type_id = st.type_id AND st.institutional = 1 AND ((st.non_expiring = 1) OR (st.non_expiring = 0 AND ('2026-05-27 18:32:00' >= s.date_start AND '2026-05-27 18:32:00' <= s.date_end))) AND (st.format = 1 OR st.format = 17)) OR (isip.ip_end IS NULL AND '3628718447' = isip.ip_start AND isip.subscription_id = s.subscription_id AND s.journal_id = '1' AND s.status = 1 AND s.type_id = st.type_id AND st.institutional = 1 AND ((st.non_expiring = 1) OR (st.non_expiring = 0 AND ('2026-05-27 18:32:00' >= s.date_start AND '2026-05-27 18:32:00' <= s.date_end))) AND (st.format = 1 OR st.format = 17)))  

(mysql): SELECT * FROM sections WHERE section_id = '1'  

(mysql): SELECT * FROM section_settings WHERE section_id = '1'  

(mysql): SELECT * FROM sections WHERE section_id = '1'  

(mysql): SELECT * FROM section_settings WHERE section_id = '1'  

(mysql): SELECT g.*, af.file_name, af.original_file_name, af.file_stage, af.file_type, af.file_size, af.date_uploaded, af.date_modified FROM article_galleys g LEFT JOIN article_files af ON (g.file_id = af.file_id) INNER JOIN articles a ON a.article_id = g.article_id LEFT JOIN published_articles pa ON g.article_id = pa.article_id INNER JOIN article_galley_settings gs ON g.galley_id = gs.galley_id WHERE gs.setting_name = 'pub-id::publisher-id' AND gs.setting_value = '0' AND g.article_id = 3825 ORDER BY a.journal_id, pa.issue_id, g.galley_id  

(mysql): SELECT g.*, a.file_name, a.original_file_name, a.file_stage, a.file_type, a.file_size, a.date_uploaded, a.date_modified FROM article_galleys g LEFT JOIN article_files a ON (g.file_id = a.file_id) WHERE g.galley_id = 0 AND g.article_id = 3825  

(mysql): SELECT pa.*, a.*, COALESCE(stl.setting_value, stpl.setting_value) AS section_title, COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev FROM published_articles pa INNER JOIN articles a ON pa.article_id = a.article_id LEFT JOIN sections s ON s.section_id = a.section_id LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = 'title' AND stpl.locale = 'en_US') LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = 'title' AND stl.locale = 'en_US') LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = 'abbrev' AND sapl.locale = 'en_US') LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = 'abbrev' AND sal.locale = 'en_US') INNER JOIN article_settings ast ON a.article_id = ast.article_id WHERE ast.setting_name = 'pub-id::publisher-id' AND ast.setting_value = '3825' ORDER BY pa.issue_id, a.article_id  

(mysql): SELECT pa.*, a.*, COALESCE(stl.setting_value, stpl.setting_value) AS section_title, COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev FROM published_articles pa, articles a LEFT JOIN sections s ON s.section_id = a.section_id LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = 'title' AND stpl.locale = 'en_US') LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = 'title' AND stl.locale = 'en_US') LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = 'abbrev' AND sapl.locale = 'en_US') LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = 'abbrev' AND sal.locale = 'en_US') WHERE pa.article_id = a.article_id AND a.article_id = 3825  

(mysql): SELECT g.*, a.file_name, a.original_file_name, a.file_stage, a.file_type, a.file_size, a.date_uploaded, a.date_modified FROM article_galleys g LEFT JOIN article_files a ON (g.file_id = a.file_id) WHERE g.article_id = 3825 ORDER BY g.seq  

(mysql): SELECT * FROM article_galley_settings WHERE galley_id = '1747'  

(mysql): SELECT * FROM article_settings WHERE article_id = '3825'  

(mysql): SELECT s.*, a.file_name, a.original_file_name, a.file_type, a.file_size, a.date_uploaded, a.date_modified FROM article_supplementary_files s LEFT JOIN article_files a ON (s.file_id = a.file_id) WHERE s.article_id = 3825 ORDER BY s.seq  

(mysql): SELECT iss.subscription_id FROM institutional_subscriptions iss, subscriptions s, subscription_types st WHERE POSITION(UPPER(LPAD(iss.domain, LENGTH(iss.domain)+1, '.')) IN UPPER(LPAD('216.73.217.111', LENGTH('216.73.217.111')+1, '.'))) != 0 AND iss.domain != '' AND iss.subscription_id = s.subscription_id AND s.journal_id = '1' AND s.status = 1 AND s.type_id = st.type_id AND st.institutional = 1 AND ((st.non_expiring = 1) OR (st.non_expiring = 0 AND ('2026-05-27 18:32:00' >= s.date_start AND '2026-05-27 18:32:00' <= s.date_end))) AND (st.format = 1 OR st.format = 17)  

(mysql): SELECT isip.subscription_id FROM institutional_subscription_ip isip, subscriptions s, subscription_types st WHERE ((isip.ip_end IS NOT NULL AND '3628718447' >= isip.ip_start AND '3628718447' <= isip.ip_end AND isip.subscription_id = s.subscription_id AND s.journal_id = '1' AND s.status = 1 AND s.type_id = st.type_id AND st.institutional = 1 AND ((st.non_expiring = 1) OR (st.non_expiring = 0 AND ('2026-05-27 18:32:00' >= s.date_start AND '2026-05-27 18:32:00' <= s.date_end))) AND (st.format = 1 OR st.format = 17)) OR (isip.ip_end IS NULL AND '3628718447' = isip.ip_start AND isip.subscription_id = s.subscription_id AND s.journal_id = '1' AND s.status = 1 AND s.type_id = st.type_id AND st.institutional = 1 AND ((st.non_expiring = 1) OR (st.non_expiring = 0 AND ('2026-05-27 18:32:00' >= s.date_start AND '2026-05-27 18:32:00' <= s.date_end))) AND (st.format = 1 OR st.format = 17)))  

(mysql): SELECT * FROM citations WHERE assoc_type = 257 AND assoc_id = 3825 AND citation_state >= 0 AND citation_state <= 5 ORDER BY seq, citation_id  

(mysql): SELECT * FROM sections WHERE section_id = '1'  

(mysql): SELECT * FROM section_settings WHERE section_id = '1'  

(mysql): SELECT v.* FROM versions v LEFT JOIN plugin_settings ps ON lower(v.product_class_name) = ps.plugin_name AND ps.setting_name = 'enabled' AND ((journal_id = '1') OR v.sitewide = 1) WHERE v.current = 1 AND (ps.setting_value = '1' OR v.lazy_load <> 1)  

(mysql): select version()  

(mysql): SELECT i.* FROM issues i WHERE journal_id = 1 AND current = 1  

(mysql): SELECT * FROM issue_settings WHERE issue_id = '197'  
Remembering Olikoye Ransome Kuti (1927-2003): An inimitable public health physician and a tireless advocate of primary health care | <hr /> (mysql): SELECT * FROM authors WHERE submission_id = 3825 ORDER BY seq   <hr /> <hr /> (mysql): SELECT * FROM author_settings WHERE author_id = '10828'   <hr /> Briggs | African Journal of Reproductive Health
(mysql): SELECT * FROM authors WHERE submission_id = 3825 ORDER BY seq  

(mysql): SELECT * FROM author_settings WHERE author_id = '10828'  

(mysql): SELECT * FROM authors WHERE submission_id = 3825 ORDER BY seq  

(mysql): SELECT * FROM author_settings WHERE author_id = '10828'  

Remembering Olikoye Ransome Kuti (1927-2003): An inimitable public health physician and a tireless advocate of primary health care


(mysql): SELECT * FROM authors WHERE submission_id = 3825 ORDER BY seq  

(mysql): SELECT * FROM author_settings WHERE author_id = '10828'  
Nimi D. Briggs

Abstract

Some life experiences appear to give credence to the Latin phrase tempus fugit. For, it is indeed startling that 20 years have passed since the news broke of the demise of Professor Olikoye Ramsone Kuti, at 75, in a London hospital on June 1, 2003, from pulmonary embolism, while attending a meeting convened by the World Health Organisation (WHO)1 . Were he to be alive, he would be a 95- year-old nonagenarian this year. Truly, time flies and passes surprisingly quickly. I was vice-chancellor of the University of Port Harcourt at the time Olikoye Ransome-Kuti died. Indeed, on that day, I was in Mississauga, Canada, a posh, affluent suburb of Toronto whose exclusive class of population and beguiling beauty stood in sharp contrast to the high-rise and bustle that characterised downtown Toronto. Sixty of us from different countries had been invited under the auspices of the Canadian Institutes of Health to attend a meeting on Global Health Research Initiative which was originally scheduled to hold in the city of Toronto. The meeting had to be moved to Mississauga to assuage some participants’ unease regarding the public health measure of quarantine, occasioned by the Severe Acute Respiratory Syndrome (SARS) - a viral respiratory disease caused by a SARS-associated coronavirus- an outbreak of which had occurred in China in early 2003 and had spread to other countries, including Canada.

Full Text:

PDF

References


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114441'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114441 ORDER BY metadata_description_id DESC  

(mysql): SELECT * FROM citation_settings WHERE citation_id = '114442'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114442 ORDER BY metadata_description_id DESC  

https://www.africa.upenn.edu/Urgent_Action/apic062203.html


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114443'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114443 ORDER BY metadata_description_id DESC  

Briggs N. COVID-19 PANDEMIC. The politics of vaccine


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114444'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114444 ORDER BY metadata_description_id DESC  

distribution: Lessons and Implications for Africa. 9


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114445'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114445 ORDER BY metadata_description_id DESC  

th


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114446'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114446 ORDER BY metadata_description_id DESC  

Annual Distinguished personality lecture .


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114447'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114447 ORDER BY metadata_description_id DESC  

Consortium for Advanced Research Training in


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114448'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114448 ORDER BY metadata_description_id DESC  

Africa (CARTA). University of Ibadan. Tuesday 16th


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114449'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114449 ORDER BY metadata_description_id DESC  

.


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114450'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114450 ORDER BY metadata_description_id DESC  

November 2021.


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114451'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114451 ORDER BY metadata_description_id DESC  

Briggs N. A Tribute to my teacher, Olikoye Ransome-Kuti.


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114452'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114452 ORDER BY metadata_description_id DESC  

The Guardian Newspaper, Saturday June 11, 2003,


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114453'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114453 ORDER BY metadata_description_id DESC  

Page 21


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114454'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114454 ORDER BY metadata_description_id DESC  

World Health Organization. 1978 The Alma Ata Declaration.


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114455'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114455 ORDER BY metadata_description_id DESC  

https://www.who.int/teams/social-determinants-ofhealth/declaration-of-alma-ata.


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114456'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114456 ORDER BY metadata_description_id DESC  

The National Health Policy and Strategy to achieve health for


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114457'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114457 ORDER BY metadata_description_id DESC  

All Nigerians. Federal Ministry of Health. Lagos


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114458'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114458 ORDER BY metadata_description_id DESC  

Nigeria. 1988


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114459'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114459 ORDER BY metadata_description_id DESC  

Okonofua F, Harry T and Briggs N. Kelsey Harrison,


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114460'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114460 ORDER BY metadata_description_id DESC  

Africa’s Academic Giant at 90. African Journal of


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114461'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114461 ORDER BY metadata_description_id DESC  

Reproductive Health. December 2022; 26 (12):16.


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114462'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114462 ORDER BY metadata_description_id DESC  

Okonofua F. Tubonye Harry and Nimi Briggs. Kelsey


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114463'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114463 ORDER BY metadata_description_id DESC  

Harrison, Africa’s academic giant at 90. The


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114464'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114464 ORDER BY metadata_description_id DESC  

Guardian, Wednesday, January 4, 2023. Page 29.


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114465'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114465 ORDER BY metadata_description_id DESC  

Briggs N.2023 and Beyond – Setting the Health Agenda.


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114466'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114466 ORDER BY metadata_description_id DESC  

Nigerian Academy of Medicine. 2022 Annual


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114467'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114467 ORDER BY metadata_description_id DESC  

Lecture and Induction Ceremony. Thursday


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114468'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114468 ORDER BY metadata_description_id DESC  

September 29, 2022.


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114469'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114469 ORDER BY metadata_description_id DESC  

Muanya C. The Guardian Newspaper 17 March 2022. How


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114470'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114470 ORDER BY metadata_description_id DESC  

to improve health outcomes in Nigeria, by Osinbajo,


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114471'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114471 ORDER BY metadata_description_id DESC  

Mustapha and others.https://guardian.ng/news/howto-improve-health-outcomes-in-nigeria-by-osinbajomustapha-others/


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114472'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114472 ORDER BY metadata_description_id DESC  

Briggs N. Health Issues after COVID 19. 4


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114473'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114473 ORDER BY metadata_description_id DESC  

th Emmanuel


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114474'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114474 ORDER BY metadata_description_id DESC  

Egbogah Legacy Webinar Series. Thursday 9th July


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114475'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114475 ORDER BY metadata_description_id DESC  


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114476'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114476 ORDER BY metadata_description_id DESC  

Jennifer Rigby Reuters. May 5, 2022. COVID led to 15


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114477'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114477 ORDER BY metadata_description_id DESC  

million deaths globally, not the five million reported


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114478'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114478 ORDER BY metadata_description_id DESC  

– WHO.


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114479'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114479 ORDER BY metadata_description_id DESC  

https://www.reuters.com/legal/government/covidled-15-million-deaths-globally-not-5-millionreported-who-2022-05-05/


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114480'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114480 ORDER BY metadata_description_id DESC  

Center for Disease Control and Prevention. 2014-2016


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114481'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114481 ORDER BY metadata_description_id DESC  

Ebola outbreak in West Africa.


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114482'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114482 ORDER BY metadata_description_id DESC  

https://www.google.com/search?q=what+caused+th


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114483'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114483 ORDER BY metadata_description_id DESC  

e+ebola+outbreak+in+2014&client


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114484'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114484 ORDER BY metadata_description_id DESC  

The Lancet 200. Shining a light on critical health issues.


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114485'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114485 ORDER BY metadata_description_id DESC  

Spotlight on Child and Adolescent Health.


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114486'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114486 ORDER BY metadata_description_id DESC  

https://www.thelancet.com/lancet-200


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114487'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114487 ORDER BY metadata_description_id DESC  

Isaac N. Nigeria To Pursue Attainment of Universal Health


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114488'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114488 ORDER BY metadata_description_id DESC  

Care . Science Nigeria. November 22, 2022.


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114489'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114489 ORDER BY metadata_description_id DESC  

World Bank. Poverty and Shared Prosperity. Report


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114490'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114490 ORDER BY metadata_description_id DESC  

Briggs N. In Pursuit of Justice and Equity. Rooting for the


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114491'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114491 ORDER BY metadata_description_id DESC  

Health of the Poor. 20th. Sir Samuel Manuwa


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114492'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114492 ORDER BY metadata_description_id DESC  

Memorial Lecture. 58th Annual Scientific Conference


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114493'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114493 ORDER BY metadata_description_id DESC  

of the West African College of Surgeons. Banjul


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114494'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114494 ORDER BY metadata_description_id DESC  

Gambia. 27 February 2018.


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114495'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114495 ORDER BY metadata_description_id DESC  

Briggs N. 50 Years of Postgraduate Medical Education in


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114496'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114496 ORDER BY metadata_description_id DESC  

Nigeria. Achievements. Challenges and Prospects.


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114497'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114497 ORDER BY metadata_description_id DESC  

Keynote Address. 50th Anniversary Celebrations of


(mysql): SELECT * FROM citation_settings WHERE citation_id = '114498'  

(mysql): SELECT * FROM metadata_descriptions WHERE assoc_type = 1048579 AND assoc_id = 114498 ORDER BY metadata_description_id DESC  

the National Postgraduate Medical College of

Nigeria. Wednesday September 18, 2019


(mysql): SELECT r.* FROM referrals r WHERE r.article_id = 3825 AND r.status = 2  

Refbacks

  • There are currently no refbacks.

(mysql): UPDATE sessions SET user_id = NULL, ip_address = '216.73.217.111', user_agent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', created = 1779906720, last_used = 1779906720, remember = 0, data = '', domain = 'www.ajrh.info' WHERE session_id = 'i0ofj21qedvke7f4g2785f25o4'