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

Method group

drg_group/qingdao_2023/ADRG/JB3.java:12–37  ·  view source on GitHub ↗
(MedicalRecord record)

Source from the content-addressed store, hash-verified

10
11public class JB3 {
12 public static String group(MedicalRecord record){
13 String[] adrg_zd={};
14 String[] adrg_zd1={};
15 String[] adrg_ss={"40.1900x002","40.2200","85.0x00x002","85.0x00x003","85.0x01","85.0x02","85.2000x001","85.2000x002","85.2100x003","85.2100x019","85.2100x020","85.2100x021","85.2100x022","85.2101","85.2400x004","85.2400x005","85.2401","85.2402","85.2500","85.9900"};
16 String[] adrg_ss1={};
17
18 if (true && record.ssList!=null && record.ssList.length>0 && Base.contains(adrg_ss,record.ssList[0])){
19 Base.groupMessages.putMessage(record.Index,"符合JB3入组条件,匹配规则:主手术匹配");
20
21 if (MDCJ_DRG.JB31_group(record)){
22 return "JB31";
23 }
24
25 if (MDCJ_DRG.JB33_group(record)){
26 return "JB33";
27 }
28
29 if (MDCJ_DRG.JB35_group(record)){
30 return "JB35";
31 }
32
33 return "JB3";
34 }else{
35 return "";
36 }
37 }
38}
39

Callers 1

groupMethod · 0.95

Calls 5

containsMethod · 0.95
JB31_groupMethod · 0.95
JB33_groupMethod · 0.95
JB35_groupMethod · 0.95
putMessageMethod · 0.45

Tested by

no test coverage detected