| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
ICD10CMEntityCategory |
ICD10CMEntity.category()
The category of the entity.
|
static ICD10CMEntityCategory |
ICD10CMEntityCategory.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ICD10CMEntityCategory |
ICD10CMEntityCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ICD10CMEntityCategory[] |
ICD10CMEntityCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ICD10CMEntityCategory> |
ICD10CMEntityCategory.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ICD10CMEntity.Builder |
ICD10CMEntity.Builder.category(ICD10CMEntityCategory category)
The category of the entity.
|
Copyright © 2020. All rights reserved.