Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntityType
-
Packages that use ICD10CMEntityType Package Description software.amazon.awssdk.services.comprehendmedical.model -
-
Uses of ICD10CMEntityType in software.amazon.awssdk.services.comprehendmedical.model
Methods in software.amazon.awssdk.services.comprehendmedical.model that return ICD10CMEntityType Modifier and Type Method Description ICD10CMEntityTypeICD10CMAttribute. category()The category of attribute.static ICD10CMEntityTypeICD10CMEntityType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ICD10CMEntityTypeICD10CMEntity. type()Describes the specific type of entity with category of entities.static ICD10CMEntityTypeICD10CMEntityType. 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.Methods in software.amazon.awssdk.services.comprehendmedical.model that return types with arguments of type ICD10CMEntityType Modifier and Type Method Description static Set<ICD10CMEntityType>ICD10CMEntityType. knownValues()Methods in software.amazon.awssdk.services.comprehendmedical.model with parameters of type ICD10CMEntityType Modifier and Type Method Description ICD10CMAttribute.BuilderICD10CMAttribute.Builder. category(ICD10CMEntityType category)The category of attribute.ICD10CMEntity.BuilderICD10CMEntity.Builder. type(ICD10CMEntityType type)Describes the specific type of entity with category of entities.
-