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

Method SU19_group

drg_group/yantai_2023/DRG/MDCS_DRG.java:10–12  ·  view source on GitHub ↗
(MedicalRecord record)

Source from the content-addressed store, hash-verified

8public class MDCS_DRG {
9
10 public static boolean SU19_group(MedicalRecord record){
11 return true;
12 }
13
14 public static boolean SB11_group(MedicalRecord record){
15 return record.zdList.length>1 && Base.has_mcc(record.Index,record.zdList[0],Arrays.copyOfRange(record.zdList,1,record.zdList.length));

Callers 1

groupMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected