Government Medical College and Hospital, Chandigarh

Government Medical College and Hospital, a medical school and a tertiary care hospital is located in Chandigarh, India. The medical school is administered by Panjab University. It was established in 1991 and has a 36 acres (15 ha) campus located in Sector 32, Chandigarh.

Government Medical College & Hospital
TypePublic
Established1991
DirectorBS Chavan [1]
Location, ,
CampusUrban
Websitehttp://gmch.gov.in/

Courses

The Medical College has an intake of 150 students[2] towards the MBBS degree. It also offers Post-Graduate courses (M.Phil./MD/MS) in a number of medical and surgical subjects.

History

The Government Medical College, Chandigarh was started during the year 1991 in Prayaas building, Sector 38 as an attempt to establish a center of undergraduate excellence to support the Post Graduate Institute of Medical Education and Research. The foundation stone was laid by erstwhile Prime Minister of India, Chandra Shekhar on 20 January, 1991 in on land allotted by the Chandigarh Administration. Construction for this College and Hospital started in 1991 itself.

Campus

The 36 acres (15 ha) campus is housed in Sector 32 and has 5 blocks of hospital and a dedicated building for the college.

Administration

GMCH is headed by a Director-Principal Jagjit Singh Chopra, a Padma Bhushan awardee, served as the founder director-principal. The incumbent Director-Principal is Prof B S Chavan and he is assisted by Prof Ravi Gupta, the Medical Superintendent.

Ranking

University and college rankings
Medical – India
Outlook India (2019)[3]17

The college was ranked 17th among medical colleges in India in 2019 by Outlook India.[3]

gollark: Keep cc.znepb.me.
gollark: If you configured it wrong during setup of whatever this is somehow, then it won't match. PotatOS has the law enforcement access mechanism (PS#7D7499AB) which also currently doubles as "forgot password" handling, but not every OS does that.
gollark: How do you know your password is the right one?
gollark: I should assign unique IDs to the other sandbox escape bugs.
gollark: My "fix" is this:```lua--[["Fix" for bug PS#E9DCC81BSummary: `pcall(getfenv, -1)` seemingly returned the environment outside the sandbox.Based on some testing, this seems like some bizarre optimization-type feature gone wrong.It seems that something is simplifying `pcall(getfenv)` to just directly calling `getfenv` and ignoring the environment... as well as, *somehow*, `function() return getfenv() end` and such.The initial attempt at making this work did `return (fn(...))` instead of `return fn(...)` in an attempt to make it not do this, but of course that somehow broke horribly. I don't know what's going on at this point.This is probably a bit of a performance hit, and more problematically liable to go away if this is actually some bizarre interpreter feature and the fix gets optimized away.Unfortunately I don't have any better ideas. Also, I haven't tried this with xpcall, but it's probably possible, so I'm attempting to fix that too.]]local real_pcall = pcallfunction _G.pcall(fn, ...) return real_pcall(function(...) local ret = {fn(...)} return unpack(ret) end, ...)end local real_xpcall = xpcallfunction _G.xpcall(fn, handler) return real_xpcall(function() local ret = {fn()} return unpack(ret) end, handler)end```which appears to work at least?

References

  1. "Director". gmch.gov.in. Government Medical College and Hospital.
  2. GMCCOSA Home Page
  3. "Outlook Ranking: India's Top 25 Medical Colleges In 2019 Outlook India Magazine". Retrieved 22 January 2020.


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