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

Method IF2A_group

drg_group/changsha_2023/DRG/MDCI_DRG.java:70–72  ·  view source on GitHub ↗
(MedicalRecord record)

Source from the content-addressed store, hash-verified

68 }
69
70 public static boolean IF2A_group(MedicalRecord record){
71 return record.age<=6;
72 }
73
74 public static boolean IF2B_group(MedicalRecord record){
75 return true;

Callers 1

groupMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected