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

Method group

drg_group/chs_drg_10/MDC/MDCA.java:13–80  ·  view source on GitHub ↗
(MedicalRecord record)

Source from the content-addressed store, hash-verified

11
12public class MDCA{
13 public static String group(MedicalRecord record){
14 String[] mdc_zd={};
15 String[] dept_list={};
16 if (!(true && record.ssList!=null && record.ssList.length>0 && Base.contains(Base.SS_VALID,record.ssList[0]))){
17 return "";
18 }
19
20 Base.groupMessages.putMessage(record.Index,"符合MDCA入组条件,匹配规则:存在手术");
21 String result;
22
23 result=AA1.group(record);
24 if (result.length()>0){
25 return result;
26 }
27
28 result=AB1.group(record);
29 if (result.length()>0){
30 return result;
31 }
32
33 result=AC1.group(record);
34 if (result.length()>0){
35 return result;
36 }
37
38 result=AD1.group(record);
39 if (result.length()>0){
40 return result;
41 }
42
43 result=AE1.group(record);
44 if (result.length()>0){
45 return result;
46 }
47
48 result=AF1.group(record);
49 if (result.length()>0){
50 return result;
51 }
52
53 result=AG1.group(record);
54 if (result.length()>0){
55 return result;
56 }
57
58 result=AG2.group(record);
59 if (result.length()>0){
60 return result;
61 }
62
63 result=AH1_1.group(record);
64 if (result.length()>0){
65 return result;
66 }
67
68 result=AH1_2.group(record);
69 if (result.length()>0){
70 return result;

Callers 1

groupMethod · 0.95

Calls 14

containsMethod · 0.95
groupMethod · 0.95
groupMethod · 0.95
groupMethod · 0.95
groupMethod · 0.95
groupMethod · 0.95
groupMethod · 0.95
groupMethod · 0.95
groupMethod · 0.95
groupMethod · 0.95
groupMethod · 0.95
intersectMethod · 0.95

Tested by

no test coverage detected