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

Method CD1D_group

drg_group/beijing_2022/DRG/MDCC_DRG.java:102–104  ·  view source on GitHub ↗
(MedicalRecord record)

Source from the content-addressed store, hash-verified

100 }
101
102 public static boolean CD1D_group(MedicalRecord record){
103 return record.age<=6;
104 }
105
106 public static boolean CD19_group(MedicalRecord record){
107 return true;

Callers 1

groupMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected