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

Method MJ1A_group

drg_group/changsha_2023/DRG/MDCM_DRG.java:26–28  ·  view source on GitHub ↗
(MedicalRecord record)

Source from the content-addressed store, hash-verified

24 }
25
26 public static boolean MJ1A_group(MedicalRecord record){
27 return record.age<=6;
28 }
29
30 public static boolean MD1B_group(MedicalRecord record){
31 return true;

Callers 1

groupMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected