(MedicalRecord record)
| 68 | } |
| 69 | |
| 70 | public static boolean FC11_group(MedicalRecord record){ |
| 71 | return record.zdList.length>1 && Base.has_mcc(record.Index,record.zdList[0],Arrays.copyOfRange(record.zdList,1,record.zdList.length)); |
| 72 | } |
| 73 | |
| 74 | public static boolean FD11_group(MedicalRecord record){ |
| 75 | return record.zdList.length>1 && Base.has_mcc(record.Index,record.zdList[0],Arrays.copyOfRange(record.zdList,1,record.zdList.length)); |