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

Class AE1

drg_group/wuxi_2022/ADRG/AE1.java:10–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import drg_group.wuxi_2022.DRG.MDCA_DRG;
9
10public class AE1 {
11 public static String group(MedicalRecord record){
12 String[] adrg_zd={};
13 String[] adrg_ss={"55.6100","55.6901"};
14 String[] adrg_ss1={};
15
16 if (true && record.ssList!=null &&record.ssList.length>0 && Base.contains(adrg_ss,record.ssList[0])){
17 Base.groupMessages.putMessage(record.Index,"符合AE1入组条件,匹配规则:主手术匹配");
18
19 return "AE1";
20 }else{
21 return "";
22 }
23 }
24}
25

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected