%_.each(this.model.pages.toJSON(), function(item) {%>
<%=item.depName%>:<%=item.dateString%> | |
---|---|
既往症・原因・主要症状・経過等 | 処方・手術・処置等 |
<%=item.leftData%> |
<%_.each(item.rightData.items, function(order) {%>
【<%=order.type%>】
<%_.each(order.items, function(subItem) {%>
<%});%>
<%=subItem.name%> <%if(_.isEqual(subItem.orderCate,'400') || _.isEqual(subItem.orderCate,'450')){%> <%}else{%> × <%if(_.isEqual(item.typeCode,'4')){%> <%=subItem.toyaku%> <%}else{%> <%=subItem.toyaku%> <%}%> <%=subItem.unit%> <%if(!_.isEmpty(subItem.yohoType,'')){%> <%if(_.isEqual(subItem.yohoType,'1')){%> 内 <%}else if(_.isEqual(subItem.yohoType,'2')){%> 頓 <%}else if(_.isEqual(subItem.yohoType,'3')){%> 外 <%}%> <%}%> <%if(!_.isEmpty(subItem.yohoValue,'')){%> 分<%=subItem.yohoValue%> <%}%> <%if(!_.isEmpty(subItem.yohoDayCount,'')){%> <%=subItem.yohoDayCount%>日(回) <%}%> <%if(!_.isEmpty(subItem.yohoFukuyo,'')){%> <%=subItem.yohoFukuyo%> <%}%> <%if(!_.isEmpty(subItem.yohoFukuyo2,'')){%> <%=subItem.yohoFukuyo2%> <%}%> <%}%> <%});%> |