Kettering Medical Center

Kettering Medical Center (KMC) is a faith-based, nonprofit hospital located in Kettering, Ohio, United States. Founded in 1964, it is the flagship hospital of Kettering Health Network, and is directly affiliated with the Seventh-day Adventist Church.[1] The Ketering College and itsBoonshoft School of Medicine is an affiliated medical college.[2] In 2020, Forbes and Great Places to Work named Kettering Health Network a Best Place to Work, regardless of industry. [3]

Kettering Medical Center
Kettering Health Network
Geography
LocationKettering, Ohio, United States
Organization
Care systemPrivate
TypeTeaching
Affiliated universityWright State University
Boonshoft School of Medicine
Kettering College of Medical Arts
Services
StandardsHFAP accreditation, HFAP Comprehensive Stroke Center
Emergency departmentLevel II Trauma Center
SpecialityMultispecialty
History
Opened1964
Links
Websiteketteringhealth.org/kettering
ListsHospitals in Ohio
Other linksList of hospitals in the United States

History

Virginia Kettering and her husband Eugene, son of famous inventor Charles F. Kettering, were native citizens of Dayton. They moved to Hinsdale, Illinois near Chicago in the 1940s. During the polio epidemic in the 1950s, they were inspired by the care given at Hinsdale Hospital, which would play a vital role in the foundation of Kettering Medical Center. Following the death of his father in 1958, the younger Ketterings moved from Illinois back to Dayton to help manage family affairs. Health care was a primary focus of Charles Kettering, so Eugene and Virginia led efforts to open a local area hospital in his honor. Ground was broken on July 7, 1961. In 1964, Charles F. Kettering Memorial Hospital opened under the leadership of the Seventh-day Adventist Church.[4][5]

In October 2010 Kettering Medical Center opened the Benjamin and Marian Schuster Heart Hospital, a new wing to the hospital that included a renovated lobby and new main entrance with an outpatient pharmacy, expanded gift shop and bakery.

In 2016, Kettering Health Network opened the new pavilion, that houses the Kettering Cancer Center, and Kettering Brain & Spine. The $60M structure is connected to the main hospital via skybridge over Southern Blvd.[6]

gollark: ```pythonimport argparse,subprocess,random,stringparser = argparse.ArgumentParser(description="Compile a WHY program using WHYJIT.")parser.add_argument("input",help="File containing WHY source code")parser.add_argument("-o","--output",help="Filename of the output executable to make",default="./a.why")parser.add_argument("-O","--optimize",help="Optimization level",type=int,default="0")#parser.add_argument("-d","--drawkcab",help=".sdrawkcab elif ecruos YHW eht ssecorP")args = parser.parse_args()def randomword(length): letters = string.ascii_lowercase return ''.join(random.choice(letters) for i in range(length))def which(program): proc = subprocess.run(["which",program],stdout=subprocess.PIPE) if proc.returncode == 0: return proc.stdout.replace(b"\n",b"") else: return Nonedef find_C_compiler(): compilers = ["gcc","clang","tcc","cc"] for compiler in compilers: path = which(compiler) if path != None: return pathdef build_output(code,max): #if args.drawkcab: code = code[::-1] C_code = f"""#define QUITELONG long long intconst QUITELONG max = {max};int main() {{ volatile QUITELONG i = 0; // disable some "optimizations" that RUIN OUR BEAUTIFUL CODE! while (i < max) {{ i++; }} {code}}} """ heredoc = randomword(100) devnull = "2>/dev/null" shell_script = f"""#!/bin/shTMP1=/tmp/ignore-meTMP2=/tmp/ignore-me-tooTMP3=/tmp/dont-look-here cat << {heredoc} > $TMP1{C_code}{heredoc}sed -e '1,/^exit \$?$/d' "$0" > $TMP3chmod +x $TMP3$TMP3 -x c -o $TMP2 $TMP1chmod +x $TMP2$TMP2exit $?""".encode("utf-8") with open(find_C_compiler(),"rb") as f: return shell_script + f.read()with open(args.input,"r") as f: contents = f.read() looplen = max(1000,(2 ** -args.optimize) * 1000000000) code = build_output( contents, looplen ) with open(args.output,"wb") as out: out.write(code)```
gollark: (and so, code gold was invented)
gollark: Maybe if I compress it manually a bit...
gollark: OH COME ON, this code is less than 2000 characters. Stupid DIsqord.
gollark: Clyde says `Your message could not be delivered because you don't share a server with the recipient or you disabled direct messages on your shared server, recipient is only accepting direct messages from friends, or you were blocked by the recipient.`. Stupid Clyde.

See also

References

  1. "KMC Statistics from U.S. News & World Report". Retrieved 2012-02-21.
  2. "Affiliated University". Retrieved 2009-08-07.
  3. "Fortune 100 Best Companies to Work For® 2020". Retrieved 2020-04-27.
  4. "Virginia Kettering". Dayton Daily News. March 29, 2012. Retrieved March 24, 2013.
  5. "Kettering Heritage". Kettering Health Network. Retrieved March 24, 2013.
  6. https://www.daytondailynews.com/business/kettering-health-opens-cancer-center-public-today/YdE3cDShiXxweRuqXdrkfP/

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