ambulance.Ambulance.go_to_patient#
- Ambulance.go_to_patient(patient_ID: int, patient_location_ID: int, SIMULATION_PARAMETERS: dict[str, Any], SIMULATION_DATA: dict[str, Any])#
 Drive to the patient.
- Parameters:
 patient_ID (int) – The patient ID.
patient_location_ID (int) – The arrival location of the patient.
SIMULATION_PARAMETERS (dict[str, Any]) – The simulation parameters. The parameters
PRINTandENGINE_TYPEare at least necessary. Note that methods that are called within this method may require more parameters. Seemain.pyfor parameter explanations.SIMULATION_DATA (dict[str, Any]) – The simulation data.
output_patientis at least necessary. Seemain.pyand 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_TYPEis specified.