| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
ICD10CMEntityType |
ICD10CMAttribute.category()
The category of attribute.
|
static ICD10CMEntityType |
ICD10CMEntityType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ICD10CMEntityType |
ICD10CMEntity.type()
Describes the specific type of entity with category of entities.
|
static ICD10CMEntityType |
ICD10CMEntityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ICD10CMEntityType[] |
ICD10CMEntityType.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<ICD10CMEntityType> |
ICD10CMEntityType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ICD10CMAttribute.Builder |
ICD10CMAttribute.Builder.category(ICD10CMEntityType category)
The category of attribute.
|
ICD10CMEntity.Builder |
ICD10CMEntity.Builder.type(ICD10CMEntityType type)
Describes the specific type of entity with category of entities.
|
Copyright © 2023. All rights reserved.