Class: Aws::Types::ICD10CMAttribute

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#begin_offset::Integer

Returns the value of attribute begin_offset.



162
163
164
# File 'sig/types.rbs', line 162

def begin_offset
  @begin_offset
end

#category"DX_NAME", "TIME_EXPRESSION"

Returns the value of attribute category.



166
167
168
# File 'sig/types.rbs', line 166

def category
  @category
end

#end_offset::Integer

Returns the value of attribute end_offset.



163
164
165
# File 'sig/types.rbs', line 163

def end_offset
  @end_offset
end

#id::Integer

Returns the value of attribute id.



161
162
163
# File 'sig/types.rbs', line 161

def id
  @id
end

#relationship_score::Float

Returns the value of attribute relationship_score.



160
161
162
# File 'sig/types.rbs', line 160

def relationship_score
  @relationship_score
end

#relationship_type"OVERLAP", ...

Returns the value of attribute relationship_type.



167
168
169
# File 'sig/types.rbs', line 167

def relationship_type
  @relationship_type
end

#score::Float

Returns the value of attribute score.



159
160
161
# File 'sig/types.rbs', line 159

def score
  @score
end

#text::String

Returns the value of attribute text.



164
165
166
# File 'sig/types.rbs', line 164

def text
  @text
end

#traits::Array[Types::ICD10CMTrait]

Returns the value of attribute traits.



165
166
167
# File 'sig/types.rbs', line 165

def traits
  @traits
end

#type"ACUITY", ...

Returns the value of attribute type.



158
159
160
# File 'sig/types.rbs', line 158

def type
  @type
end