| | |
| | | } |
| | | var score_ABO = 0; |
| | | var score_Rhd = 0; |
| | | var score_ZhiKang = 0; |
| | | var score_Filter = 0; |
| | | var score_Identity = 0; |
| | | var score_blood = 0; |
| | |
| | | } |
| | | else if (scoreInfo.Name().substr(0, 2) == "RH") { |
| | | score_Rhd += scoreInfo.RealScore(); |
| | | } |
| | | else if (scoreInfo.Name().substr(0, 7) == "ZhiKang") { |
| | | score_ZhiKang += scoreInfo.RealScore(); |
| | | } |
| | | else if (scoreInfo.Name().substr(0, 6) == "Filter") { |
| | | score_Filter += scoreInfo.RealScore(); |
| | |
| | | } |
| | | var html = '<p><span class="text-info">ABO分数:{0}</span></p>'.format(score_ABO); |
| | | html += '<p><span class="text-info">RhD分数:{0}</span></p>'.format(score_Rhd); |
| | | html += '<p><span class="text-info">直抗分数:{0}</span></p>'.format(score_ZhiKang); |
| | | html += '<p><span class="text-info">抗体筛选分数:{0}</span></p>'.format(score_Filter); |
| | | html += '<p><span class="text-info">抗体鉴定分数:{0}</span></p>'.format(score_Identity); |
| | | html += '<p><span class="text-info">交叉配型分数:{0}</span></p>'.format(score_blood); |