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

Method group

drg_group/changzhou_2022/ADRG/PT1.java:13–31  ·  view source on GitHub ↗
(MedicalRecord record)

Source from the content-addressed store, hash-verified

11
12public class PT1 {
13 public static String group(MedicalRecord record){
14 String[] adrg_zd={"P05.001","P05.100","P05.102","P07.100","P07.101","P07.300","P07.300x001","P07.300x011"};
15 String[] adrg_zd1={};
16 String[] adrg_ss={};
17 String[] adrg_ss1={};
18 String[] adrg_ss2={};
19 if (true && Base.intersect(record.zdList,adrg_zd) && record.weight>0 && record.weight>=1500 && record.weight<2500 && record.ageDay<=28){
20 Base.groupMessages.putMessage(record.Index,"符合PT1入组条件,匹配规则:某一诊断匹配、体重1500至2500克、新生儿");
21
22
23 if (MDCP_DRG.PT19_group(record)){
24 return "PT19";
25 }
26
27 return "";
28 }else{
29 return "";
30 }
31 }
32}
33

Callers 1

groupMethod · 0.95

Calls 3

intersectMethod · 0.95
PT19_groupMethod · 0.95
putMessageMethod · 0.45

Tested by

no test coverage detected