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

Method group

drg_group/wuxi_2022/ADRG/PK1.java:11–23  ·  view source on GitHub ↗
(MedicalRecord record)

Source from the content-addressed store, hash-verified

9
10public class PK1 {
11 public static String group(MedicalRecord record){
12 String[] adrg_zd={};
13 String[] adrg_ss={"93.9000x003","93.9001","96.7101"};
14 String[] adrg_ss1={};
15
16 if (true && record.ssList!=null &&record.ssList.length>0 && Base.contains(adrg_ss,record.ssList[0]) && record.ageDay<=28){
17 Base.groupMessages.putMessage(record.Index,"符合PK1入组条件,匹配规则:主手术匹配、新生儿");
18
19 return "PK1";
20 }else{
21 return "";
22 }
23 }
24}
25

Callers 1

groupMethod · 0.95

Calls 2

containsMethod · 0.95
putMessageMethod · 0.45

Tested by

no test coverage detected