(MedicalRecord record)
| 232 | } |
| 233 | |
| 234 | public static boolean IF15A_group(MedicalRecord record){ |
| 235 | return record.age<14; |
| 236 | } |
| 237 | |
| 238 | public static boolean IF1AB_group(MedicalRecord record){ |
| 239 | return record.zdList.length>1 && (Base.has_mcc(record.Index,record.zdList[0],Arrays.copyOfRange(record.zdList,1,record.zdList.length)) || Base.has_cc(record.Index,record.zdList[0],Arrays.copyOfRange(record.zdList,1,record.zdList.length))); |