(MedicalRecord record)
| 20 | } |
| 21 | |
| 22 | public static boolean SS11_group(MedicalRecord record){ |
| 23 | return record.zdList.length>1 && record.mccList.length>0; |
| 24 | } |
| 25 | |
| 26 | public static boolean SV11_group(MedicalRecord record){ |
| 27 | return record.zdList.length>1 && record.mccList.length>0; |