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

Method group

drg_group/fuzhou_2022/ADRG/AC1.java:12–25  ·  view source on GitHub ↗
(MedicalRecord record)

Source from the content-addressed store, hash-verified

10
11public class AC1 {
12 public static String group(MedicalRecord record){
13 String[] adrg_zd={};
14 String[] adrg_zd1={};
15 String[] adrg_ss={"52.8000","52.8200","52.8300"};
16 String[] adrg_ss1={"55.6100","55.6901"};
17
18 if (true && record.ssList!=null && record.ssList.length>0 && Base.intersect(record.ssList,adrg_ss) && Base.intersect(record.ssList,adrg_ss1)){
19 Base.groupMessages.putMessage(record.Index,"符合AC1入组条件,匹配规则:双手术匹配");
20
21 return "AC1";
22 }else{
23 return "";
24 }
25 }
26}
27

Callers 1

groupMethod · 0.95

Calls 2

intersectMethod · 0.95
putMessageMethod · 0.45

Tested by

no test coverage detected