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

Method MB19_group

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

Source from the content-addressed store, hash-verified

8public class MDCM_DRG {
9
10 public static boolean MB19_group(MedicalRecord record){
11 return true;
12 }
13
14 public static boolean MA1A_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)) || Base.has_cc(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