| 64 | } |
| 65 | |
| 66 | public static boolean PS13_group(MedicalRecord record){ |
| 67 | return record.zdList.length>1 && (Base.has_mcc(record.Index,record.zdList[0],Arrays.copyOfRange(record.zdList,1,record.zdList.length)) || Base.has_cc(record.Index,record.zdList[0],Arrays.copyOfRange(record.zdList,1,record.zdList.length))); |
| 68 | } |
| 69 | |
| 70 | public static boolean PS23_group(MedicalRecord record){ |
| 71 | return record.zdList.length>1 && (Base.has_mcc(record.Index,record.zdList[0],Arrays.copyOfRange(record.zdList,1,record.zdList.length)) || Base.has_cc(record.Index,record.zdList[0],Arrays.copyOfRange(record.zdList,1,record.zdList.length))); |