MCPcopy Create free account
hub / github.com/OpenDRG/DRG_Java / ES23_group

Method ES23_group

drg_group/changchun_2022/DRG/MDCE_DRG.java:94–96  ·  view source on GitHub ↗
(MedicalRecord record)

Source from the content-addressed store, hash-verified

92 }
93
94 public static boolean ES23_group(MedicalRecord record){
95 return record.zdList.length>1 && (record.mccList.length>0 || record.ccList.length>0);
96 }
97
98 public static boolean ES33_group(MedicalRecord record){
99 return record.zdList.length>1 && (record.mccList.length>0 || record.ccList.length>0);

Callers 1

groupMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected