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

Method SR10_group

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

Source from the content-addressed store, hash-verified

12 }
13
14 public static boolean SR10_group(MedicalRecord record){
15 return record.age<=17;
16 }
17
18 public static boolean SU19_group(MedicalRecord record){
19 return true;

Callers 1

groupMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected