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

Method group

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

Source from the content-addressed store, hash-verified

10
11public class IE1 {
12 public static String group(MedicalRecord record){
13 String[] adrg_zd={};
14 String[] adrg_zd1={};
15 String[] adrg_ss={"77.0900x005","77.0901","77.1901","77.2900x001","77.2900x008","77.2901","77.3901","77.3902","77.3903","77.3904","77.3905","77.6900x001","77.6900x004","77.6900x025","77.6900x057","77.6900x058","77.6901","77.7901","77.8900x002","77.8900x004","77.8900x005","77.8900x017","77.8901","77.8902","77.9900x003","77.9901","78.0900x012","78.0900x016","78.0900x017","78.0900x022","78.0900x023","78.0900x024","78.0901","78.1901","78.4900x007","78.4900x008","78.4900x009","78.4901","78.5900x027","78.5900x028","78.5900x029","78.5900x030","78.5901","78.7901","79.0902","79.1903","79.3900x025","79.3900x026","79.3900x027","79.3900x037","79.3900x039","79.3900x043","79.3900x045","79.3900x046","79.3900x048","79.3900x050","79.3900x056","79.3900x057","79.3900x058","79.3901","81.4001","84.1901"};
16 String[] adrg_ss1={};
17 String[] adrg_ss2={};
18 if (true && record.ssList!=null && record.ssList.length>0 && Base.contains(adrg_ss,record.ssList[0]) && record.ssList!=null && record.ssList.length>0 && Base.intersect(record.ssList,adrg_ss)){
19 Base.groupMessages.putMessage(record.Index,"符合IE1入组条件,匹配规则:主手术匹配、某一手术匹配");
20
21 if (MDCI_DRG.IE11_group(record)){
22 return "IE11";
23 }
24
25 if (MDCI_DRG.IE13_group(record)){
26 return "IE13";
27 }
28
29 if (MDCI_DRG.IE15_group(record)){
30 return "IE15";
31 }
32
33 return "";
34 }else{
35 return "";
36 }
37 }
38}
39

Callers 1

groupMethod · 0.95

Calls 6

containsMethod · 0.95
intersectMethod · 0.95
IE11_groupMethod · 0.95
IE13_groupMethod · 0.95
IE15_groupMethod · 0.95
putMessageMethod · 0.45

Tested by

no test coverage detected