Vitals
Vitals List
Customer | Sugar Level | Cholesterol | Pulse | Body Tempareture | Blood Pressure | Action |
---|---|---|---|---|---|---|
<%= data?.customer?.fullName %> | <%= data.sugarLevel ? `${data.sugarLevel} mmol/L` : '' %> | <%= data.cholesterol ? `${data.cholesterol} mg/dl` : '' %> | <%= data.pulse ? `${data.pulse} mg/dl` : '' %> | <%= data.bodyTempareture ? `${data.bodyTempareture} °C` :''%> | <%= data.systolicPressure %>/<%= data.diastolicPressure %> | Edit Delete |
Sorry! No Result Found
We've searched more than 150+ transformation videos We did not find any transformation video for you search.
Showing
<% if (((currentPage - 1) * pageSize) + 1 == listCount) { %>
<%= listCount %>
<% } else { %>
<%= ((currentPage - 1) * pageSize) + 1 %> to <%= currentPage == pageCount ? listCount : (currentPage * pageSize) %>
<% } %>
of <%= listCount %> entries
<% if (currentPage > 1) { %>
Previous
<% } else { %>
Previous
<% } %>
-
<% for (var j = 1; j <= pageCount; j++) { %>
<% if (j >= currentPage - 2 && j <= currentPage + 2) { %>
<% if (currentPage == j) { %>
- <%= j %> <% } else { %>
- <%= j %> <% } %> <% } %> <% } %>