Research Article

[Retracted] The Dynamic Movement of Disaster Management Systems Based on Vehicle Networks and Applied on the Healthcare System

Algorithm 1

Selecting VaaR-Storage and VaaR-Relaying vehicles.
Input: all vehicle locations within zone
Output: identify VaaR-Storage and VaaR-Relaying vehicles
1. Begin
2. Get the position of vehicle
3. For each vehicle within zone
4.  IF the vehicle direction towards the center of the zone
5.    Calculate the distance between the vehicle and the zone center
6.  Select the nearest vehicle to center to serve as VaaR-Storage and leave the others as a standby
7.  End IF
8.   Else the vehicle direction out of the zone center
9.    Calculate the distance between the vehicle and the zone center
10.   Select the furthest vehicle to center to serve as VaaR-Relaying within a coverage area and leave the others as a standby
11. End for
12. End