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

Method FF33_group

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

Source from the content-addressed store, hash-verified

140 }
141
142 public static boolean FF33_group(MedicalRecord record){
143 return record.zdList.length>1 && (record.mccList.length>0 || record.ccList.length>0);
144 }
145
146 public static boolean FL23_group(MedicalRecord record){
147 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