Method
GroupResult
(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
Tested by
no test coverage detected