(MedicalRecord record)
| 228 | } |
| 229 | |
| 230 | public static boolean IF1AA_group(MedicalRecord record){ |
| 231 | 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))) && record.age<14; |
| 232 | } |
| 233 | |
| 234 | public static boolean IF15A_group(MedicalRecord record){ |
| 235 | return record.age<14; |