| Package | Description |
|---|---|
| network.oxalis.vefa.peppol.icd | |
| network.oxalis.vefa.peppol.icd.api | |
| network.oxalis.vefa.peppol.icd.code | |
| network.oxalis.vefa.peppol.icd.model |
| Modifier and Type | Method and Description |
|---|---|
Icd |
Icds.findByCode(String code) |
Icd |
Icds.findByIdentifier(String identifier) |
Icd |
Icds.findBySchemeAndCode(Scheme scheme,
String code) |
| Modifier and Type | Method and Description |
|---|---|
List<Icd> |
Icds.values() |
| Modifier and Type | Method and Description |
|---|---|
static Icds |
Icds.of(Icd[]... values) |
| Modifier and Type | Class and Description |
|---|---|
static class |
Icd.GenericIcd |
| Modifier and Type | Method and Description |
|---|---|
static Icd |
Icd.of(String identifier,
String code,
Scheme scheme) |
static Icd |
Icd.of(String identifier,
String code,
Scheme scheme,
String issuingAgency) |
| Modifier and Type | Class and Description |
|---|---|
class |
PeppolIcd |
| Modifier and Type | Method and Description |
|---|---|
static Icd |
PeppolIcd.findByCode(String icd) |
static Icd |
PeppolIcd.findByIdentifier(String icd) |
static Icd |
GenericIcd.of(String identifier,
String code,
Scheme scheme)
Deprecated.
|
static Icd |
GenericIcd.of(String identifier,
String code,
Scheme scheme,
String issuingAgency)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Icd |
IcdIdentifier.getIcd() |
| Modifier and Type | Method and Description |
|---|---|
static IcdIdentifier |
IcdIdentifier.of(Icd icd,
String identifier) |
Copyright © 2022 NorStella. All rights reserved.