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

Method group

drg_group/zhejiang_2022/ADRG/GE1.java:12–45  ·  view source on GitHub ↗
(MedicalRecord record)

Source from the content-addressed store, hash-verified

10
11public class GE1 {
12 public static String group(MedicalRecord record){
13 String[] adrg_zd={};
14 String[] adrg_zd1={};
15 String[] adrg_ss={"17.1100x001","17.1200x001","17.1300x001","17.1300x002","17.2100x001","17.2200x001","17.2300x001","17.2400x001","53.0001","53.0002","53.0100x001","53.0101","53.0102","53.0201","53.0202","53.0203","53.0204","53.0301","53.0302","53.0401","53.0501","53.1000","53.1101","53.1201","53.1202","53.1203","53.1301","53.1401","53.1501","53.1601","53.1701","53.2101","53.2901","53.3101","53.3901","53.6200","53.6301","53.6302","53.6901"};
16 String[] adrg_ss1={};
17
18 if (true && record.ssList!=null && record.ssList.length>0 && Base.intersect(record.ssList,adrg_ss)){
19 Base.groupMessages.putMessage(record.Index,"符合GE1入组条件,匹配规则:某一手术匹配");
20
21 if (MDCG_DRG.GE10_group(record)){
22 return "GE10";
23 }
24
25 if (MDCG_DRG.GE11_group(record)){
26 return "GE11";
27 }
28
29 if (MDCG_DRG.GE13_group(record)){
30 return "GE13";
31 }
32
33 if (MDCG_DRG.GE15_group(record)){
34 return "GE15";
35 }
36
37 if (MDCG_DRG.GE19_group(record)){
38 return "GE19";
39 }
40
41 return "GE1";
42 }else{
43 return "";
44 }
45 }
46}
47

Callers 1

groupMethod · 0.95

Calls 7

intersectMethod · 0.95
GE10_groupMethod · 0.95
GE11_groupMethod · 0.95
GE13_groupMethod · 0.95
GE15_groupMethod · 0.95
GE19_groupMethod · 0.95
putMessageMethod · 0.45

Tested by

no test coverage detected