(MedicalRecord record)
| 88 | } |
| 89 | |
| 90 | public static boolean DE13_group(MedicalRecord record){ |
| 91 | return record.zdList.length>1 && (record.mccList.length>0 || record.ccList.length>0); |
| 92 | } |
| 93 | |
| 94 | public static boolean DJ13_group(MedicalRecord record){ |
| 95 | return record.zdList.length>1 && (record.mccList.length>0 || record.ccList.length>0); |