hamyar_paygah.models.mission_details_submodels.mission_result_model¶
Mission result sub-model for Mission details model.
Classes¶
Final outcome of an EMS mission. |
|
Results information of the mission. |
Module Contents¶
- class hamyar_paygah.models.mission_details_submodels.mission_result_model.MissionOutcome¶
Bases:
enum.EnumFinal outcome of an EMS mission.
Exactly zero or one outcome may apply to a mission. These values describe how the mission concluded, not the patient’s clinical condition.
- PATROL = 'Esteghrar'¶
Patrol or standby mission.
The ambulance was deployed for presence, crowd coverage, or rapid-response readiness. No patient was present, and no medical intervention was required.
- BASIC_CARE_ONLY = 'EghdamatAvaliye'¶
Basic medical care provided without patient transport.
Minor treatment was performed (e.g., small wound care), and the situation did not warrant hospital transfer.
- PRIVATE_TRANSPORT = 'EnteghalBaKhodroShakhsi'¶
Patient transported using a private or non-EMS vehicle.
EMS personnel did not perform the transport.
- TRANSFERRED_TO_MEDICAL_CENTER = 'EzamBeDarmani'¶
Patient transferred to a hospital or medical facility.
Transport was performed as part of the EMS mission.
- OTHER_AMBULANCE = 'AmbulanceDigar'¶
Mission handled or completed by another ambulance unit.
This unit did not complete the patient care or transport.
- NO_SHOW = 'AdamHozoor'¶
Patient was not present at the scene.
EMS arrived but could not locate the patient.
- NO_COOPERATION_ANY = 'AdamHamkariHarNoe'¶
Complete refusal of cooperation.
The patient refused all assessment, treatment, and transport under any circumstances.
- NO_COOPERATION = 'AdamHamkari'¶
Partial refusal of cooperation.
The patient refused certain aspects of care but may have accepted others.
- CANCELED_BY_DISPATCH = 'LaghvAzHedayat'¶
Mission canceled by dispatch or command center.
Cancellation occurred before meaningful patient contact.
- FALSE_CALL = 'Kazeb'¶
False or incorrect emergency call.
The mission was triggered by incorrect information, prank calls, or deliberate misinformation.
- DECEASED_BEFORE_ARRIVAL = 'FotGhabl'¶
Patient was already deceased upon EMS arrival.
No resuscitation or treatment was initiated.
- class hamyar_paygah.models.mission_details_submodels.mission_result_model.MissionResult¶
Results information of the mission.
- result: MissionOutcome | None¶
Final result of the mission.