Class: Aws::Types::RxNormEntity

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Array[Types::RxNormAttribute]

Returns the value of attribute attributes.

Returns:



360
361
362
# File 'sig/types.rbs', line 360

def attributes
  @attributes
end

#begin_offset::Integer

Returns the value of attribute begin_offset.

Returns:

  • (::Integer)


358
359
360
# File 'sig/types.rbs', line 358

def begin_offset
  @begin_offset
end

#category"MEDICATION"

Returns the value of attribute category.

Returns:

  • ("MEDICATION")


355
356
357
# File 'sig/types.rbs', line 355

def category
  @category
end

#end_offset::Integer

Returns the value of attribute end_offset.

Returns:

  • (::Integer)


359
360
361
# File 'sig/types.rbs', line 359

def end_offset
  @end_offset
end

#id::Integer

Returns the value of attribute id.

Returns:

  • (::Integer)


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.

Returns:



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.

Returns:

  • (::Float)


357
358
359
# File 'sig/types.rbs', line 357

def score
  @score
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


354
355
356
# File 'sig/types.rbs', line 354

def text
  @text
end

#traits::Array[Types::RxNormTrait]

Returns the value of attribute traits.

Returns:



361
362
363
# File 'sig/types.rbs', line 361

def traits
  @traits
end

#type"BRAND_NAME", "GENERIC_NAME"

Returns the value of attribute type.

Returns:

  • ("BRAND_NAME", "GENERIC_NAME")


356
357
358
# File 'sig/types.rbs', line 356

def type
  @type
end