ambulance.Ambulance.on_site_aid_patient#
- Ambulance.on_site_aid_patient(patient_ID: int, on_site_aid_times: ndarray, SIMULATION_PARAMETERS: dict[str, Any], SIMULATION_DATA: dict[str, Any])#
Help the patient on site.
- Parameters:
patient_ID (int) – The patient ID.
on_site_aid_times (np.ndarray) – Contains the on-site aid times.
SIMULATION_PARAMETERS (dict[str, Any]) – The simulation parameters. The parameters
PRINT
andENGINE_TYPE
are at least necessary. Note that methods that are called within this method may require more parameters. Seemain.py
for parameter explanations.SIMULATION_DATA (dict[str, Any]) – The simulation data.
output_patient
is at least necessary. Seemain.py
and the input data section on the ELASPY website for explanations. Note that methods that are called within this method may require more data.
- Raises:
Exception – If an invalid
ENGINE_TYPE
is specified.