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

Method AH19_group

drg_group/qingdao_2023/DRG/MDCA_DRG.java:34–36  ·  view source on GitHub ↗
(MedicalRecord record)

Source from the content-addressed store, hash-verified

32 }
33
34 public static boolean AH19_group(MedicalRecord record){
35 return true;
36 }
37
38 public static boolean AB11_group(MedicalRecord record){
39 return record.zdList.length>1 && Base.has_mcc(record.Index,record.zdList[0],Arrays.copyOfRange(record.zdList,1,record.zdList.length));

Callers 3

groupMethod · 0.95
groupMethod · 0.95
groupMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected