public class Icds extends Object
| Modifier and Type | Method and Description |
|---|---|
Icd |
findByCode(String code) |
Icd |
findByIdentifier(String identifier) |
Icd |
findBySchemeAndCode(Scheme scheme,
String code) |
static Icds |
of(Icd[]... values) |
IcdIdentifier |
parse(ParticipantIdentifier participantIdentifier) |
IcdIdentifier |
parse(String s) |
IcdIdentifier |
parse(String icd,
String identifier) |
List<Icd> |
values() |
public IcdIdentifier parse(String s) throws PeppolParsingException
PeppolParsingExceptionpublic IcdIdentifier parse(ParticipantIdentifier participantIdentifier) throws PeppolParsingException
PeppolParsingExceptionpublic IcdIdentifier parse(String icd, String identifier) throws PeppolParsingException
PeppolParsingExceptionCopyright © 2021 NorStella. All rights reserved.