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

Method DC2D_group

drg_group/beijing_2022/DRG/MDCD_DRG.java:146–148  ·  view source on GitHub ↗
(MedicalRecord record)

Source from the content-addressed store, hash-verified

144 }
145
146 public static boolean DC2D_group(MedicalRecord record){
147 return record.age<=6;
148 }
149
150 public static boolean DC29_group(MedicalRecord record){
151 return true;

Callers 1

groupMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected