2016-09-19 07:55:30 +00:00
|
|
|
|
2016-10-20 00:14:11 +00:00
|
|
|
// actions
|
2016-07-15 10:23:47 +00:00
|
|
|
PREP(actionCheckBloodPressure);
|
|
|
|
PREP(actionCheckBloodPressureLocal);
|
|
|
|
PREP(actionCheckPulse);
|
|
|
|
PREP(actionCheckPulseLocal);
|
|
|
|
PREP(actionCheckResponse);
|
|
|
|
PREP(actionDiagnose);
|
|
|
|
PREP(actionLoadUnit);
|
|
|
|
PREP(actionPlaceInBodyBag);
|
|
|
|
PREP(actionUnloadUnit);
|
2016-10-05 22:54:57 +00:00
|
|
|
|
|
|
|
// treaments
|
|
|
|
PREP(canTreat);
|
|
|
|
PREP(canTreatCached);
|
2016-07-15 10:23:47 +00:00
|
|
|
PREP(treatment);
|
2016-10-05 22:54:57 +00:00
|
|
|
PREP(treatment_failure);
|
2016-12-08 17:11:24 +00:00
|
|
|
PREP(treatment_success);
|
2016-10-05 22:54:57 +00:00
|
|
|
|
|
|
|
PREP(treatmentBandage);
|
|
|
|
PREP(treatmentBandageLocal);
|
2017-03-23 12:21:36 +00:00
|
|
|
PREP(fnc_treatmentCPR_progress);
|
|
|
|
PREP(treatmentCPR_start);
|
2016-10-05 22:54:57 +00:00
|
|
|
PREP(treatmentCPR);
|
|
|
|
PREP(treatmentCPRLocal);
|
|
|
|
PREP(treatmentFullHeal);
|
|
|
|
PREP(treatmentFullHealLocal);
|
2016-12-08 17:11:24 +00:00
|
|
|
PREP(treatmentIV);
|
|
|
|
PREP(treatmentIVLocal);
|
|
|
|
PREP(treatmentMedication);
|
|
|
|
PREP(treatmentMedicationLocal);
|
|
|
|
PREP(treatmentPartialHeal);
|
|
|
|
PREP(treatmentPartialHealLocal);
|
2016-10-05 22:54:57 +00:00
|
|
|
PREP(treatmentSurgicalKit_onProgress);
|
2016-12-08 17:11:24 +00:00
|
|
|
PREP(treatmentTourniquet);
|
|
|
|
PREP(treatmentTourniquetLocal);
|
|
|
|
PREP(treatmentTourniquetRemove);
|
2016-09-18 17:48:49 +00:00
|
|
|
|
2016-10-20 00:14:11 +00:00
|
|
|
// misc
|
|
|
|
PREP(addToLog);
|
|
|
|
PREP(addToTriageCard);
|
|
|
|
PREP(addUnloadPatientActions);
|
|
|
|
PREP(canAccessMedicalEquipment);
|
|
|
|
PREP(dropDownTriageCard);
|
|
|
|
PREP(getTriageStatus);
|
|
|
|
PREP(handleBandageOpening);
|
2016-12-08 17:11:24 +00:00
|
|
|
PREP(healTime);
|
2016-10-20 00:14:11 +00:00
|
|
|
PREP(isBeingCarried);
|
|
|
|
PREP(isBeingDragged);
|
|
|
|
PREP(onMedicationUsage);
|
|
|
|
|
2016-10-05 22:54:57 +00:00
|
|
|
// items
|
2016-09-18 17:48:49 +00:00
|
|
|
PREP(checkItems);
|
2016-10-05 22:54:57 +00:00
|
|
|
PREP(hasItem);
|
|
|
|
PREP(hasItems);
|
|
|
|
PREP(useItem);
|
|
|
|
PREP(useItems);
|
2016-09-19 07:55:30 +00:00
|
|
|
|
|
|
|
// litter
|
2016-12-08 17:11:24 +00:00
|
|
|
PREP(litterCleanupLoop);
|
2016-09-19 07:55:30 +00:00
|
|
|
PREP(litterCreate);
|
|
|
|
PREP(litterHandleCreate);
|