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

Method group

drg_group/changchun_2022/ADRG/ZZ1.java:13–35  ·  view source on GitHub ↗
(MedicalRecord record)

Source from the content-addressed store, hash-verified

11
12public class ZZ1 {
13 public static String group(MedicalRecord record){
14 String[] adrg_zd={};
15 String[] adrg_zd1={};
16 String[] adrg_ss={};
17 String[] adrg_ss1={};
18 String[] adrg_ss2={};
19 if (true && record.ssValidList.length==0){
20 Base.groupMessages.putMessage(record.Index,"符合ZZ1入组条件,匹配规则:无手术");
21
22
23 if (MDCZ_DRG.ZZ11_group(record)){
24 return "ZZ11";
25 }
26
27 if (MDCZ_DRG.ZZ15_group(record)){
28 return "ZZ15";
29 }
30
31 return "";
32 }else{
33 return "";
34 }
35 }
36}
37

Callers 1

groupMethod · 0.95

Calls 3

ZZ11_groupMethod · 0.95
ZZ15_groupMethod · 0.95
putMessageMethod · 0.45

Tested by

no test coverage detected