(MedicalRecord record)
| 32 | } |
| 33 | |
| 34 | public static boolean SR13_group(MedicalRecord record){ |
| 35 | return record.zdList.length>1 && (record.mccList.length>0 || record.ccList.length>0); |
| 36 | } |
| 37 | |
| 38 | public static boolean SS13_group(MedicalRecord record){ |
| 39 | return record.zdList.length>1 && (record.mccList.length>0 || record.ccList.length>0); |