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