You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><%=latest_triage.performed_by.full_name%> decided that <%=patient.full_name%> is safe to vaccinate using the <%=vaccination_method%> vaccine only.</p>
35
-
<%else%>
36
-
<p><%=latest_triage.performed_by.full_name%> decided that <%=patient.full_name%> is safe to vaccinate.</p>
37
-
<%end%>
38
-
<%elsiflatest_triage.do_not_vaccinate?%>
39
-
<p><%=latest_triage.performed_by.full_name%> decided that <%=patient.full_name%> should not be vaccinated.</p>
40
-
<%elsiflatest_triage.delay_vaccination?%>
41
-
<p><%=latest_triage.performed_by.full_name%> decided that <%=patient.full_name%>'s vaccination should be delayed.</p>
0 commit comments