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

Method group

drg_group/changchun_2022/ADRG/VC1.java:13–35  ·  view source on GitHub ↗
(MedicalRecord record)

Source from the content-addressed store, hash-verified

11
12public class VC1 {
13 public static String group(MedicalRecord record){
14 String[] adrg_zd={};
15 String[] adrg_zd1={};
16 String[] adrg_ss={"21.9900x002","21.9900x005","21.9901","21.9902","79.6100","79.6201","79.6202","79.6301","79.6302","79.6400","79.6500","79.6601","79.6602","79.6701","79.6702","79.6800","79.6900x002","79.6901","83.4500x001","83.4501","83.4502","86.2200x011","86.2201","86.2202","86.2800x012"};
17 String[] adrg_ss1={};
18 String[] adrg_ss2={};
19 if (true && record.ssList.length>0 && Base.contains(adrg_ss,record.ssList[0])){
20 Base.groupMessages.putMessage(record.Index,"符合VC1入组条件,匹配规则:主手术匹配");
21
22
23 if (MDCV_DRG.VC13_group(record)){
24 return "VC13";
25 }
26
27 if (MDCV_DRG.VC15_group(record)){
28 return "VC15";
29 }
30
31 return "";
32 }else{
33 return "";
34 }
35 }
36}
37

Callers 1

groupMethod · 0.95

Calls 4

containsMethod · 0.95
VC13_groupMethod · 0.95
VC15_groupMethod · 0.95
putMessageMethod · 0.45

Tested by

no test coverage detected