Skip to main content
. 2021 Feb 14;9(2):206. doi: 10.3390/healthcare9020206
Algorithm 1. Participant Registration
1: Input: Emergency Doctor ID, License Number
2: Output: Emergency Doctor
3:  Emergency doctor ID ← Emergency doctor
4:  License ← Authorized Doctor License Number
5:  Emergency Doctor ID ← Request for the registration to the system
7: if (Authorized Doctor License Number match) then
8:  Return Success (Register Emergency Doctor)
9: else
10:   Return ‘‘Unauthorized Person’’
11: end if