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

Method group

drg_group/lanzhou_2023/ADRG/ZZ1.java:12–33  ·  view source on GitHub ↗
(MedicalRecord record)

Source from the content-addressed store, hash-verified

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

Callers 1

groupMethod · 0.95

Calls 4

intersectMethod · 0.95
ZZ11_groupMethod · 0.95
ZZ1B_groupMethod · 0.95
putMessageMethod · 0.45

Tested by

no test coverage detected