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

Method group

drg_group/zhejiang_2022/ADRG/FC1.java:12–29  ·  view source on GitHub ↗
(MedicalRecord record)

Source from the content-addressed store, hash-verified

10
11public class FC1 {
12 public static String group(MedicalRecord record){
13 String[] adrg_zd={};
14 String[] adrg_zd1={};
15 String[] adrg_ss={"00.6600x004","00.6601","17.5500x002","17.5500x003","17.5501","36.0400","36.1000x001","36.1000x002","36.1100","36.1200","36.1300","36.1400","36.1500","36.1600","36.1700x001","36.1900x001","36.2x00"};
16 String[] adrg_ss1={};
17
18 if (true && record.ssList!=null && record.ssList.length>0 && Base.intersect(record.ssList,adrg_ss)){
19 Base.groupMessages.putMessage(record.Index,"符合FC1入组条件,匹配规则:某一手术匹配");
20
21 if (MDCF_DRG.FC19_group(record)){
22 return "FC19";
23 }
24
25 return "FC1";
26 }else{
27 return "";
28 }
29 }
30}
31

Callers 1

groupMethod · 0.95

Calls 3

intersectMethod · 0.95
FC19_groupMethod · 0.95
putMessageMethod · 0.45

Tested by

no test coverage detected