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

Method group

drg_group/suzhou_2023/ADRG/YR2.java:11–27  ·  view source on GitHub ↗
(MedicalRecord record)

Source from the content-addressed store, hash-verified

9
10public class YR2 {
11 public static String group(MedicalRecord record){
12 String[] adrg_zd={"R75.x00x001","Z20.600","Z21.x00x001"};
13 String[] adrg_ss={};
14 String[] adrg_ss1={};
15
16 if (true && Base.contains(adrg_zd,record.zdList[0])){
17 Base.groupMessages.putMessage(record.Index,"符合YR2入组条件,匹配规则:主诊断匹配");
18
19 if (MDCY_DRG.YR29_group(record)){
20 return "YR29";
21 }
22
23 return "YR2";
24 }else{
25 return "";
26 }
27 }
28}
29

Callers 1

groupMethod · 0.95

Calls 3

containsMethod · 0.95
YR29_groupMethod · 0.95
putMessageMethod · 0.45

Tested by

no test coverage detected