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

Method group

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

Source from the content-addressed store, hash-verified

9
10public class GG1 {
11 public static String group(MedicalRecord record){
12 String[] adrg_zd={};
13 String[] adrg_ss={"54.5100","54.5100x005","54.5100x009","54.5101","54.5102","54.5103","54.5900x007","54.5901","54.5902","54.5903","54.5904","54.5905","54.5906"};
14 String[] adrg_ss1={};
15
16 if (true && record.ssList!=null &&record.ssList.length>0 && Base.contains(adrg_ss,record.ssList[0])){
17 Base.groupMessages.putMessage(record.Index,"符合GG1入组条件,匹配规则:主手术匹配");
18
19 if (MDCG_DRG.GG19_group(record)){
20 return "GG19";
21 }
22
23 return "GG1";
24 }else{
25 return "";
26 }
27 }
28}
29

Callers 1

groupMethod · 0.95

Calls 3

containsMethod · 0.95
GG19_groupMethod · 0.95
putMessageMethod · 0.45

Tested by

no test coverage detected