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

Class AC1

drg_group/changsha_2023/ADRG/AC1.java:12–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected