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

Method group

drg_group/changsha_2023/ADRG/HL2.java:13–39  ·  view source on GitHub ↗
(MedicalRecord record)

Source from the content-addressed store, hash-verified

11
12public class HL2 {
13 public static String group(MedicalRecord record){
14 String[] adrg_zd={};
15 String[] adrg_zd1={};
16 String[] adrg_ss={"51.1000","51.1100","51.1101","51.1104","51.1105","51.1500","52.1302","52.1303"};
17 String[] adrg_ss1={};
18 String[] adrg_ss2={};
19 if (true && record.ssList!=null && record.ssList.length>0 && Base.contains(adrg_ss,record.ssList[0])){
20 Base.groupMessages.putMessage(record.Index,"符合HL2入组条件,匹配规则:主手术匹配");
21
22
23 if (MDCH_DRG.HL21_group(record)){
24 return "HL21";
25 }
26
27 if (MDCH_DRG.HL23_group(record)){
28 return "HL23";
29 }
30
31 if (MDCH_DRG.HL25_group(record)){
32 return "HL25";
33 }
34
35 return "";
36 }else{
37 return "";
38 }
39 }
40}
41

Callers 1

groupMethod · 0.95

Calls 5

containsMethod · 0.95
HL21_groupMethod · 0.95
HL23_groupMethod · 0.95
HL25_groupMethod · 0.95
putMessageMethod · 0.45

Tested by

no test coverage detected