Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttribute
-
Packages that use ICD10CMAttribute Package Description software.amazon.awssdk.services.comprehendmedical.model -
-
Uses of ICD10CMAttribute in software.amazon.awssdk.services.comprehendmedical.model
Methods in software.amazon.awssdk.services.comprehendmedical.model that return types with arguments of type ICD10CMAttribute Modifier and Type Method Description List<ICD10CMAttribute>ICD10CMEntity. attributes()The detected attributes that relate to the entity.Methods in software.amazon.awssdk.services.comprehendmedical.model with parameters of type ICD10CMAttribute Modifier and Type Method Description ICD10CMEntity.BuilderICD10CMEntity.Builder. attributes(ICD10CMAttribute... attributes)The detected attributes that relate to the entity.Method parameters in software.amazon.awssdk.services.comprehendmedical.model with type arguments of type ICD10CMAttribute Modifier and Type Method Description ICD10CMEntity.BuilderICD10CMEntity.Builder. attributes(Collection<ICD10CMAttribute> attributes)The detected attributes that relate to the entity.
-