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

Method group

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

Source from the content-addressed store, hash-verified

10
11public class OF1 {
12 public static String group(MedicalRecord record){
13 String[] adrg_zd={};
14 String[] adrg_zd1={};
15 String[] adrg_ss={"69.0101","69.0200x003","69.0902","69.5101","69.5102","69.5103","69.5202","69.5901","73.1x00x001","73.1x00x002","73.1x01","73.1x02","73.4x00x004","73.8x00x003","74.9100","74.9100x001","74.9101","75.0x01","75.0x02","75.0x03"};
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,"符合OF1入组条件,匹配规则:某一手术匹配");
20
21 if (MDCO_DRG.OF11_group(record)){
22 return "OF11";
23 }
24
25 if (MDCO_DRG.OF13_group(record)){
26 return "OF13";
27 }
28
29 if (MDCO_DRG.OF15_group(record)){
30 return "OF15";
31 }
32
33 return "OF1";
34 }else{
35 return "";
36 }
37 }
38}
39

Callers 1

groupMethod · 0.95

Calls 5

intersectMethod · 0.95
OF11_groupMethod · 0.95
OF13_groupMethod · 0.95
OF15_groupMethod · 0.95
putMessageMethod · 0.45

Tested by

no test coverage detected