Class: Aws::Types::RxNormEntity
- Inherits:
-
Object
- Object
- Aws::Types::RxNormEntity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Array[Types::RxNormAttribute]
Returns the value of attribute attributes.
-
#begin_offset ⇒ ::Integer
Returns the value of attribute begin_offset.
-
#category ⇒ "MEDICATION"
Returns the value of attribute category.
-
#end_offset ⇒ ::Integer
Returns the value of attribute end_offset.
-
#id ⇒ ::Integer
Returns the value of attribute id.
-
#rx_norm_concepts ⇒ ::Array[Types::RxNormConcept]
Returns the value of attribute rx_norm_concepts.
-
#score ⇒ ::Float
Returns the value of attribute score.
-
#text ⇒ ::String
Returns the value of attribute text.
-
#traits ⇒ ::Array[Types::RxNormTrait]
Returns the value of attribute traits.
-
#type ⇒ "BRAND_NAME", "GENERIC_NAME"
Returns the value of attribute type.
Instance Attribute Details
#attributes ⇒ ::Array[Types::RxNormAttribute]
Returns the value of attribute attributes.
360 361 362 |
# File 'sig/types.rbs', line 360 def attributes @attributes end |
#begin_offset ⇒ ::Integer
Returns the value of attribute begin_offset.
358 359 360 |
# File 'sig/types.rbs', line 358 def begin_offset @begin_offset end |
#category ⇒ "MEDICATION"
Returns the value of attribute category.
355 356 357 |
# File 'sig/types.rbs', line 355 def category @category end |
#end_offset ⇒ ::Integer
Returns the value of attribute end_offset.
359 360 361 |
# File 'sig/types.rbs', line 359 def end_offset @end_offset end |
#id ⇒ ::Integer
Returns the value of attribute id.
353 354 355 |
# File 'sig/types.rbs', line 353 def id @id end |
#rx_norm_concepts ⇒ ::Array[Types::RxNormConcept]
Returns the value of attribute rx_norm_concepts.
362 363 364 |
# File 'sig/types.rbs', line 362 def rx_norm_concepts @rx_norm_concepts end |
#score ⇒ ::Float
Returns the value of attribute score.
357 358 359 |
# File 'sig/types.rbs', line 357 def score @score end |
#text ⇒ ::String
Returns the value of attribute text.
354 355 356 |
# File 'sig/types.rbs', line 354 def text @text end |
#traits ⇒ ::Array[Types::RxNormTrait]
Returns the value of attribute traits.
361 362 363 |
# File 'sig/types.rbs', line 361 def traits @traits end |
#type ⇒ "BRAND_NAME", "GENERIC_NAME"
Returns the value of attribute type.
356 357 358 |
# File 'sig/types.rbs', line 356 def type @type end |