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

Method FF23_group

drg_group/quanzhou_2023/DRG/MDCF_DRG.java:138–140  ·  view source on GitHub ↗
(MedicalRecord record)

Source from the content-addressed store, hash-verified

136 }
137
138 public static boolean FF23_group(MedicalRecord record){
139 return record.zdList.length>1 && (record.mccList.length>0 || record.ccList.length>0);
140 }
141
142 public static boolean FF33_group(MedicalRecord record){
143 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