Research Article

Modeling Medical Services with Mobile Health Applications

Algorithm 1

Find the equilibrium.
Data: H
Result: n
1.n←0;
2. for do
3.  
4.  
5.  
6. if
then
7.   n← n+1;
8.   go to step 3;
9.   end
10. end
11. return n;