Poverty on Election Eve: Gross Neglect
POVERTY
in
THOUGHT
| Social care (Displaced demand) 'here' |
| Social Care (Supply deficit) 'here' | POVERTY in POLICY & LEADERSHIP |
Hodges' model is a conceptual framework to support reflection and critical thinking. Situated, the model can help integrate all disciplines (academic and professional). Amid news items, are posts that illustrate the scope and application of the model. A bibliography and A4 template are provided in the sidebar. Welcome to the QUAD ...
POVERTY
in
THOUGHT
| Social care (Displaced demand) 'here' |
| Social Care (Supply deficit) 'here' | POVERTY in POLICY & LEADERSHIP |
Posted by Peter Jones at 11:50 pm | PERMALINK
Labels: community care , day care , demographics , effectiveness , efficacy , efficiency , government , home , impact , leadership , local authority , loneliness , NHS , older people , policy , priority , residential care , social care
In programming major applications such as finance there is a need to ensure within the transactions and the database operations that mistakes do not occur.
The classic example is a transfer between two accounts:
def transfer(from, to, amount) from.debit(amount) to.credit(amount) endIt is vital that the above method (example provided by Tate and Hibbs) does not fail after the debit. In Rails the
transaction method help to prevent 'digital accidents' as follows:def transfer(from, to, amount) Account.transaction do from.debit(amount) to.credit(amount) end end
transaction is itself a method built into Rail's Active Record that helps to maintain the integrity of transactions. Which brings me to 'care'. ...care transactions that arise.care transaction consider these:def transfer(from, to, care_plan) Care.transaction do from.hospital(care_plan) to.community(care_plan) end end def transfer(from, to, day_care) Care.transaction do from.home(day_care) to.day_center(day_care) end endWherever, whenever, whatever and whoever your transactions involve, take care of them and remember in health and social care (esp.) outcomes add up.
def transfer(from, to, promise_plan_of_action) Care.transaction do from.nurse(promise_plan_of_action) to.carer(promise_plan_of_action) end endReference: Bruce Tate, Curt Hibbs (2006) Ruby on Rails: Up and Running, O'Reilly, p.35.
Posted by Peter Jones at 8:43 pm | PERMALINK
Labels: algorithms , care , care planning , carers , cash , change , code , data , day care , governance , health , informatics , nursing theory , philosophy , programming , Rails , Ruby , safety , transactions
Born in Liverpool, UK.
Community Mental Health Nurse NHS, Part-time Lecturer,
Researcher Nursing & Technology Enhanced Learning
Registered Nurse - Mental Health & General
Community Psychiatric Nursing (Cert.) MMU
PG Cert. Ed.
BA(Joint Hons.) Computing and Philosophy - BIHE - Bolton
PG(Dip.) Collaboration on Psychosocial Education [COPE] Univ. Man.
MRES. e-Research and Technology Enhanced Learning, Lancaster Univ.
Live and work in NW England - seeking a global perspective.
The views expressed on W2tQ are entirely my own, unless stated otherwise.
Comments are disabled.
If you would like to get in touch please e-mail me at
h2cmng AT yahoo.co.uk
orcid.org/0000-0002-0192-8965-=<>=-
