You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ComprehendMedical::Types::RxNormAttribute

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The extracted attributes that relate to this entity. The attributes recognized by InferRxNorm are DOSAGE, DURATION, FORM, FREQUENCY, RATE, ROUTE_OR_MODE.

Instance Attribute Summary collapse

Instance Attribute Details

#begin_offsetInteger

The 0-based character offset in the input text that shows where the attribute begins. The offset returns the UTF-8 code point in the string.

Returns:

  • (Integer)

    The 0-based character offset in the input text that shows where the attribute begins.

#end_offsetInteger

The 0-based character offset in the input text that shows where the attribute ends. The offset returns the UTF-8 code point in the string.

Returns:

  • (Integer)

    The 0-based character offset in the input text that shows where the attribute ends.

#idInteger

The numeric identifier for this attribute. This is a monotonically increasing id unique within this response rather than a global unique identifier.

Returns:

  • (Integer)

    The numeric identifier for this attribute.

#relationship_scoreFloat

The level of confidence that Amazon Comprehend Medical has that the attribute is accurately linked to an entity.

Returns:

  • (Float)

    The level of confidence that Amazon Comprehend Medical has that the attribute is accurately linked to an entity.

#scoreFloat

The level of confidence that Comprehend Medical has that the segment of text is correctly recognized as an attribute.

Returns:

  • (Float)

    The level of confidence that Comprehend Medical has that the segment of text is correctly recognized as an attribute.

#textString

The segment of input text which corresponds to the detected attribute.

Returns:

  • (String)

    The segment of input text which corresponds to the detected attribute.

#traitsArray<Types::RxNormTrait>

Contextual information for the attribute. InferRxNorm recognizes the trait NEGATION for attributes, i.e. that the patient is not taking a specific dose or form of a medication.

Returns:

#typeString

The type of attribute. The types of attributes recognized by InferRxNorm are BRAND_NAME and GENERIC_NAME.

Possible values:

  • DOSAGE
  • DURATION
  • FORM
  • FREQUENCY
  • RATE
  • ROUTE_OR_MODE
  • STRENGTH

Returns:

  • (String)

    The type of attribute.