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

Method group

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

Source from the content-addressed store, hash-verified

11
12public class PK1 {
13 public static String group(MedicalRecord record){
14 String[] adrg_zd={};
15 String[] adrg_zd1={};
16 String[] adrg_ss={"93.9000x003","93.9001","96.7101"};
17 String[] adrg_ss1={};
18 String[] adrg_ss2={};
19 if (true && record.ssList.length>0 && Base.contains(adrg_ss,record.ssList[0]) && record.ageDay<=28){
20 Base.groupMessages.putMessage(record.Index,"符合PK1入组条件,匹配规则:主手术匹配 新生儿");
21
22
23 if (MDCP_DRG.PK11_group(record)){
24 return "PK11";
25 }
26
27 if (MDCP_DRG.PK13_group(record)){
28 return "PK13";
29 }
30
31 if (MDCP_DRG.PK15_group(record)){
32 return "PK15";
33 }
34
35 return "";
36 }else{
37 return "";
38 }
39 }
40}
41

Callers 1

groupMethod · 0.95

Calls 5

containsMethod · 0.95
PK11_groupMethod · 0.95
PK13_groupMethod · 0.95
PK15_groupMethod · 0.95
putMessageMethod · 0.45

Tested by

no test coverage detected