Class: Aws::Types::ICD10CMTrait

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name"NEGATION", ...

Returns the value of attribute name.

Returns:

  • ("NEGATION", "DIAGNOSIS", "SIGN", "SYMPTOM", "PERTAINS_TO_FAMILY", "HYPOTHETICAL", "LOW_CONFIDENCE")


193
194
195
# File 'sig/types.rbs', line 193

def name
  @name
end

#score::Float

Returns the value of attribute score.

Returns:

  • (::Float)


194
195
196
# File 'sig/types.rbs', line 194

def score
  @score
end