Class: Aws::Types::ICD10CMAttribute

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)


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.

Returns:

  • ("DX_NAME", "TIME_EXPRESSION")


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

def category
  @category
end

#end_offset::Integer

Returns the value of attribute end_offset.

Returns:

  • (::Integer)


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

def end_offset
  @end_offset
end

#id::Integer

Returns the value of attribute id.

Returns:

  • (::Integer)


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

def id
  @id
end

#relationship_score::Float

Returns the value of attribute relationship_score.

Returns:

  • (::Float)


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.

Returns:

  • ("OVERLAP", "SYSTEM_ORGAN_SITE", "QUALITY")


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

def relationship_type
  @relationship_type
end

#score::Float

Returns the value of attribute score.

Returns:

  • (::Float)


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

def score
  @score
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


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

def text
  @text
end

#traits::Array[Types::ICD10CMTrait]

Returns the value of attribute traits.

Returns:



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

def traits
  @traits
end

#type"ACUITY", ...

Returns the value of attribute type.

Returns:

  • ("ACUITY", "DIRECTION", "SYSTEM_ORGAN_SITE", "QUALITY", "QUANTITY", "TIME_TO_DX_NAME", "TIME_EXPRESSION")


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

def type
  @type
end