mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
36 lines
706 B
C++
36 lines
706 B
C++
PREP(adjustPainLevel);
|
|
PREP(getBloodLoss);
|
|
PREP(getBloodPressure);
|
|
PREP(getBloodVolumeChange);
|
|
PREP(getCardiacOutput);
|
|
PREP(getHeartRateChange);
|
|
PREP(init);
|
|
PREP(install);
|
|
PREP(isInMedicalFacility);
|
|
PREP(isInMedicalVehicle);
|
|
PREP(isInStableCondition);
|
|
PREP(isMedic);
|
|
PREP(isMedicalVehicle);
|
|
|
|
// PREP(hasMedicalEnabled);
|
|
|
|
PREP(enteredStateCardiacArrest);
|
|
PREP(leavingStateCardiacArrest);
|
|
|
|
PREP(enteredStateFatalInjury);
|
|
|
|
PREP(conditionExecutionDeath);
|
|
PREP(transitionInstantDeathPrevented);
|
|
|
|
PREP(handleStateDefault);
|
|
PREP(handleStateInjured);
|
|
PREP(handleStateUnconscious);
|
|
PREP(handleUnitVitals);
|
|
PREP(handleMedications);
|
|
|
|
PREP(addPain);
|
|
PREP(setUnconscious);
|
|
PREP(setDead);
|
|
|
|
PREP(hasTourniquetAppliedTo);
|