Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute
-
Packages that use SNOMEDCTAttribute Package Description software.amazon.awssdk.services.comprehendmedical.model -
-
Uses of SNOMEDCTAttribute in software.amazon.awssdk.services.comprehendmedical.model
Methods in software.amazon.awssdk.services.comprehendmedical.model that return types with arguments of type SNOMEDCTAttribute Modifier and Type Method Description List<SNOMEDCTAttribute>SNOMEDCTEntity. attributes()An extracted segment of the text that is an attribute of an entity, or otherwise related to an entity, such as the dosage of a medication taken.Methods in software.amazon.awssdk.services.comprehendmedical.model with parameters of type SNOMEDCTAttribute Modifier and Type Method Description SNOMEDCTEntity.BuilderSNOMEDCTEntity.Builder. attributes(SNOMEDCTAttribute... attributes)An extracted segment of the text that is an attribute of an entity, or otherwise related to an entity, such as the dosage of a medication taken.Method parameters in software.amazon.awssdk.services.comprehendmedical.model with type arguments of type SNOMEDCTAttribute Modifier and Type Method Description SNOMEDCTEntity.BuilderSNOMEDCTEntity.Builder. attributes(Collection<SNOMEDCTAttribute> attributes)An extracted segment of the text that is an attribute of an entity, or otherwise related to an entity, such as the dosage of a medication taken.
-