(MedicalRecord record)
| 36 | } |
| 37 | |
| 38 | public static boolean OR11_group(MedicalRecord record){ |
| 39 | return record.zdList.length>1 && Base.has_mcc(record.Index,record.zdList[0],Arrays.copyOfRange(record.zdList,1,record.zdList.length)); |
| 40 | } |
| 41 | |
| 42 | public static boolean OS11_group(MedicalRecord record){ |
| 43 | return record.zdList.length>1 && Base.has_mcc(record.Index,record.zdList[0],Arrays.copyOfRange(record.zdList,1,record.zdList.length)); |