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