(MedicalRecord record)
| 11 | |
| 12 | public class OR1 { |
| 13 | public static String group(MedicalRecord record){ |
| 14 | String[] adrg_zd={}; |
| 15 | String[] adrg_zd1={"Z37.000","Z37.000x001","Z37.001","Z37.002","Z37.100","Z37.100x002","Z37.200","Z37.200x003","Z37.201","Z37.202","Z37.203","Z37.204","Z37.300","Z37.300x001","Z37.301","Z37.302","Z37.303","Z37.400","Z37.400x001","Z37.500","Z37.500x001","Z37.501","Z37.502","Z37.600","Z37.600x001","Z37.700","Z37.700x001","Z37.900","Z37.900x003"}; |
| 16 | String[] adrg_ss={}; |
| 17 | String[] adrg_ss1={}; |
| 18 | String[] adrg_ss2={}; |
| 19 | if (true && Base.intersect(Arrays.copyOfRange(record.zdList,1,record.zdList.length),adrg_zd1)){ |
| 20 | Base.groupMessages.putMessage(record.Index,"符合OR1入组条件,匹配规则:其他诊断匹配"); |
| 21 | |
| 22 | |
| 23 | if (MDCO_DRG.OR19_group(record)){ |
| 24 | return "OR19"; |
| 25 | } |
| 26 | |
| 27 | return ""; |
| 28 | }else{ |
| 29 | return ""; |
| 30 | } |
| 31 | } |
| 32 | } |
| 33 |
no test coverage detected