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

Method group

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

Source from the content-addressed store, hash-verified

10
11public class BM1 {
12 public static String group(MedicalRecord record){
13 String[] adrg_zd={};
14 String[] adrg_zd1={};
15 String[] adrg_ss={"88.4100x001","88.4101","88.4102","88.4103","88.4104","88.4401","88.6101","88.6102","88.6103"};
16 String[] adrg_ss1={};
17
18 if (true && record.ssList!=null && record.ssList.length>0 && Base.contains(adrg_ss,record.ssList[0])){
19 Base.groupMessages.putMessage(record.Index,"符合BM1入组条件,匹配规则:主手术匹配");
20
21 if (MDCB_DRG.BM11_group(record)){
22 return "BM11";
23 }
24
25 if (MDCB_DRG.BM15_group(record)){
26 return "BM15";
27 }
28
29 return "BM1";
30 }else{
31 return "";
32 }
33 }
34}
35

Callers 1

groupMethod · 0.95

Calls 4

containsMethod · 0.95
BM11_groupMethod · 0.95
BM15_groupMethod · 0.95
putMessageMethod · 0.45

Tested by

no test coverage detected