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

Method HT17_group

drg_group/changzhou_2022/DRG/MDCH_DRG.java:58–60  ·  view source on GitHub ↗
(MedicalRecord record)

Source from the content-addressed store, hash-verified

56 }
57
58 public static boolean HT17_group(MedicalRecord record){
59 return record.inHospitalTime<5 && (record.leavingType.equals("2") || record.leavingType.equals("5"));
60 }
61
62 public static boolean HR11_group(MedicalRecord record){
63 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