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

Method group

drg_group/chs_drg_10/ADRG/PC1.java:12–29  ·  view source on GitHub ↗
(MedicalRecord record)

Source from the content-addressed store, hash-verified

10
11public class PC1 {
12 public static String group(MedicalRecord record){
13 String[] adrg_zd={};
14 String[] adrg_zd1={};
15 String[] adrg_ss={};
16 String[] adrg_ss1={};
17
18 if (true && record.ageDay<=28){
19 Base.groupMessages.putMessage(record.Index,"符合PC1入组条件,匹配规则:新生儿");
20
21 if (MDCP_DRG.PC19_group(record)){
22 return "PC19";
23 }
24
25 return "PC1";
26 }else{
27 return "";
28 }
29 }
30}
31

Callers 1

groupMethod · 0.95

Calls 2

PC19_groupMethod · 0.95
putMessageMethod · 0.45

Tested by

no test coverage detected