| Package | Description |
|---|---|
| org.hl7.fhir.utilities.ucum |
| Modifier and Type | Method and Description |
|---|---|
ConceptKind |
Concept.getKind() |
static ConceptKind |
ConceptKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConceptKind[] |
ConceptKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Concept> |
Search.doSearch(UcumModel model,
ConceptKind kind,
String text,
boolean isRegex) |
List<Concept> |
UcumEssenceService.search(ConceptKind kind,
String text,
boolean isRegex) |
List<Concept> |
UcumService.search(ConceptKind kind,
String text,
boolean isRegex)
Search through the UCUM concepts for any concept containing matching text.
|
| Constructor and Description |
|---|
Concept(ConceptKind kind,
String code,
String codeUC) |
Unit(ConceptKind kind,
String code,
String codeUC) |
Copyright © 2014–2018 University Health Network. All rights reserved.