(MedicalRecord record)
| 136 | } |
| 137 | |
| 138 | public static boolean FF23_group(MedicalRecord record){ |
| 139 | return record.zdList.length>1 && (record.mccList.length>0 || record.ccList.length>0); |
| 140 | } |
| 141 | |
| 142 | public static boolean FF33_group(MedicalRecord record){ |
| 143 | return record.zdList.length>1 && (record.mccList.length>0 || record.ccList.length>0); |