Walter Carr (physician)

John Walter Carr CBE FRCP FRCS (1862 29 September 1942) was a British physician and surgeon.

John Walter Carr

Carr was the son of John Carr of London. He was educated at University College School and trained as a doctor at University College Hospital, graduating Bachelor of Surgery (BS) and Doctor of Medicine (MD). He later became consulting physician to the Royal Free Hospital and the Victoria Hospital for Children and lecturer in medicine at the London School of Medicine for Women.

Carr was appointed Commander of the Order of the British Empire (CBE) in January 1920 for services in the First World War.[1] In 1928 he was elected president of the Medical Society of London.[2]

In 1895 he married Jessie Griffith (who died in 1937); they had one son and three daughters.

Footnotes

  1. "No. 31760". The London Gazette (Supplement). 27 January 1920. p. 1237.
  2. "Biographical entry Carr, John Walter (1862 - 1942) - Parr's Lives of the Fellows". Royal College of Surgeons. Retrieved 16 July 2015.
gollark: And this doesn't even ACTUALLY WORK.
gollark: ```javascriptexport const enqueueCrawl = async (crawlURL, tier) => { // robotsPolicy will be filled in on first actual crawl for the domain // this has to be done as a fairly complex DB-side query to prevent race conditions console.log("running insert for", crawlURL.toString()) const [domain] = await DB`INSERT INTO domains (domain, enabled, robotsPolicy, tier) SELECT ${crawlURL.hostname}, FALSE, NULL, ${tier} WHERE NOT EXISTS (SELECT id, domain, enabled, robotsPolicy, tier FROM domains WHERE domain = ${crawlURL.hostname}) RETURNING id` console.log(crawlURL.toString(), domain) // Add entry to crawl queue await DB`INSERT INTO crawl_targets (url, domain) VALUES (${crawlURL.toString()}, ${domain.id}) ON CONFLICT (url) DO UPDATE SET added = NOW()`}```This should NOT be quite so bee.
gollark: I'm busy trying to work out exactly how horrible a PostgreSQL query I need to do this stupid thing under concurrent write load.
gollark: So surely YOU can do it, if ""deforming things"""" is so easy.
gollark: I can't really do art, in general.

References

  • Biography, Who Was Who


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.