Los Angeles County Department of Mental Health
The Los Angeles County Department of Mental Health (LAC-DMH or DMH), is the largest county mental health department in the United States and provides mental health services for Los Angeles County residents.[1] DMH directly operates 75 program sites in the county and serves over 250,000 clients annually.[2] DMH's headquarters is located on Vermont Avenue in Koreatown, Los Angeles, California.[3]
Department overview | |
---|---|
Jurisdiction | Los Angeles County |
Headquarters | Los Angeles, California 34.064225°N 118.291431°W |
Employees | 4,011 (2010)[1] |
Annual budget | US$1,584,061,000 (2010)[1] |
Department executive |
|
Website | dmh |
List of LAC-DMH directors
- 1978-1984 Dr. John Richard "J.R." Elpers, Psy.D
- 1984-1992 Roberto Quiroz, MSW
- 1992-1998 Dr. Areta Crowell, Psy.D
- 1998-2016 Dr. Marvin Southard, DSW
- 2016-present Dr. Jonathan E. Sherin, M.D., Ph.D.
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
- "Assessor" (PDF). County of Los Angeles Annual Report 2009-2010. Public Affairs, Chief Executive Office. p. 41. Retrieved 17 October 2012.
- "About DMH". Los Angeles County Department of Mental Health. Retrieved 23 October 2012.
- "Koreatown". Mapping L.A. Los Angeles Times. Retrieved 23 October 2012.
- "Department of Mental Health - hope. recovery. wellbeing". Department of Mental Health.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.