public interface Icd
| Modifier and Type | Interface and Description |
|---|---|
static class |
Icd.GenericIcd |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getIdentifier() |
String |
getIssuingAgency() |
Scheme |
getScheme() |
static Icd |
of(String identifier,
String code,
Scheme scheme) |
static Icd |
of(String identifier,
String code,
Scheme scheme,
String issuingAgency) |
Copyright © 2021 NorStella. All rights reserved.