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

Method GroupResult

drg_group/qingdao_2023/GroupResult.java:15–24  ·  view source on GitHub ↗
(String index, String status, List<String> messages, String mdc,
            String adrg, String drg,MedicalRecord record)

Source from the content-addressed store, hash-verified

13 public String drg;
14 public MedicalRecord record;
15 public GroupResult(String index, String status, List<String> messages, String mdc,
16 String adrg, String drg,MedicalRecord record) {
17 Index = index;
18 this.status = status;
19 this.messages = messages;
20 this.mdc = mdc;
21 this.adrg = adrg;
22 this.drg = drg;
23 this.record=record;
24 }
25 public GroupResult(String status, List<String> messages, MedicalRecord record) {
26 Index = record.Index;
27 this.status = status;

Callers

nothing calls this directly

Calls 1

getDescMethod · 0.45

Tested by

no test coverage detected