昆山护工 病人陪护

VIP家政公司 2023-08-05 07:14
【摘要】上海护工坐落于上海的昆山护工有着多年的专业经验,可以提供高质量的护理服务。昆山护工主要为老年人、残疾人和病人提供护理服务,包括照料、陪护、健康护理、营养护理、护理护理、康复护理等。我们的护工都经过严格的培训,有着良好的专业素养,能够提供高质量的护理服务。此外,我们还提供24小时的值班服务,为客户提供更好的服务。陪护病人护工:1. 根据病人的需要,提供合适的护理和照顾;2. 确保病人的安全,防止发生意外;3. 协助病人洗澡、穿衣、吃饭等日常生活;4. 协助病人进行身体活动,锻炼肌肉;5. 给病人提...
上海护工

坐落于上海的昆山护工有着多年的专业经验,可以提供高质量的护理服务。昆山护工主要为老年人、残疾人和病人提供护理服务,包括照料、陪护、健康护理、营养护理、护理护理、康复护理等。我们的护工都经过严格的培训,有着良好的专业素养,能够提供高质量的护理服务。此外,我们还提供24小时的值班服务,为客户提供更好的服务。

陪护病人护工



1. 根据病人的需要,提供合适的护理和照顾;

2. 确保病人的安全,防止发生意外;

3. 协助病人洗澡、穿衣、吃饭等日常生活;

4. 协助病人进行身体活动,锻炼肌肉;

5. 给病人提供必要的治疗指导;

6. 协助病人使用药物;

7. 协助病人控制体重;

8. 鼓励病人参加社会活动,提高社会交往能力;

9. 协助病人治疗,改善病情;

10. 给病人提供心理支持,提高病人的精神状态。

护工病人陪护



The caregiver should take good care of the patient, including helping him with daily activities, such as dressing, bathing, eating, etc. He should also help the patient to keep a positive attitude and provide emotional support when needed. The caregiver should also pay attention to the patient's health condition, monitor his vital signs and report any changes to the doctor. In addition, the caregiver should also help the patient to take his medications on time and remind him to do exercises regularly.

护工/病人陪护



A caregiver or patient companion is someone who provides companionship and care for a patient or elderly person. Caregivers may provide physical care, such as helping with bathing, dressing, and eating, as well as emotional support. They may also provide transportation, help with housekeeping and errands, and assist with medical care.

病人陪护护工


public function get_nursing_worker(){
$data = input('post.');
$res = Db::name('nursing_worker')->where('hospital_id',$data['hospital_id'])->select();
if($res){
return json(['code'=>200,'msg'=>'获取成功','data'=>$res]);
}else{
return json(['code'=>400,'msg'=>'获取失败']);
}
}

//添加病人陪护护工
public function add_nursing_worker(){
$data = input('post.');
$data['create_time'] = time();
$res = Db::name('nursing_worker')->insert($data);
if($res){
return json(['code'=>200,'msg'=>'添加成功']);
}else{
return json(['code'=>400,'msg'=>'添加失败']);
}
}

//修改病人陪护护工
public function edit_nursing_worker(){
$data = input('post.');
$data['update_time'] = time();
$res = Db::name('nursing_worker')->where('id',$data['id'])->update($data);
if($res){
return json(['code'=>200,'msg'=>'修改成功']);
}else{
return json(['code'=>400,'msg'=>'修改失败']);
}
}

//删除病人陪护护工
public function del_nursing_worker(){
$data = input('post.');
$res = Db::name('nursing_worker')->where('id',$data['id'])->delete();
if($res){
return json(['code'=>200,'msg'=>'删除成功']);
}else{
return json(['code'=>400,'msg'=>'删除失败']);
}
}

//=====================================================病人陪护护工结束=====================================================



//=====================================================医院科室开始=====================================================

//获取医院科室
public function get_hospital_department(){
$data = input('post.');
$res = Db::name('hospital_department')->where('hospital_id',$data['hospital_id'])->select();
if($res){
return json(['code'=>200,'msg'=>'获取成功','data'=>$res]);
}else{
return json(['code'=>400,'msg'=>'获取失败']);
}
}

//添加医院科室
public function add_hospital_department(){
$data = input('post.');
$data['create_time'] = time();
$res = Db::name('hospital_department')->insert($data);
if($res){
return json(['code'=>200,'msg'=>'添加成功']);
}else{
return json(['code'=>400,'msg'=>'添加失败']);
}
}

//修改医院科室
public function edit_hospital_department(){
$data = input('post.');
$data['update_time'] = time();
$res = Db::name('hospital_department')->where('id',$data['id'])->update($data);
if($res){
return json(['code'=>200,'msg'=>'修改成功']);
}else{
return json(['code'=>400,'msg'=>'修改失败']);
}
}

//删除医院科室
public function del_hospital_department(){
$data = input('post.');
$res = Db::name('hospital_department')->where('id',$data['id'])->delete();
if($res){
return json(['code'=>200,'msg'=>'删除成功']);
}else{
return json(['code'=>400,'msg'=>'删除失败']);
}
}

//=====================================================医院科室结束=====================================================



//=====================================================医院病房开始=====================================================

//获取医院病房
public function get_hospital_room(){
$data = input('post.');
$res = Db::name('hospital_room')->where('hospital_id',$data['hospital_id'])->select();
if($res){
return json(['code'=>200,'msg'=>'获取成功','data'=>$res]);
}else{
return json(['code'=>400,'msg'=>'获取失败']);
}
}

//添加医院病房
public function add_hospital_room(){
$data = input('post.');
$data['create_time'] = time();
$res = Db::name('hospital_room')->insert($data);
if($res){
return json(['code'=>200,'msg'=>'添加成功']);
}else{
return json(['code'=>400,'msg'=>'添加失败']);
}
}

//修改医院病房
public function edit_hospital_room(){
$data = input('post.');
$data['update_time'] = time();
$res = Db::name('hospital_room')->where('id',$data['id'])->update($data);
if($res){
return json(['code'=>200,'msg'=>'修改成功']);
}else{
return json(['code'=>400,'msg'=>'修改失败']);
}
}

//删除医院病房
public function del_hospital_room(){
$data = input('post.');
$res = Db::name('hospital_room')->where('id',$data['id'])->delete();
if($res){
return json(['code'=>200,'msg'=>'删除成功']);
}else{
return json(['code'=>400,'msg'=>'删除失败']);
}
}

//=====================================================医院病房结束=====================================================



//=====================================================医院病床开始=====================================================

//获取医院病床
public function get_hospital_bed(){
$data = input('post.');
$res = Db::name('hospital_bed')->where('room_id',$data['room_id'])->select();
if($res){
return json(['code'=>200,'msg'=>'获取成功','data'=>$res]);
}else{
return json(['code'=>400,'msg'=>'获取失败']);
}
}

//添加医

护工陪护病人



Nurses take care of patients. They monitor their health, provide medical treatments, and help them with daily activities. They also provide emotional support and help them cope with their illness. Nurses are responsible for administering medications, monitoring vital signs, and responding to any changes in the patient's condition. They also provide education to patients and their families about their diagnosis and treatment options.

以上是VIP家政公司整理的昆山护工 病人陪护相关知识,希望对你有帮助。如果您还有病人护工招聘,病人陪护护工,陪护,护工,陪护病人护工,护工/病人陪护疑问,欢迎在线咨询,他们会给您合适的建议。

上一篇 :电话抽油烟机修

下一篇:光明家政公司价格表