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

Method group

drg_group/wuxi_2022/ADRG/CB2.java:11–27  ·  view source on GitHub ↗
(MedicalRecord record)

Source from the content-addressed store, hash-verified

9
10public class CB2 {
11 public static String group(MedicalRecord record){
12 String[] adrg_zd={};
13 String[] adrg_ss={"12.1100x002","12.1101","12.1200x001","12.1201","12.1202","12.1203","12.1300","12.1400x001","12.1400x008","12.1401","12.1402","12.1403","12.1404","12.3100","12.3200x001","12.3300","12.3301","12.3500","12.3501","12.3502","12.3503","12.3504","12.3900x001","12.3900x004","12.3901","12.3902","12.4100x001","12.4100x002","12.4100x003","12.4100x004","12.4401","12.6301","12.9701","12.9702","12.9703"};
14 String[] adrg_ss1={};
15
16 if (true && record.ssList!=null &&record.ssList.length>0 && Base.contains(adrg_ss,record.ssList[0])){
17 Base.groupMessages.putMessage(record.Index,"符合CB2入组条件,匹配规则:主手术匹配");
18
19 if (MDCC_DRG.CB29_group(record)){
20 return "CB29";
21 }
22
23 return "CB2";
24 }else{
25 return "";
26 }
27 }
28}
29

Callers 1

groupMethod · 0.95

Calls 3

containsMethod · 0.95
CB29_groupMethod · 0.95
putMessageMethod · 0.45

Tested by

no test coverage detected