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

Method group

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

Source from the content-addressed store, hash-verified

10
11public class QC1 {
12 public static String group(MedicalRecord record){
13 String[] adrg_zd={};
14 String[] adrg_zd1={};
15 String[] adrg_ss={"07.8000","07.8001","07.8100","07.8100x009","07.8101","07.8201","07.8300","07.8300x002","07.8400","07.8401","07.9100","07.9200x001","07.9300","07.9400","07.9500","07.9800","07.9901","34.3x01","34.3x02","34.3x03","34.3x04","34.3x05","34.4x02"};
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,"符合QC1入组条件,匹配规则:某一手术匹配");
20
21 if (MDCQ_DRG.QC11_group(record)){
22 return "QC11";
23 }
24
25 if (MDCQ_DRG.QC13_group(record)){
26 return "QC13";
27 }
28
29 if (MDCQ_DRG.QC15_group(record)){
30 return "QC15";
31 }
32
33 return "QC1";
34 }else{
35 return "";
36 }
37 }
38}
39

Callers 1

groupMethod · 0.95

Calls 5

intersectMethod · 0.95
QC11_groupMethod · 0.95
QC13_groupMethod · 0.95
QC15_groupMethod · 0.95
putMessageMethod · 0.45

Tested by

no test coverage detected