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

Method DE13_group

drg_group/changchun_2022/DRG/MDCD_DRG.java:90–92  ·  view source on GitHub ↗
(MedicalRecord record)

Source from the content-addressed store, hash-verified

88 }
89
90 public static boolean DE13_group(MedicalRecord record){
91 return record.zdList.length>1 && (record.mccList.length>0 || record.ccList.length>0);
92 }
93
94 public static boolean DJ13_group(MedicalRecord record){
95 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