(MedicalRecord record)
| 96 | } |
| 97 | |
| 98 | public static boolean FF31_group(MedicalRecord record){ |
| 99 | return record.zdList.length>1 && Base.has_mcc(record.Index,record.zdList[0],Arrays.copyOfRange(record.zdList,1,record.zdList.length)); |
| 100 | } |
| 101 | |
| 102 | public static boolean FR11_group(MedicalRecord record){ |
| 103 | return record.zdList.length>1 && Base.has_mcc(record.Index,record.zdList[0],Arrays.copyOfRange(record.zdList,1,record.zdList.length)); |