Occupational Therapist
These are the therapist who treat injured, disabled or ill patients through their therapeutic skills which used in their daily activities.
Career Options
- - - Art therapist - Dance movement psychotherapist - Ergonomist - Health promotion specialist - High intensity therapist - Occupational therapist - Sports therapist
Educational Qualifications
- - Class 10+2 with Physics, Chemistry, Biology and English.
Personal Skills
- - Communication skills - Compassion - Flexibility - Interpersonal skills - Patience - Writing skills
Courses to be pursued
- - Bachelor of Occupational Therapy (BOT) - Master’s in Occupational Therapy (MOT)
Top Colleges
- All India Institute of Physical Medicine and Rehabilitation Address: Haji Ali, K. Khadye Marg, Mahalaxmi, Mumbai, Maharashtra, India - 400034 Phone: 91-22-24964331 / 32 / 40 / 41 Website: http://aiipmr.gov.in/
Working Conditions
- Therapists may spend a lot of time on their feet while working with patients. - They also may be required to lift and move patients or heavy equipment. - Many work in multiple facilities and have to travel from one job to another.
Top Companies
- Kokilaben Dhirubhai Ambani Hospital Address: Rao Saheb Achutrao, Patwardhan Marg, Four Bunglows, Andheri West, Mumbai, Maharashtra 400053 Phone: 022 3099 9999 Website: http://www.kokilabenhospital.com/
$(document).ready(function () {
var settime = new Date();
$('#btnCancel').click(function () {
localStorage.setItem("WaterPopUp", settime.getTime());
});
var current = new Date();
var val = localStorage.getItem("WaterPopUp");
if (val == null) {
$('#Waterdaypopupid1').show();
}
else {
var diff = (current.getTime() - val) / 1000;
diff /= (60 * 60);
var difference = Math.abs(Math.round(diff));
if (difference >= 6) {
$('#Waterdaypopupid1').show();
}
else {
$('#Waterdaypopupid1').hide();
}
}
});
//$(document).ready(function () {
//
// var settime = new Date();
// $('#btnCancel').click(function () {
// localStorage.setItem("WaterPopUp", settime.getTime());
// });
// var current = new Date();
// var val = localStorage.getItem("WaterPopUp");
// if (val == null) {
// $('#waterdaypopup').show();
// }
// else {
// var diff = (current.getTime() - val) / 1000;
// diff /= (60 * 60);
// var difference = Math.abs(Math.round(diff));
// if (difference >= 6) {
// $('#waterdaypopup').show();
// }
// else {
// $('#waterdaypopup').hide();
// }
// }
//});
//$(window).load(function () {
// setTimeout(function () {
// $(".worldwaterdaypop,.fade_back").addClass("active");
// }, 10000);
//});
//$(".worldwaterdaypop span,.fade_back").click(function () {
// $(".worldwaterdaypop,.fade_back").removeClass("active");
//});
$(window).load(function () {
setTimeout(function () {
$(".worldwaterdaypop2,.fade_back").addClass("active");
}, 1000);
});
$(".worldwaterdaypop2 span,.fade_back").click(function () {
$(".worldwaterdaypop2,.fade_back").removeClass("active");
});