아동학대 예방교육 동영상 시청

저희 마음과마음 정신건강의학과 전 임직원은 

신고의무자이자 동시에 공공부문 아동학대 예방교육 대상자에 해당됩니다.

이하의 동영상을 필히 시청하시기 바랍니다.

 

* 「아동학대범죄의 처벌 등에 관한 특례법」 제10조제2항에 규정된 신고의무자

「아동학대처벌법」 제10조 제2항 제17호에서는 「정신건강증진 및 정신질환자 복지서비스 지원에 관한 법률」 제3조 제5호에 따른 ‘정신의료기관의 장과 종사자’를 

신고의무자 교육 대상으로 규정하고 있으므로, 동 법에 근거해 설립된 정신의료기관의 간호조무사는 신고의무자 교육대상에 해당됩니다.

2022_긴급복지신고의무자교육

장애인학대신고의무자 동영상 시청과 교육

# Assistant will create an HTML form with a scoring system based on the depression survey provided by the user # The scoring will be dynamic and show the category of depression based on the total score html_code_with_scoring = """ 우울증 자가진단 설문지

우울증 자가진단 설문지

""" # Write the HTML code with scoring to a file html_file_with_scoring_path = '/mnt/data/depression_survey_with_scoring.html' with open(html_file_with_scoring_path, 'w') as file: file.write(html_code_with_scoring) html_file_with_scoring_path