Class: Aws::Types::RxNormAttribute

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#begin_offset::Integer

Returns the value of attribute begin_offset.

Returns:

  • (::Integer)


338
339
340
# File 'sig/types.rbs', line 338

def begin_offset
  @begin_offset
end

#end_offset::Integer

Returns the value of attribute end_offset.

Returns:

  • (::Integer)


339
340
341
# File 'sig/types.rbs', line 339

def end_offset
  @end_offset
end

#id::Integer

Returns the value of attribute id.

Returns:

  • (::Integer)


337
338
339
# File 'sig/types.rbs', line 337

def id
  @id
end

#relationship_score::Float

Returns the value of attribute relationship_score.

Returns:

  • (::Float)


336
337
338
# File 'sig/types.rbs', line 336

def relationship_score
  @relationship_score
end

#score::Float

Returns the value of attribute score.

Returns:

  • (::Float)


335
336
337
# File 'sig/types.rbs', line 335

def score
  @score
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


340
341
342
# File 'sig/types.rbs', line 340

def text
  @text
end

#traits::Array[Types::RxNormTrait]

Returns the value of attribute traits.

Returns:



341
342
343
# File 'sig/types.rbs', line 341

def traits
  @traits
end

#type"DOSAGE", ...

Returns the value of attribute type.

Returns:

  • ("DOSAGE", "DURATION", "FORM", "FREQUENCY", "RATE", "ROUTE_OR_MODE", "STRENGTH")


334
335
336
# File 'sig/types.rbs', line 334

def type
  @type
end