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

Method DC10_group

drg_group/zhejiang_2022/DRG/MDCD_DRG.java:14–16  ·  view source on GitHub ↗
(MedicalRecord record)

Source from the content-addressed store, hash-verified

12 }
13
14 public static boolean DC10_group(MedicalRecord record){
15 return record.age<17;
16 }
17
18 public static boolean DG30_group(MedicalRecord record){
19 return record.age<17;

Callers 1

groupMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected