(MedicalRecord record)
| 11 | |
| 12 | public class CB2 { |
| 13 | public static String group(MedicalRecord record){ |
| 14 | String[] adrg_zd={}; |
| 15 | String[] adrg_zd1={}; |
| 16 | String[] adrg_ss={"12.1100x002","12.1101","12.1200x001","12.1201","12.1202","12.1203","12.1300","12.1400x001","12.1400x008","12.1401","12.1402","12.1403","12.1404","12.3100","12.3200x001","12.3300","12.3301","12.3500","12.3501","12.3502","12.3503","12.3504","12.3900x001","12.3900x004","12.3901","12.3902","12.4100x001","12.4100x002","12.4100x003","12.4100x004","12.4401","12.6301","12.9701","12.9702","12.9703"}; |
| 17 | String[] adrg_ss1={}; |
| 18 | String[] adrg_ss2={}; |
| 19 | if (true && record.ssList!=null && record.ssList.length>0 && Base.contains(adrg_ss,record.ssList[0])){ |
| 20 | Base.groupMessages.putMessage(record.Index,"符合CB2入组条件,匹配规则:主手术匹配"); |
| 21 | |
| 22 | |
| 23 | if (MDCC_DRG.CB23_group(record)){ |
| 24 | return "CB23"; |
| 25 | } |
| 26 | |
| 27 | if (MDCC_DRG.CB25_group(record)){ |
| 28 | return "CB25"; |
| 29 | } |
| 30 | |
| 31 | return ""; |
| 32 | }else{ |
| 33 | return ""; |
| 34 | } |
| 35 | } |
| 36 | } |
| 37 |
no test coverage detected