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

Method group

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

Source from the content-addressed store, hash-verified

10
11public class KE1 {
12 public static String group(MedicalRecord record){
13 String[] adrg_zd={};
14 String[] adrg_zd1={};
15 String[] adrg_ss={"43.8201","43.8903","43.9900x003","44.3200x001","44.3201","44.3803","44.3804","44.3900x003","44.3901","44.3902","44.3903","44.3904","44.5x00x002","44.5x00x004","44.5x00x005","44.5x01","44.5x02","44.5x03","44.5x04","44.5x05","44.5x06","44.5x07","44.6800x002","44.6801","44.6902","44.9501","44.9502","44.9601","44.9602","44.9701","44.9800x003","44.9800x004","44.9801","44.9802","45.9100x006","45.9100x008","45.9103","45.9104","85.3100","85.3200","86.8300x031","86.8300x032","86.8301","86.8302","86.8303","86.8304","86.8305","86.8306","86.8900x002","86.8900x011","86.9000x001"};
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,"符合KE1入组条件,匹配规则:某一手术匹配");
20
21 if (MDCK_DRG.KE11_group(record)){
22 return "KE11";
23 }
24
25 if (MDCK_DRG.KE13_group(record)){
26 return "KE13";
27 }
28
29 if (MDCK_DRG.KE15_group(record)){
30 return "KE15";
31 }
32
33 return "KE1";
34 }else{
35 return "";
36 }
37 }
38}
39

Callers 1

groupMethod · 0.95

Calls 5

intersectMethod · 0.95
KE11_groupMethod · 0.95
KE13_groupMethod · 0.95
KE15_groupMethod · 0.95
putMessageMethod · 0.45

Tested by

no test coverage detected