
<%
if(msgs[i].patientNewMsgCount>0){
%>
<%=msgs[i].patientNewMsgCount > 99 ? '99+' : msgs[i].patientNewMsgCount%>
<%
}
%>
<%=msgs[i].doctorName%>
<%if (msgs[i].status === 'A') {%>
<%}%>
<%if (msgs[i].status === 'B' || msgs[i].status === 'D' || msgs[i].status === 'K') {%>
<%}%>
<%if (msgs[i].status === 'C') {%>
<%}%>
<%if (msgs[i].status === 'E') {%>
<%}%>
<%if (msgs[i].status === 'G' || msgs[i].status === 'T') {%>
<%}%>
<%if (msgs[i].status === 'H' || msgs[i].status === 'I' || msgs[i].status === 'W') {%>
<%}%>
<%if (msgs[i].status === 'P') {%>
<%}%>
<%=getSpaceTime(msgs[i].updateTime)%>
<%=msgs[i].symptomDesc ? replaceBr(msgs[i].symptomDesc) : ''%>
<%
var scoreTotal = msgs[i].scoreTotal;
var emptyTotal = 5 - scoreTotal;
if(scoreTotal){
%>
<%
for(var k=0; k< emptyTotal; k++){
%>
<%
}
for(var j=0; j< scoreTotal; j++){
%>
<%
}
%>
<%
}
%>
<%if(msgs[i].phoneCountdownTime){%>
离开始还有 <%=getFutureSpaceTime(msgs[i].phoneCountdownTime)%>
<%}%>