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

Method IF15A_group

drg_group/lanzhou_2023/DRG/MDCI_DRG.java:234–236  ·  view source on GitHub ↗
(MedicalRecord record)

Source from the content-addressed store, hash-verified

232 }
233
234 public static boolean IF15A_group(MedicalRecord record){
235 return record.age<14;
236 }
237
238 public static boolean IF1AB_group(MedicalRecord record){
239 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