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

Method group

drg_group/changzhou_2022/ADRG/PR1.java:13–39  ·  view source on GitHub ↗
(MedicalRecord record)

Source from the content-addressed store, hash-verified

11
12public class PR1 {
13 public static String group(MedicalRecord record){
14 String[] adrg_zd={"P22.000","P22.000x001","P22.100x003","P22.101","P22.900"};
15 String[] adrg_zd1={};
16 String[] adrg_ss={};
17 String[] adrg_ss1={};
18 String[] adrg_ss2={};
19 if (true && Base.contains(adrg_zd,record.zdList[0]) && record.ageDay<=28){
20 Base.groupMessages.putMessage(record.Index,"符合PR1入组条件,匹配规则:主诊断匹配、新生儿");
21
22
23 if (MDCP_DRG.PR11_group(record)){
24 return "PR11";
25 }
26
27 if (MDCP_DRG.PR13_group(record)){
28 return "PR13";
29 }
30
31 if (MDCP_DRG.PR15_group(record)){
32 return "PR15";
33 }
34
35 return "";
36 }else{
37 return "";
38 }
39 }
40}
41

Callers 1

groupMethod · 0.95

Calls 5

containsMethod · 0.95
PR11_groupMethod · 0.95
PR13_groupMethod · 0.95
PR15_groupMethod · 0.95
putMessageMethod · 0.45

Tested by

no test coverage detected