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

Class AD1

drg_group/handan_2022/ADRG/AD1.java:11–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import drg_group.handan_2022.DRG.MDCA_DRG;
10
11public class AD1 {
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={};
17 String[] adrg_ss2={};
18 if (true && record.ssList!=null && record.ssList.length>0 && Base.contains(adrg_ss,record.ssList[0])){
19 Base.groupMessages.putMessage(record.Index,"符合AD1入组条件,匹配规则:主手术匹配");
20
21 if (MDCA_DRG.AD19_group(record)){
22 return "AD19";
23 }
24
25 return "";
26 }else{
27 return "";
28 }
29 }
30}
31

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected