(MedicalRecord record)
| 10 | |
| 11 | public class JB1 { |
| 12 | public static String group(MedicalRecord record){ |
| 13 | String[] adrg_zd={}; |
| 14 | String[] adrg_zd1={}; |
| 15 | String[] adrg_ss={"85.3100","85.3200","85.3300x001","85.3500x001","85.5100x001","85.5200x001","85.5300x001","85.5400x001","85.5500x001","85.5500x002","85.6x00x001","85.7000x001","85.7100x001","85.7200x001","85.7300x001","85.7400x001","85.7500x001","85.7600x001","85.7900x001","85.8100","85.8200","85.8300","85.8400","85.8500","85.8601","85.8700x003","85.8701","85.8702","85.8900x005","85.8900x006","85.8900x007","85.8900x008","85.8901","85.9100","85.9300","85.9400","85.9500","85.9600"}; |
| 16 | String[] adrg_ss1={}; |
| 17 | |
| 18 | if (true && record.ssList!=null && record.ssList.length>0 && Base.contains(adrg_ss,record.ssList[0])){ |
| 19 | Base.groupMessages.putMessage(record.Index,"符合JB1入组条件,匹配规则:主手术匹配"); |
| 20 | |
| 21 | if (MDCJ_DRG.JB13_group(record)){ |
| 22 | return "JB13"; |
| 23 | } |
| 24 | |
| 25 | if (MDCJ_DRG.JB15_group(record)){ |
| 26 | return "JB15"; |
| 27 | } |
| 28 | |
| 29 | return "JB1"; |
| 30 | }else{ |
| 31 | return ""; |
| 32 | } |
| 33 | } |
| 34 | } |
| 35 |
no test coverage detected