Skip to content

Commit

Permalink
Merge pull request #169 from rpiambulance/CKegel-training-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbruce authored Jan 27, 2024
2 parents b0f4c4c + a15c52b commit 074e937
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 15 deletions.
22 changes: 13 additions & 9 deletions js/controllers/CrewChiefTrainingCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,18 @@ angular.module(ctrl_name, []).controller(ctrl_name, ['$scope', function ($scope)
'* Be an Attendant\n' +
'* Hold valid certification as Emergency Medical Technician – Basic or above in New York\n' +
'* Complete the online NIMS IS-100, IS-200, IS-700 and IS-800 courses\n' +
'* Complete in-service training for Albuterol, Glucometry, Epinephrine, ' +
'Patella reduction and Naloxone treatment modalities\n' +
'* Take and pass the Crew Chief class and written exam with an 80% or higher \n' +
'* Complete PCR writing class\n' +
'* Receive instruction in PCR writing from a crew chief trainer and demonstrate proficiency using ' +
'the ePCR platform.\n' +
'* Complete the Crew Chief checklist\n' +
'* Pass a Crew Chief practical, and submit an evaluation\n' +
'* Complete a minimum of two (2) real calls with a Crew Chief Trainer in the patient compartment and' +
'receive a passing evaluation for both\n' +
'* Request and receive approval by the promotional board for promotion'
'* Teach at least three attendant checklist items under the supervision of a credentialed member\n' +
'* Pass a Crew Chief practical, including PCR writing components\n' +
'* Perform a first response vehicle equipment check\n' +
'* Complete a minimum of two real calls with a Crew Chief Trainer in the patient compartment and' +
' receive a passing evaluation for both\n' +
'* Recieve joint approval from the captain and training committee'


},
Expand All @@ -35,9 +40,8 @@ angular.module(ctrl_name, []).controller(ctrl_name, ['$scope', function ($scope)
body: 'To be a Crew Chief a member must satisfy the following requirements:' + '\n' +
'* Be a Probationary Crew Chief\n' +
'* Crew Chief at least two (2) calls, one of which must be a transport, and receive a passing evaluation\n' +
'* Teach at least three (3) Attendant Checklist items to a trainee under the supervision of a Crew Chief\n' +
'* Student teach 1 training drill, and submit an evaluation \n' +
'* Request and receive approval by the promotional board for promotion'
'* Lead a training drill, scenario, or other agency training event \n' +
'* Recieve joint approval from the captain and training committee

},

Expand All @@ -49,7 +53,7 @@ angular.module(ctrl_name, []).controller(ctrl_name, ['$scope', function ($scope)
'* Crew Chief three (3) emergency or non- emergency calls\n' +
'* Teach at least three (3) Crew Chief Checklist items to a trainee under the supervision of a Crew Chief Trainer\n' +
'* Teach a training scenario or Crew Chief class to the membership under the supervision of a Crew Chief trainer \n' +
'* Request and receive approval by the promotional board for promotion'
'* Recieve joint approval from the captain and training committee'

},

Expand Down
14 changes: 8 additions & 6 deletions js/controllers/DriverTrainingCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,23 @@ angular.module(ctrl_name, []).controller(ctrl_name, ['$scope', function ($scope)
internal_title: 'Probie Driver',
body: 'To be a probationary Driver a member must satisfy the following requirements:' + '\n' +
'* Be an Attendant\n' +
'* Hold a Valid NYS Class D Drivers License or equivalent for a minimum of six (6) months\n' +
'* Hold and actively utilize a valid NYS Class D Drivers License or equivalent for a minimum of six (6) months\n' +
'* Attend and pass the written exam for the RPI Ambulance Driver Training Class\n' +
'* Hold a CEVO, EVOC or RPI Ambulance EVDD Certification \n' +
'* Complete the Driver Checklist\n' +
'* Complete the online NIMS IS-100, IS-200, IS-700 and IS-800 courses\n' +
'* Complete and submit copy of an Ambulance Vehicle Checklist\n' +
'* Complete at least five (5) hours of behind the wheel training under the supervision of a Driver Trainer\n' +
'* Drive a minimum of two (2) Priority-II calls and receive passing evaluations from a trainer. A driver ' +
'* Drive a first response vehicle with a driver trainer\n' +
'* Drive a minimum of two (2) calls in non-emergency mode and receive passing evaluations from a trainer. A driver ' +
'trainer must accompany the trainee in the driver compartment during these calls\n' +
'* Drive a minimum of one (1) Priority-I call and receive passing evaluations from a trainer. A driver\n' +
'* Drive a minimum of one (1) call in emergency mode and receive passing evaluations from a trainer. A driver\n' +
'trainer must accompany the trainee in the driver compartment during this call\n' +
'* Drive to each Albany area hospital with a driver trainer to become familiar with routes to these less ' +
'common destinations\n' +
'* Teach three (3) attendant checklist items under the supervision of a credentialed member\n' +
'* Pass the Driver Practical Exam administered by a Driver Trainer\n' +
'* Request and receive approval by the promotional board for promotion'
'* Receive joint approval from the captain and training committee'


},
Expand All @@ -40,7 +42,7 @@ angular.module(ctrl_name, []).controller(ctrl_name, ['$scope', function ($scope)
body: 'To be a Driver a member must satisfy the following requirements:' + '\n' +
'* Be a Probationary Driver\n' +
'* Drive two (2) calls as a probationary Driver and receive passing evaluations from a Trainer\n' +
'* Request and receive approval by the promotional board for promotion'
'* Receive joint approval from the captain and training committee'

},

Expand All @@ -54,7 +56,7 @@ angular.module(ctrl_name, []).controller(ctrl_name, ['$scope', function ($scope)
'* Teach a driver related course or drill under the supervision of a Driver Trainer\n' +
'* Teach at least three (3) Driver Checklist items to a trainee under the supervision of a Driver Trainer \n' +
'* Conduct at least one (1) vehicle training session with a trainee under the supervision of a Driver Trainer\n' +
'* Request and receive approval by the promotional board for promotion'
'* Receive joint approval from the captain and training committee'

},

Expand Down

0 comments on commit 074e937

Please sign in to comment.